@charset "utf-8";
/* ----------------------------------------

 基本CSS

---------------------------------------- */





/*---ベース---*/
img {
	border:none;
}

a {
	color:#F00
	text-decoration: underline;
}

a:link{ color:#F00
}

a:visited{
	color: #666;
}	

a:hover {
	color: #F00;
	text-decoration: underline;
}


html{
	height:100%;}

body {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background-color: #666;
	font-size:12px;
}



#wrapper{
	width:780px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;

}

.icon{ text-align:right;
       margin-top:10px;
	}


/*---ヘッダーレイアウト---*/
h1{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	float:left;
}


#header{
	background-color:#FFF;
	width:780px;
	text-align:left;
	
}


	
	
#line_7{
	background-color:#CCCCCC;
	width:780px; 
	height:7px; 
}

#line_5{
	background-color:#666666; 
	width:780px; 
	height:5px;
}


/*---メインレイアウト---*/
#main_lef{
	margin:10px 5px 10px 10px; 
	width:540px;
	float:left;
}

#banner{ width:200px;
         float:right;
		 margin:10px 10px 10px 5px; 
}

td, th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	color: #333333;
	line-height:2;
	vertical-align:top;
	
}

p {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	color: #333333;
	line-height:2;
	text-align:left;
	margin-left:10px;
}

.table{
	border:none; margin-left:20px; margin-bottom:10px;
	width:520px;
	text-align:left;
	}


/*---グローバルナビレイアウト---*/
ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

li{
	float:left;
}


#global navigation{
	width:780px; 
	height:30px;
}

#sitemap{
	font-size:12px;
	color: #333333;
	line-height:2;
	
}

	
	
/*--- フッダーレイアウト ---*/
#navi{
	float:right;
	font-size: 10px;
	color: #333333;
	line-height:2;
	width:320px;
}
	
.footer{
	font-size:10px;
	background:#CCC;
	height:30px;
	width:780px;
	bottom:0px;
	left: 0px;
	
	}
	
.footer_top{
	font-size:12px;
	background:#CCC;
	width:780px;
	position: fixed;
	botom:0px;
	text-align: center;

	}


/*---マージン---*/

.m_2 {
	margin:2px;
}
.m_5 {
	margin:5px;
}
.m_10 {
	margin:10px;
}
.m_t5 {
	margin-top:5px;
}
.m_t10 {
	margin-top:10px;
}
.m_le2 {
	margin-left:2px;
}
.m_le5 {
	margin-left:5px;
}
.m_le10 {
	margin-left:10px;
}

.m_le20 {
	margin-left:20px;
}
.m_r2 {
	margin-right:2px;
}
.m_r5 {
	margin-right:5px;
}
.m_r10 {
	margin-right:10px;
}
.m_b2 {
	margin-bottom:2px;
}
.m_b5 {
	margin-bottom:5px;
}
.m_b10 {
	margin-bottom:10px;
}

.float_r{float:right;
}

.float_l{float:left;
}

.clear {
	clear:both;
}

.font_12{
	font-size:12px;
	}
	
.font_15{
	font-size:15px;
	font-weight:bold;
	}
