/* CSS Document */

body{	font-size:80%;
		color:#333333;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		margin:0px auto;
		width:760px;
		line-height:150%;
}

/**--リンク---------------------------------------------------------**/

a:link {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #ff9900;
	background-color:#ffffff;
	text-decoration: none;
}
a:active {
	color: #0000ff;
	background-color:#ffffff;
	text-decoration: none;
} 

a.ah1:link {
	color: #ffffff;
}
a.ah1:visited {
	color: #ffffff;
}
a.ah1:hover {
	color: #0000ff;
	background-color:#ffffff;
	text-decoration: none;
}
a.ah1:active {
	color: #0000ff;
	background-color:#ffffff;
	text-decoration: none;
} 
/**--リンク(フッター)---------------------------------------------------------**/

a.footer:link {
	color: #ffffff;

}
a.footer:visited {
	color: #ffffff;
}
a.footer:hover {
	color: #ffffff;
	background-color:#1b60b8;
	text-decoration: none;
}
a.footer:active {
	color: #0000ff;
	text-decoration: none;
} 


/* 全ページ共通指定 */

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;

}

.text_center{text-align:center;}

.clear{	clear:both;
}

.clear2{clear:both;
font-size:1px;
line-height:1px;
}

/* マージン設定 */

.mr_t5{ margin-top:5px;}

.mr_t10{ margin-top:10px;}

.mr_tb10{ margin:10px 0px;}

/* カラー設定 */


/* トップページ */

#header{
width:740px;
height:60px;
padding:20px 0px 0px 20px;
background-image:url(img/header.jpg);
background-repeat:no-repeat;
}

h1{
margin:0px;
padding:0px;
font-size:26px;
color:#ffffff;
font-weight:normal;
}

h2{
margin:2px 0px 0px;
padding:0px;
font-size:12px;
color:#ffffff;
font-weight:normal;
}

.contents{
width:760px;
background-image:url(img/mani_contents_bg.gif);
background-repeat:repeat-y;
}

.navi{
width:200px;
float:left;
}

.cont{
width:540px;
float:right;
padding:0px 0px 20px 20px;
}

.mi_navi{
margin-top:20px;
width:190px;
height:24px;
font-size:14px;
color:#ffffff;
font-weight:bold;
padding:6px 0px 0px 10px;
background-image:url(img/mi_navi.gif);
background-repeat:no-repeat;
}

.menu01{
margin-top:5px;
}

.menu02{
margin-top:3px;
}

.menu01,.menu02{
width:185px;
height:24px;
font-size:12px;
padding:6px 0px 0px 15px;
background-image:url(img/menu.gif);
background-repeat:no-repeat;
}

.sub_contents{
margin:5px auto 0px;
width:180px;
padding:10px 5px;
background-color:#ffffff;
}

.mi_contents{
margin:20px 0px 0px;
width:530px;
height:24px;
font-size:14px;
color:#ffffff;
font-weight:bold;
padding:6px 0px 0px 10px;
background-image:url(img/mani_contents.gif);
background-repeat:no-repeat;
}

.ma_cont01{
width:540px;
padding:10px 0px;
}

.ma_cont01_l,.ma_cont02_r{
width:370px;
}

.ma_cont01_r,.ma_cont02_l{
width:150px;
}
.ma_cont01_l,.ma_cont02_l{
float:left;
}

.ma_cont01_r,.ma_cont02_r{
float:right;
}


.foot{
width:740px;
padding:5px 10px;
background-color:#666666;
color:#ffffff;
}


