/* 
	全ページ共通
------------------------------------------------------------------*/

* {
	color: #333333;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background: #FD8;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 11px;
	text-align:right;
	color: #999999;
}

a.toTop{
    font-size: 10px;
	color: #666666;
	padding-left: 660px;
}

a img {
	border:none;
}

a {
	color: #99CC33;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
}

hr.dot {
	clear: both;
    width: 590px;
	margin: 10px 0 10px 20px;
    border: #B2BF85 dotted 1px;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#wrap {
	float: left;
	margin-top: 10px;
}


/*
ヘッダー
------------------------------------------------------------------*/

#header {
	width:800px;
	height:175px;
	margin: 0;
	padding: 0;
	background-image: url(../img/cmn/header.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
}


/*メインナビ
----------------------------------------------- */
#nav {
	width: 800px;
	height: 42px;
	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: 42px;
	text-indent: -7777px;
	overflow: hidden;}

a.bt1 { background: url(../img/cmn/btn1_f2.gif) no-repeat;}
a.bt2 { background: url(../img/cmn/btn2_f2.gif) no-repeat;}
a.bt3 { background: url(../img/cmn/btn3_f2.gif) no-repeat;}
a.bt4 { background: url(../img/cmn/btn4_f2.gif) no-repeat;}
a.bt5 { background: url(../img/cmn/btn5_f2.gif) no-repeat;}

a:hover.bt1 { background: url(../img/cmn/btn1.gif) no-repeat;}
a:hover.bt2 { background: url(../img/cmn/btn2.gif) no-repeat;}
a:hover.bt3 { background: url(../img/cmn/btn3.gif) no-repeat;}
a:hover.bt4 { background: url(../img/cmn/btn4.gif) no-repeat;}
a:hover.bt5 { background: url(../img/cmn/btn5.gif) no-repeat;}

  
/*
コンテンツ
-------------------------------------------------------------------*/

#cont {
	width:555px;
	float: right;
	padding: 0 10px 10px 10px;
}


#cont p{
    margin: 15px 10px;
    padding: 0;
    line-height:1.3em;
}

#cont h2 {
	font-size: 14px;
	color: #039E55;
	line-height: 2em;
	margin: 0 0 20px 10px;
	padding: 0 0 0 10px;
	border-left: 10px solid #26815E;
	border-bottom: 1px dotted #26815E;
}

#cont h2 span {	
	font-size: 14px;
	color: #039E55;
	}


#cont h4 {
	color: #039E55;
	padding: 10px 0 0 10px;}

#cont ol {
	margin:0 0 0 20px;
	padding: 0 0 0 10px;}
	
#cont li {
	margin:0;
	padding: 0 0 0.2em;
	line-height:1.4em}
	
#cont li span {
	padding-bottom:5px;
	display:block;
}

#cont b {
	font-size: 14px;
	color: #99CC33;
}

#cont div#link a {
	color: #333;
	margin-left:20px;
}


/*
グーグル
-------------------------------------------------------------------*/

#cont p.google {
	font-weight: normal;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/

#side {
	float: left;
	width: 211px;
	padding-right:10px;
	padding-bottom:20px;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}

#side li {
	list-style-type: none;
}

#side_d h3 {
	font-size:14px;
	padding:5px 4px;
	width:213px;
	display: block;
	line-height:1.1em;
	border-top:4px solid #393;
	border-bottom:1px solid #393;
}

#side_d h3 span {
	color:#363;
	border-left:7px solid #393;
	padding-left:6px;
	display:block;
}

#side_d ul {
	margin: 10px 0 10px 10px;
}

#side_d li a {
	margin: 0;
	padding: 0 0 3px 12px;
	background:url(../img/liarrow.gif) no-repeat 0 0.3em;
	text-decoration: none;
	font-size: 12px;
	color:#333333;
	line-height: 1.4em;
	display:block;
}

#side_d li a:visited {
	color: #333;
}

#side_d li a:hover {
	color: #99CC33;
	text-decoration: underline;
}


#side img {
	border:none;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #666;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px;
	background-color: #DDD;
	font-size: 10px;
}


/*
フッター下リンク
-------------------------------------------------------------------*/

p.link {
		margin: 0 0 0 360px;
}

p.link a{
    padding: 0 0 10px 0;
	font-size: 11px;
	color: #333333;
	text-align: center;
}

p.link a:hover {
	text-decoration: none;
}

/*
トップページ
-------------------------------------------------------------------*/
#message {
	background:url(../img/main_img.gif) no-repeat;
	margin-bottom:10px;
	width:555px;
	height:70px;
	text-indent:-7777px;
}

#cont.index h2 {
	font-size: 1px;
	text-indent:-7777px;
	display:block;
	line-height: 1px;
	width: 553px;
	height: 38px;
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
	clear:both;
}

#cont01 h2{background:url(../img/tit/index01.gif) no-repeat 0 0;}
#cont02 h2{background:url(../img/tit/index02.gif) no-repeat 0 0;}
#cont03 h2{background:url(../img/tit/index03.gif) no-repeat 0 0;}
#cont04 h2{background:url(../img/tit/index04.gif) no-repeat 0 0;}
#cont05 h2{background:url(../img/tit/index05.gif) no-repeat 0 0;}

#cont.index h4 {
	font-size:16px;
	color:#039E55;
	line-height:1em;
	margin:0 0 0 15px;
	padding:0;
}

#cont.index ul {
	margin:0 0 15px 12px;
	padding:0;
}

#cont.index p {
	line-height:1.4em;
	margin-left:15px}

#cont.index li {
	margin:0 0 3px 0;
	list-style:none;
}

#cont.index li a{
	background:url(../img/liarrow.gif) no-repeat 0 0.3em;
	padding: 0 0 0 12px;
	font-size: 12px;
	line-height: 1.5em;
	font-weight:bold;
	clear:both;
	list-style:none;
	text-decoration: none;
	color:#039E55;
	display:block;
}

#cont div.left, #cont div.right{
	float:left;
	width:272px;}
	
#cont div.left {
	margin-right:10px;}