/* 
	全ページ共通
-------------------------------------------------------------------*/
* {
	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: #eb436d;
}

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;
	background-position : left top;
}

ul#btn {
    margin: 0;
	padding: 0;
	list-style-type: none;}

ul#btn li {
    width: 160px;
	list-style-type: none;
	float: left;
}

ul#btn a {
    display: block;
	width: 160px;
	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.bt5 { background: url(img/cmn/btn5.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;}
a:hover.bt5 { background: url(img/cmn/btn5_f2.jpg) no-repeat;}

  
/*
コンテンツ
-------------------------------------------------------------------*/
#cont {
	width: 700px;
	margin: 0 10px 10px 50px;
}


#cont p{
    margin: 0;
    padding: 0;
    line-height: 150%;
}

span.red { color: #bf2036;}
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: #eb436d;
}

#cont h4 {
	font-size: 14px;
	color: #BF2036;
	line-height: 30px;
	width: 680px;
	height: 30px;
	margin: 25px 0 0 0;
	padding: 0 0 0 10px;
	border-left: 10px solid #eb436d;
	border-bottom: 1px dotted #eb436d;
}

#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;}
#cont a.img2 { background: url(img/img2.jpg) no-repeat;}
#cont a.img3 { background: url(img/img3.jpg) no-repeat;}
#cont a.img4 { background: url(img/img4.jpg) no-repeat;}
#cont a.img5 { background: url(img/img5.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: #ff2681;
	font-size: 10px;
}


/*
フッターメニュー
-------------------------------------------------------------------*/
p.Fmenu {
    clear: both;
    color: #1C3C24;
    font-size: 10px;
    padding-top: 25px;
    text-align: center;
}

