/* 
	全ページ共通
-------------------------------------------------------------------*/
* {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 11px;
	text-align: center;
	color: #999;
}

a.toTop{
    font-size: 10px;
	color: #666;
	padding-left: 660px;
}

a img {
	border:none;
}

a {
	color: #00ae6e;
}

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;
}


/*
ヘッダー
-------------------------------------------------------------------*/
h2 a{
	width: 800px;
	height: 160px;
	margin: 0 0 5px 0;
	padding: 0;
	background-image: url(img/cmn/header.jpg);
	background-repeat: no-repeat;
	float: left;
	text-indent: -7777px;
}


/*メインナビ
----------------------------------------------- */
#nav {
	width: 800px;
	height: 35px;
	margin: 0;
	padding: 0;
	clear: both;
}

ul#btn {
    margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#btn li {
    width: 200px;
	list-style-type: none;
	float: left;
}

ul#btn a {
    display: block;
	width: 200px;
	height: 35px;
	text-indent: -7777px;
	overflow: hidden;}

a.bt1 { background: url(img/cmn/btn1.jpg) no-repeat;}
a.bt2 { background: url(img/cmn/btn2.jpg) no-repeat;}
a.bt3 { background: url(img/cmn/btn3.jpg) no-repeat;}
a.bt4 { background: url(img/cmn/btn4.jpg) no-repeat;}

a:hover.bt1 { background: url(img/cmn/btn1_f2.jpg) no-repeat;}
a:hover.bt2 { background: url(img/cmn/btn2_f2.jpg) no-repeat;}
a:hover.bt3 { background: url(img/cmn/btn3_f2.jpg) no-repeat;}
a:hover.bt4 { background: url(img/cmn/btn4_f2.jpg) no-repeat;}

  
/*
コンテンツ
-------------------------------------------------------------------*/
#cont {
	width: 700px;
	margin: 0 10px 10px 50px;
}

#cont p.main {
    width: 700px;
	height: 355px;
	margin: 20px 0 0 0;
	text-indent: -7777px;
	background: url(img/cmn/main_btn.jpg) no-repeat;
	clear: both;
}
#cont p.main a {
    width: 340px;
	height: 55px;
	margin: 225px 65px 0 0;
	float: right;
	text-indent: -7777px;
}
#cont p.main a:hover {
    width: 340px;
	height: 55px;
	margin: 224px 66px 0 0;
	float: right;
    background: url(img/cmn/main_btn_f2.jpg) no-repeat;
}

#cont p{
    margin: 0;
    padding: 0;
    line-height: 150%;
}

span.red { color: #d20605;}
span.line { text-decoration: underline;}

#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: #ff7707;
	clear: both;
}

#cont h4 {
	font-size: 14px;
	color: #d20605;
	line-height: 30px;
	width: 680px;
	height: 30px;
	margin: 25px 0 10px 0;
	padding: 0 0 0 10px;
	border-left: 10px solid #ff7707;
	border-bottom: 1px dotted #ff7707;
	clear: both;
}

#cont p.Left {
    width: 345px;
	margin: 0 0 20px 0;
	float: left;
}

#cont a.bnr {
    width: 280px;
	height: 70px;
	float: right;
	text-indent: -7777px;
}
#cont a.bnr1 { background: url(img/cmn/bnr1.jpg) no-repeat;}
#cont a.bnr2 { background: url(img/cmn/bnr2.jpg) no-repeat;}
#cont a.bnr3 {
    width: 670px;
	height: 60px;
	margin: 15px 0 20px 0;
    background: url(img/cmn/bnr3.jpg) no-repeat;
	float: left;
	text-indent: -7777px;
}
#cont a.bnr4 {
    width: 280px;
	height: 120px;
	margin: 0 45px 40px 0;
    background: url(img/bnr4.jpg) no-repeat;
	float: right;
	text-indent: -7777px;
}

#cont p.pic {
    width: 280px;
	height: 180px;
	margin: 0 50px 20px 0;
	float: right;
	text-indent: -7777px;
}
#cont p.img1 { background: url(img/img1.jpg) no-repeat;}
#cont p.img2 { background: url(img/img2.jpg) no-repeat;}
#cont p.img3 { height: 240px; background: url(img/img3.jpg) no-repeat;}

a.big {
    font-size: 16px;
	font-weight: bold;
	color: #bf2036;
}

#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: #ff7707;
	font-size: 10px;
}


/*
フッターメニュー
-------------------------------------------------------------------*/
p.Fmenu {
    clear: both;
    color: #1C3C24;
    font-size: 10px;
    padding-top: 25px;
    text-align: center;
}
