/* 
	全ページ共通
------------------------------------------------------------------*/

* {
	color: #333333;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background:#EEEEEE;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 11px;
	margin-right:8px;
	padding:3px 0 2px 15px;
	color: #CCC;
	background:#063;
}

a.toTop{
    font-size: 10px;
	color: #666666;
	padding-left: 660px;
}

a img {
	border:none;
}

a {
	color: #099;
}

a:visited {
	color: #888;
}

a:hover {
	color: #F60;
}


hr {
	clear: both;
	height: 1px;
}

hr.dot {
	clear: both;
    width: 590px;
	margin: 10px 0 10px 20px;
    border: #B2BF85 dotted 1px;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:808px;
	margin: 0 auto;
	padding: 0 4px;
	background:url(../img/bg_shadow.gif) repeat-y;
}

#wrap {
	float: left;
	margin-top: 15px;
}


/*
ヘッダー
------------------------------------------------------------------*/

#header {
	width:800px;
	height:155px;
	margin: 0;
	padding: 0;
	background-image: url(../img/cmn/header.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
}


/*メインナビ
----------------------------------------------- */
#nav {
	width: 800px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-position : left top;
}

ul#btn {
    margin: 0;
	padding: 0;
	list-style-type: none;}

ul#btn li {
    width: 175px;
	list-style-type: none;
	float: left;
}

ul#btn li.bt1 {
    width: 100px;
}


ul#btn a {
    display: block;
	height: 40px;
	text-indent: -7777px;
	overflow: hidden;}

.bt1 a { background: url(../img/cmn/btn1.jpg) no-repeat;width:100px}
.bt2 a { background: url(../img/cmn/btn2.jpg) no-repeat;width:175px}
.bt3 a { background: url(../img/cmn/btn3.jpg) no-repeat;width:175px}
.bt4 a { background: url(../img/cmn/btn4.jpg) no-repeat;width:175px}
.bt5 a { background: url(../img/cmn/btn5.jpg) no-repeat;width:175px}

.bt1 a:hover{ background: url(../img/cmn/btn1_f2.jpg) no-repeat;}
.bt2 a:hover { background: url(../img/cmn/btn2_f2.jpg) no-repeat;}
.bt3 a:hover { background: url(../img/cmn/btn3_f2.jpg) no-repeat;}
.bt4 a:hover { background: url(../img/cmn/btn4_f2.jpg) no-repeat;}
.bt5 a:hover{ background: url(../img/cmn/btn5_f2.jpg) no-repeat;}

  
/*
コンテンツ
-------------------------------------------------------------------*/

#cont {
	width:555px;
	float: right;
	padding: 0 10px 0 0;
	margin-left:10px;
	*padding: 0 20px 0 0;
}


#cont p{
    margin: 15px 15px 15px 10px;
    padding: 0;
    line-height:1.7em;
}

#cont h2 {
	font-size: 16px;
	height:30px;
	background:url(../img/tit/inside.gif) no-repeat;
	color: #063;
	margin: 0 10px 10px 5px;
	padding: 10px 0 0 10px;
}

#cont h2 span {	
	font-size: 14px;
	color: #F93;
	margin-right:8px;
	}


#cont h4 {
	color: #063;
	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: 200px;
	padding-right:10px;
	padding-bottom:15px;
	margin-left:10px;
	border-right: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	background:#DDD;
}

#side li {
	list-style-type: none;
}

#side_d h3 {
	font-size:14px;
	padding:4px 5px;
	background:#063;
	width:200px;
	display: block;
	line-height:1.1em;
}

#side_d h3 span {
	color:#FFF;
	padding-left:5px;
	display:block;
}

#side_d ul {
	margin: 5px 0 5px 13px;
}

#side_d li a {
	margin: 0;
	padding: 0 0 3px 10px;
	background:url(../img/liarrow.gif) no-repeat 0 0.3em;
	text-decoration: none;
	font-size: 12px;
	color:#003333;
	line-height: 1.4em;
	display:block;
}

#side_d li a:visited {
	color: #777;
}

#side_d li a:hover {
	color: #F60;
	text-decoration: underline;
}


#side img {
	border:none;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	width:800px;
	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;
}

/*
トップページ
-------------------------------------------------------------------*/

#cont.index {background:url(../img/tit/index_mid.gif) repeat-y}
	
#cont.index .btm {
	width:558px;background:url(../img/tit/index_btm.gif) no-repeat; clear:both; height:20px}

#cont.index h2 {
	font-size: 1px;
	text-indent:-7777px;
	display:block;
	line-height: 1px;
	width: 558px;
	height: 45px;
	margin: 0 0 10px 0;
	padding: 0;
}


#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;}

#cont.index h4 {
	font-size:14px;
	color:#063;
	line-height:1em;
	margin:0 0 0 20px;
	padding:0;
}

#cont.index ul {
	margin:0 0 5px 20px;
	padding:0;
}

#cont.index p {
	line-height:1.4em;
	margin:10px 20px!important}

#cont.index li {
	margin: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;
	color:#063;
	display:block;
}

#cont.index li a:hover{
	color: #F60;
	text-decoration:underline}

#cont div.left, #cont div.right{
	float:left;
	width:265px;}
	
#cont div.left {
	margin-right:10px;}