@charset "UTF-8";
/* BASE CSS Document */

#float_clear {
  visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  



/*共通*/

body	{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	margin:0 auto;
	padding:0px;
	text-align:left;
	font-size:13px;
	color:#000000;
	line-height:1.5em;
	text-align:center;
	background-color: #FFF;
}



#bg	{
	width:790px;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}



#wrap	{
	margin:0 15px 0 15px;
	padding:0;
	width:760px;
	background: #FFFFFF;
	text-align: left;
}

#wrapper	{
	width:755px;
	background-color: #FFFFFF;
}




#left_menu {
	width: 170px;
	float: left;
	height: 200px;
	margin-right: 10px;
	border: 1px dotted #666666;
	margin-top: 0px;
}


#main {
	float: left;
	width: 570px;
	margin-left: 10px;
	background-color: #FFF;
}
#title {
	height: 30px;
	padding-bottom: 20px;
	width: 755px;
}

h1 {
	font-size:20px;
	color:#B91450;
	line-height:40px;
	text-align:left;
	font-weight: bold;
	padding-left: 30px;
	background-image: url(../img/square_red.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #CCC;
}


#title02 {
	font-size:20px;
	color:#B91450;
	line-height:100%;
	text-align:left;
	font-weight: bold;
	padding-left: 30px;
	background-image: url(../img/square_red.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	background-color: #FFF;
}

#title03 {
	font-size:20px;
	color:#333333;
	line-height:100%;
	text-align:left;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(../img/square_green.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 0px 0px;
	padding-bottom: 30px;
}

#title04 {
	padding-left: 25px;
}

h2 {
	font-size:20px;
	color:#333333;
	line-height:40px;
	text-align:left;
	font-weight: bold;
	padding-left: 30px;
	border-bottom: 1px dotted #000000;
	background-image: url(../img/square_green.gif);
	background-repeat: no-repeat;
	background-color: #F6E7F0;
	background-position: 5px 10px;
	padding-bottom: 12px;
}
#header {
	width: 755px;
	height: 50px;
	text-align: left;
}
#header_logo {
	width: 230px;
	float: left;
}
#header_logo02 {
	width: 500px;
	float: left;
	text-align: right;	
}
#main_base {
	width: 755px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#left {
	width: 170px;
	float: left;
}
