/* --全ページ共通で使用しているCSS------------*/

body {
	padding:0px;
	margin:0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka−等幅";
	font-size:12px;
	line-height:120%;
	text-align: center; /* center on ie */
	background-color: #fffddd;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

a		{ color: #0078FF; } 
a:link		{ color: #0078FF; text-decoration:none; } 
a:visited	{ color: #0078FF; text-decoration:none; } 
a:hover		{ color: #ff0000; text-decoration:none; } 
a:active	{ color: #ff33cc; text-decoration:none; } 

img {
	margin:0;
	border:none;
	}
form {
	margin:0;
	padding:0;
	}
noembed {
	display:none;
	}

.clear{
	clear:both;
}

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

#container{
	padding:0px;
	margin:0px auto; /* center on everything else */
	width:800px;
	text-align:left;
	background-position: center top;
	background-color: #ffffff;
	border-right:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
}

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

#header{
	padding:0px;
	margin:0px;
	width:800px;
	height:75px;
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#header a{
	color:#ffffff;
}

.header_left{
	padding:0px;
	margin:10px;
	float:left;
}

.header_left_title{
	padding:0px;
	margin:0px 10px 0px 0px;
	float:left;
}

.header_left h1{
	padding:0px;
	margin:0px;
	line-height:110%;
	font-size:15px;
}

.header_left h2{
	padding:0px;
	margin:6px 0px 2px 0px;
	line-height:110%;
	font-size:12px;
}

.header_left h3{
	padding:0px;
	margin:0px;
	line-height:110%;
	font-size:12px;
}

.header_right{
	padding:0px;
	margin:10px;
	line-height:120%;
	float:right;
	color:#ffffff;
	text-align:right;
}



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

#footer_contents{
	padding:0px;
	margin:10px;
	width:780px;
	height:150px;
}

#footer_contents .title{
	padding:5px 0px;
	margin:5px 0px;
	height:20px;
	font-size:12px;
	font-weight:bolder;
	color:#ffa000;
	background-image: url(img/footer_contents_title_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

#footer_contents .box1{
	padding:0px;
	margin:0px;
	width:153px;
	position: absolute; 
}

#footer_contents .box2{
	padding:0px;
	margin:0px 0px 0px 155px;
	width:153px;
	position: absolute; 
}
#footer_contents .box3{
	padding:0px;
	margin:0px 0px 0px 310px;
	width:158px;		/* 文字数が多いので幅を多く取った */
	position: absolute; 
}

#footer_contents .box4{
	padding:0px;
	margin:0px 0px 0px 465px;
	width:153px;
	position: absolute; 
}

#footer_contents .box5{
	padding:0px;
	margin:0px 0px 0px 625px;
	width:165px;		/* 文字数が多いので幅を多く取った */
	position: absolute; 
}

#footer_contents .title_s{
	padding:8px 0px 8px 13px;
	margin:2px 0px 0px 0px ;

	font-size:12px;
	font-weight:bolder;
	color:#ffa000;
	background-image: url(img/footer_contents_title_s_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer_contents ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#footer_contents li{
	padding:0px 0px 0px 10px;
	margin:2px 6px;
	font-size:12px;
	letter-spacing: -0.5px;
	background: url(img/footer_contents_li.gif) no-repeat;
}

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

#copyright{
	padding:0px 0px 10px 0px;
	margin:0px;
	width:800px;
	height:50px;
	color:#ffffff;
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#copyright a{
	color:#ffffff;
}

#copyright .box1{
	position:absolute;
	padding:0px;
	margin:10px 0px 0px 20px;
	width:150px;
}

#copyright .box2{
	position:absolute;
	padding:0px;
	margin:10px 0px 0px 150px;
	width:300px;
}

#copyright .box2 ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#copyright .box2 li{
	padding:0px 0px 0px 10px;
	margin:2px 10px;
	font-size:12px;
	background: url(img/copyright_li.gif) no-repeat;
}

#copyright .box3{
	padding:0px;
	margin:30px 20px 0px 20px;
	float:right;
}

.txt10{
	font-size:10px;
}

.txt14{
	font-size:14px;
}

.txt14b{
	font-size:14px;
	font-weight:bold;
}

.gray10{
	font-size:10px;
	color:#aaaaaa;
}
.gray12{
	font-size:12px;
	color:#aaaaaa;
}

.red12 {
	font-size:12px;
	color:#ff0000;
}

.red14 {
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}

.photo{
	float:right;
	padding:10px;
	margin:5px;
	border:1px solid #cccccc;
}









/* 以下古いCSS */



/*--------Font----------*/

.size10 {  font-size: 10px}
.size12 {  font-size: 12px}
.size11 {  font-size: 11px}
.size13 {  font-size: 13px}
.size14 {  font-size: 14px}

