/* 
	cmn for ALL
-------------------------------------------------------------------*/
* {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-image: none;
}

body {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

a.toTop{
    font-size: 10px;
	color: #666;
	padding-left: 660px;
}

a img {
	border: none;
}

a {
	color: #900;
}

a.Bold {
    font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	height: 1px;
}

hr.dot {
	clear: both;
    width: 590px;
	margin: 10px 0 10px 20px;
    border: #FBD5DE dotted 1px;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}


/*
ヘッダー
-------------------------------------------------------------------*/
h1 {
	text-align: center;
	color: #999;
	font-weight: normal;
	line-height: 125%;
	padding: 1px 0;
}

h2 a{
	width: 800px;
	height: 140px;
	margin: 0 0 5px 0;
	padding: 0;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	float: left;
	text-indent: -7777px;
}


/*
コンテンツ
-------------------------------------------------------------------*/
#cont {
	width: 700px;
	margin: 0 10px 10px 50px;
}

#cont p{
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 150%;
}

#cont h3 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	width: 680px;
	height: 30px;
	margin: 25px 0 10px 0;
	padding: 0 0 0 20px;
	background-color: #333;
}

#cont h4 {
	font-size: 14px;
	color: #2EA7B8;
	line-height: 30px;
	width: 680px;
	height: 30px;
	margin: 25px 0 0 0;
	padding: 0 0 0 10px;
	border-left: 10px solid #406095;
	border-bottom: 1px dotted #000;
}

#cont p.Left {
    width: 345px;
	margin: 10px 0 0 0;
	float: left;
}

#cont a.Right {
    width: 350px;
	height: 180px;
	margin: 0;
    float: right;
	text-indent: -7777px;	
}

#cont a.img1 { background: url(img/img1.jpg) no-repeat;}

span.red { color: #900;}
a.big {
    font-size: 16px;
	font-weight: bold;
	color: #900;
}

#cont ul {
    margin: 0 0 0 35px;
}

#cont li{
    list-style-position: inside;
	list-style: none;
}

#cont ul.L {
    padding: 0 0 0 35px;
	line-height: 180%;
}

#cont li.link1 {
    list-style-position: inside;
	list-style: decimal;
}


/*
コピーライト
-------------------------------------------------------------------*/
address {
	font-style: normal;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px;
	display: block;
	background-color: #333;
	font-size: 10px;
}

address a {
    color: #FFF;
	font-size: 10px;
}

p.Fmenu { text-align: center;}
