﻿@charset "utf-8";
/* CSS Document */




/* 全体設定 */

body{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EDEDED;
	line-height:120%;
	font-size: 16px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";

	}
	
H1,H2,H3,ul,li{
	padding:0;
	margin:0;
	}
	
	
	
/* ベース */
	
#wrap{
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	height: auto;
	margin-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
}


#mainbox{
	background-color: #FFFFFF;
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}


#content_box_left{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-color: #FFF;
	text-align: left;
	width: 610px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: auto;
	float: left;
	padding: 0px;
	border-top-width: 1px;
	margin-top: auto;
}

#sidebox{
	background-color: #EDEDED;
	text-align: left;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	float: right;
	height: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
	font-size:14px;
}


	

/* ヘッダー周り */

#body {
	clear: both;
	background-color: #FFFFFF;
	color: #000000;
	padding-bottom: 15px;

}


	
#body .navigation-bar {
	padding-right: 0px;
	padding-bottom: 0px;
	width:auto;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-top: 12px;
	background-color: #ff6;
	margin: 0px;
	height: 30px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#body .navigation-bar ul {
		list-style-type: none;

	}
	
#body .navigation-bar ul li {
	float: left;
	padding-right:16px;

		}
		
#body .navigation-bar ul li a{
text-decoration: none;
color:#000;
		}
		
#body .navigation-bar ul li a:hover{
text-decoration: underline;
color:#000;
		}
		
#header {
margin:0px;
background-color:#ffffff;
}
	


#head A{
	padding:0px;
}



/* おなび */



/* 装飾パレット */

.red{
color:＃FF0000;
}


.white{
color:#FFFFFF;

}





.content_box A {
	padding-left:5px;
	padding-right:5px;

}

A:link {
	color:#0044CC;

}



A img{
border:none;
padding:0px;

}



h1 {
	font-size: 36px;
	line-height: 105%;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A5A9;
	margin-bottom: 10px;
	margin-top: 10px;
}


h2 {
	font-size:22px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f63;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fc6;
	border-right-color: #fc6;
	border-bottom-color: #fc6;
	border-left-color: #fc6;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 7px;
}

h3 {

}







#content_box table
{
	font-size:14px;
	border: 1px solid #CCC;
}



#footer{
	font-size:14px;
	line-height:110%;
	text-align: center;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #f96;
	color: #FFF;
}

#footer A{
	color: #FFF;
}



HR{
	border-left-width:1px;
	border-bottom-color:#CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}




.img_migi{
	margin-left:10px;
	margin-bottom:10px;
	float: right;
}

.img_hidari{
	margin-right:10px;
	margin-bottom:10px;
		float:left;
}


.yellow_back {
	background-color: #FF3;
	padding: 20px;
}



#head_text {
	margin-bottom:0px;
	font-size: 14px;
	padding-top: 10px;
}


.text_migi{
	text-align:right;
}


.gray_back {
	background-color: #DDDDEE;
	padding: 20px;
}
.yellow_back {
	background-color: #FF3;
	padding: 20px;
}
.check_mark {
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}





.block_type1{
	border: 1px solid #D6D6D6;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
	width: auto;
	background-color: #FF0;
		clear: both;
}


.block_type2{
	height: auto;
	width: auto;
	background-color: #FFF1F3;
	border: 1px dotted #FF6699;
	padding: 15px;
	margin-bottom: 15px;
		clear: both;
}



