@charset "Shift_JIS";

/* 基本タグの初期化（原則追加変更不可）
--------------------------------------------------------------*/
body {
	margin:0;
	padding:0 10px;
	font-size: 13px;
	*font-size: 82%;
	color:#333;
	background-color:#FFF;
}

h1,h2,h3,h4,h5,form,p {
	margin:0;
	padding:0;
}
/*h1,h2,h3,h4,h5 {
	font-size: 13px;
	*font-size: 82%;
}*/

img {
	margin:0;
	border:none;
}

p {
	line-height:1.3em;
}

ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}

input,textarea,select {
	font-size:100%;
	vertical-align:middle;
}


/* 基本リンク色
------------------------------------*/
a:link, a:active {
	color:#0000FF;
	text-decoration:underline;
}
a:visited {
	color:#800080;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}



/* ヘッダ
--------------------------------------------------------------*/
#HEADER {
	width:950px;
	background: url(../images/hedder/hed_bg.jpg) repeat-x;
}

#HEADER p.lead {
	display:block;
	float:left;
	margin: 10px 0 0 0;
	padding-left:15px;
	font-size:80%;
}

#HEADER h1 {
	display:block;
	float:left;
	padding-left:15px;
}

#HEADER p.tel {
	display:block;
	float:right;
	margin: 9px 0 0 0;
	padding-right:15px;
	font-size:80%;
}

/* アシストナビ */
#HEADER ul.assistNavi {
	display:block;
	float:right;
	width:auto;
	margin-top:10px;
	padding-right:15px;
}
#HEADER .assistNavi li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#HEADER .assistNavi li.update {
	width:170px;
	text-align:right;
	margin-right:10px;
	margin-top:3px;
	line-height: 1.1;
	font-size: 12px;
	color:#FF0000;
}

/* グローバルナビ */
#HEADER ul.globalnavi {
	margin-top:9px;
	line-height: 0;
	*font-size: 0;
}
#HEADER .globalnavi li {
	display:block;
	float:left;
	margin:0;
	padding-bottom: 7px;
	background: url(../images/hedder/hed_navibg.jpg) repeat-x bottom;
}


/* メインエリア
--------------------------------------------------------------*/
#MAIN {
	width:920px;
	clear:both;
	padding-top:8px;
	margin-left:15px;
}


/* 前のページへ戻る */
.goPrev {
	margin-top:10px;
	text-align:right;
	font-size:80%;
}

/* ページのTOP */
.goTop {
	margin-top:10px;
	text-align:right;
}
.goTop p {
	background: url(../images/bullet/bullet_tri_up_area.gif) no-repeat right center;
	padding-right: 12px;
	font-size:85%;
}


/* ぱんくず
--------------------------------------------------------------*/
#BREAD {
	text-align:right;
}


/* フッタ
--------------------------------------------------------------*/
#FOOTER {
	width:950px;
	clear:both;
	margin-top:15px;
	padding-bottom:5px;
}

/* ページのTOP */
#FOOTER .pageTop {
	width:920px;
	margin-left:15px;
	text-align:right;
}
#FOOTER .pageTop p {
	background: url(../images/bullet/bullet_tri_up_area.gif) no-repeat right center;
	padding-right: 12px;
	font-size:85%;
}

/* 連絡先 */
#FOOTER .contactArea {
	width:920px;
	margin:10px 0 0 15px;
	padding-bottom:10px;
	background: url(../images/footer/footer_tel_boxbg.gif) no-repeat bottom;
}
#FOOTER .contactArea p {
	padding:10px 0 0 15px;
	background: url(../images/footer/footer_tel_boxhed.gif) no-repeat left top;
}
#FOOTER .contactArea table {
	margin:10px 0 0 15px;
}
#FOOTER .contactArea td.line {
	width:30px;
	background: url(../images/footer/footer_tel_line.gif) repeat-y;
}

/* コピーライト */
#FOOTER .copyRight {
	height:28px;
	margin:15px 0 0 0;
	padding: 4px 15px;
	background: url(../images/footer/footer_bar_bg.jpg) repeat-x;
	color:#FFFFFF;
}
#FOOTER .copyRight a {
	color:#FFFFFF;
}
#FOOTER .copyRight a:hover {
	color:#0066FF;
}

/* 
--------------------------------------------------------------*/

#CONTAINER {
	margin: 0 auto;
	width:950px;
}