.pan_size10 {font-size: 10px;}
.pan_size10 a:link	 { text-decoration: none; color:#a20000; }
.pan_size10 a:visited { text-decoration: none; color:#a20000; }
.pan_size10 a:active	 { text-decoration: none; color:#a20000; }
.pan_size10 a:hover	 { text-decoration: underline; color:#a20000; }

.pck_01 {font-weight: bold; color:#A67C52;}
.pck_01 a:link { color:#A67C52; }
.pck_01 a:visited { color:#A67C52; }
.pck_01 a:active { color:#A67C52; }
.pck_01 a:hover { color:#A67C52; }

.pck_02 {font-weight: bold; color:#00B4B4;}
.pck_02 a:link { color:#00B4B4; }
.pck_02 a:visited { color:#00B4B4; }
.pck_02 a:active { color:#00B4B4; }
.pck_02 a:hover { color:#00B4B4; }

.pck_03 {font-weight: bold; color:#EF810F;}
.pck_03 a:link { color:#EF810F; }
.pck_03 a:visited { color:#EF810F; }
.pck_03 a:active { color:#EF810F; }
.pck_03 a:hover { color:#EF810F; }

.pck_04 {font-weight: bold; color:#006AB6;}
.pck_04 a:link { color:#006AB6; }
.pck_04 a:visited { color:#006AB6; }
.pck_04 a:active { color:#006AB6; }
.pck_04 a:hover { color:#006AB6; }

.pck_05 {font-weight: bold; color:#EB8A77;}
.pck_05 a:link { color:#EB8A77; }
.pck_05 a:visited { color:#EB8A77; }
.pck_05 a:active { color:#EB8A77; }
.pck_05 a:hover { color:#EB8A77; }

.pck_06 {font-weight: bold; color:#BE003F;}
.pck_06 a:link { color:#BE003F; }
.pck_06 a:visited { color:#BE003F; }
.pck_06 a:active { color:#BE003F; }
.pck_06 a:hover { color:#BE003F; }

.pck_07 {font-weight: bold; color:#69872D;}
.pck_07 a:link { color:#69872D; }
.pck_07 a:visited { color:#69872D; }
.pck_07 a:active { color:#69872D; }
.pck_07 a:hover { color:#69872D; }

.pck_08 {font-weight: bold; color:#8946AB;}
.pck_08 a:link { color:#8946AB; }
.pck_08 a:visited { color:#8946AB; }
.pck_08 a:active { color:#8946AB; }
.pck_08 a:hover { color:#8946AB; }

.pck_09 {font-weight: bold; color:#7E0000;}
.pck_09 a:link { color:#7E0000; }
.pck_09 a:visited { color:#7E0000; }
.pck_09 a:active { color:#7E0000; }
.pck_09 a:hover { color:#7E0000; }

.pck_10 {font-weight: bold; color:#905D54;}
.pck_10 a:link { color:#905D54; }
.pck_10 a:visited { color:#905D54; }
.pck_10 a:active { color:#905D54; }
.pck_10 a:hover { color:#905D54; }

.pck_11 {font-weight: bold; color:#4D2C26;}
.pck_11 a:link { color:#4D2C26; }
.pck_11 a:visited { color:#4D2C26; }
.pck_11 a:active { color:#4D2C26; }
.pck_11 a:hover { color:#4D2C26; }

.pck_12 {font-weight: bold; color:#C80000;}
.pck_12 a:link { color:#C80000; }
.pck_12 a:visited { color:#C80000; }
.pck_12 a:active { color:#C80000; }
.pck_12 a:hover { color:#C80000; }

.pck_13 {font-weight: bold; color:#003D00;}
.pck_13 a:link { color:#003D00; }
.pck_13 a:visited { color:#003D00; }
.pck_13 a:active { color:#003D00; }
.pck_13 a:hover { color:#003D00; }

.pck_14 {font-weight: bold; color:#C04C5D;}
.pck_14 a:link { color:#C04C5D; }
.pck_14 a:visited { color:#C04C5D; }
.pck_14 a:active { color:#C04C5D; }
.pck_14 a:hover { color:#C04C5D; }

.pck_15 {font-weight: bold; color:#2E3192;}
.pck_15 a:link { color:#2E3192; }
.pck_15 a:visited { color:#2E3192; }
.pck_15 a:active { color:#2E3192; }
.pck_15 a:hover { color:#2E3192; }



	
/*-------Attention----------*/
.attention-cap {
	padding-top:8px;
	font-weight:bold;
	}
.attention-table {
	width:420px;
	text-align:left;
	border-collapse:collapse;
	border:#999999 1px solid;
	}
.attention-table td{
	padding:5px 5px 5px 1.5em;
	text-align:left;
	border:#999999 1px solid;
	}
.attention-head {
	background:#CCCCCC;
	color:#000000;
	font-weight:bold;
	}
.attention-table td a{
	display:block;
	color:#FF9900;
	text-decoration:underline;
	}

.txt{
	color: #5A5A5A;
	font-size: 13px;
	line-height: 22px;
	padding: 5px;
}





/*---------------Chips-------------------*/

.menubt01 {  font-size: 11px; color: a20000; TEXT-DECORATION: none;}
.menubt01:hover {  font-size: 11px; color: #CC3333; TEXT-DECORATION: underline;}

.menubt02 {  font-size: 12px; color: #009999; TEXT-DECORATION: underline;}
.menubt02:hover {  font-size: 12px; color: #66CCCC; TEXT-DECORATION: underline;}

.bt{  font-size: 11px; color: #666666; TEXT-DECORATION: no;}

.top {  font-size: 10px; color: #666666; TEXT-DECORATION: no;}


.white {
	color:#FFFFFF;
	line-height:1.4em;
	}


#sitemap-list{
	display:none;
	}



#container-wide{
	width: 800px;
	padding:0;
	margin:auto;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}
