/* CSS Document */

body{	font-size:12px;
		color:#333333;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		margin:0px auto;
		background-image:url(img/bg.gif);
		background-repeat:repeat-y;
		background-position:center;
		line-height:1.5em;
}

/**--リンク---------------------------------------------------------**/
a:link {
	color:#0000FF;
	text-decoration:underline;
}
a:visited {
	color:#0000FF;
	text-decoration:underline;
}
a:hover {
	color:#0000FF;
	text-decoration:underline;
}
a:active {
	color:#0000FF;
	text-decoration:underline;
} 

a.m_link:link {
	color: #1b60b8;
	text-decoration:underline;
}
a.m_link:visited {
	color: #1b60b8;
	text-decoration:underline;
}
a.m_link:hover {
	color: #1b60b8;
	text-decoration:underline;
}
a.m_link:active {
	color: #1b60b8;
	text-decoration:underline;
} 


/* 全ページ共通指定 */

p,h1{	margin:0px;
		padding:0px;
}

img{	border:0px;
}

ul,li{	padding:0px;
		margin:0px;
		list-style:none;}

.float_r{	float:right;

}

.float_l{	float:left;

}

.center{text-align:center;}

.clear{	clear:both;

}

/* マージン設定 */

.mr_t5{ margin-top:5px;}

.mr_t10{ margin-top:10px;}

/* カラー設定 */


/* トップページ */

#bo{
width:761px;
padding:5px;
margin:0px auto;
}

#head{
margin:0px auto;
width:739px;
height:16px;
padding:10px;
text-align:right;
color:#ffffff;
background-image:url(img/headbg.gif);
background-repeat:repeat-x;
}

#head a:link {
	color:#ffffff;
	text-decoration:none;
}
#head a:visited {
	color:#ffffff;
	text-decoration:none;
}
#head a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#head a:active {
	color:#ffffff;
	text-decoration:none;
} 

h1 {
font-size:24px;
color:#6f93a6;
margin-top:10px;
margin-left:10px;
}

h2 {
font-size:12px;
color:#6f93a6;
font-weight:normal;
margin:10px 10px;

}

.contents{
width:740px;
margin:0px auto;
padding:0px 10px;
}

.pan{
font-size:80%;
}

.left{
margin-top:20px;
width:200px;
float:left;
}

.menu{
width:190px;
height:24px;
padding:1px 5px 0px;
background-image:url(img/cont01.gif);
background-repeat:no-repeat;
color:#ffffff;
font-size:110%;
}

.menu1{
margin-top:30px;
width:190px;
height:24px;
padding:1px 5px 0px;
background-image:url(img/cont01.gif);
background-repeat:no-repeat;
color:#ffffff;
font-size:110%;
}

.right{
margin-top:20px;
width:518px;
float:right;
}


.cont{
width:508px;
height:24px;
padding:1px 5px 0px;
color:#ffffff;
font-size:110%;
background-image:url(img/cont02.gif);
background-repeat:no-repeat;
}

.cont2{
margin-top:30px;
width:508px;
height:24px;
padding:1px 5px 0px;
color:#ffffff;
font-size:110%;
background-image:url(img/cont02.gif);
background-repeat:no-repeat;
clear:both;
}

.img_r{
float:right;
margin-left:20px;
}


.news{
margin-top:30px;
width:508px;
height:22px;
padding:10px 5px 0px;
background-image:url(img/news.jpg);
background-repeat:repeat-x;
color:#1b60b8;
font-size:110%;
}

.news_c{
width:496px;
height:90px;
padding:10px;
border-left:1px #eeeeee solid;
border-right:1px #eeeeee solid;
border-bottom:1px #eeeeee solid;
overflow:auto; 
}

.news_c li{
background-image:url(img/point.gif);
background-repeat:no-repeat;
background-position:left 3px;
padding-left:17px;
margin-bottom:5px;
}


#foot{
margin-top:30px;
width:760px;
height:30px;
text-align:center;
padding:8px 0px 0px;
background-image:url(img/footbg.gif);
background-repeat:repeat-x;
color:#ffffff; 
}

.copy{
text-align:center;
color:#1b60b8;
}

