/* CSS Document */

body{	font-size:12px;
		color:#333333;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		margin:0px auto;
		width:800px;
		line-height:1.5em;
}

/**--リンク---------------------------------------------------------**/
a:link {
	color: #0000ff;
	text-decoration:none;
}
a:visited {
	color: #0000ff;
	text-decoration:none;
}
a:hover {
	color: #0000ff;
	text-decoration:none;
}
a: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;

}

.center{text-align:center;}

.clear{	clear:both;

}

/* マージン設定 */

.mr_t5{ margin-top:5px;}

.mr_t10{ margin-top:10px;}

.mr_b10{ margin-bottom:10px;}

.mr_r10{ margin-right:10px;}


/* カラー設定 */

.co1{
color:#6f93a6;
}

/* トップページ */

#head{
margin-top:10px;
width:780p;
height:55px;
padding:15px 10px 10px;
background-image:url(img/headbg.jpg);
background-repeat:no-repeat;
}

h1 {
font-size:200%;
color:#6f93a6;
}

h2 {
margin-top:2px;
font-size:100%;
color:#6f93a6;
font-weight:normal;
}

.contents{
width:800px;
}

.left{
margin-top:10px;
padding:10px;
width:178px;
float:left;
border:1px #cccccc solid;
}

.right{
margin-top:10px;
padding:10px;
width:568px;
float:right;
border:1px #cccccc solid;
}

.menu{
margin-top:2px;
width:158px;
height:20px;
padding:5px 10px;
background-image:url(img/menu.gif);
background-repeat:no-repeat;
}

.menu a:link {
	color: #6F93A6;
	text-decoration:none;
}
.menu a:visited {
	color: #6F93A6;
	text-decoration:none;
}
.menu a:hover {
	color: #6F93A6;
	text-decoration:underline;
}
.menu a:active {
	color: #6F93A6;
	text-decoration:none;
} 

.sogo{
margin-top:10px;
color:#6f93a6;
}

.cont{
color:#6f93a6;
font-size:120%;
font-weight:bold;
}

.cont2{
margin-top:20px;
color:#6f93a6;
font-size:120%;
font-weight:bold;
clear:both;
}

.img_f{
float:left;
margin-right:20px;
}

#foot{
margin-top:10px;
width:780px;
padding:30px 10px 5px;
height:25px;
background-image:url(img/footbg01.gif);
background-repeat:repeat-x;
color:#ffffff; 
}

#foot li{
float:left; 
background-image:url(img/foot.gif);
background-repeat:no-repeat;
background-position:left 3px;
padding-left:15px;
}

#foot li a:link {
	color: #ffffff;
	text-decoration:none;
}
#foot li a:visited {
	color: #ffffff;
	text-decoration:none;
}
#foot li a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#foot li a:active {
	color: #ffffff;
	text-decoration:none;
} 

