/*　共通部分　*/

body {
	background-color: #F4F4F4;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height:160%;
}

a:link {
	color: #C60;
	text-decoration:underline;
}

a:visited {
	color: #963;
	text-decoration:underline;
}

a:active {
	color: #C00;
}

a:hover {
	color: #C00;
	background-color:#F7E5D2;
}

p {
	padding: 5px;
	margin: 0px
	}

img{
	border: none;
	}
	
img a:link {
	text-decoration:underline;
}

img a:visited {
	text-decoration:underline;
}

img a:active {
	text-decoration:underline;
}

img a:hover {
	text-decoration:underline;
	background-color: #FFF;
}


/*　みだし　*/

h1 {
	padding: 0px;
	margin: 0px;
	}

h2 {
	padding: 0px;
	margin: 10px 0px 5px 0px;
	}

h3 {
	font-weight:bold;
	color: #F96;
	border-top: #F96 dotted 1px;
	border-bottom: #F96 dotted 1px;
	background-color: #FFEBE0;
	padding: 4px 15px 3px 10px;
	margin: 10px 0px 5px 0px;
	}

h4 {
	font-weight:bold;
	padding: 0px 0px 0px 18px;
	margin: 10px 0px 0px 5px;
	background-image: url(../images/listmark-h4.gif);
	background-repeat:no-repeat;
	}

h5 {
	width: 80%;
	font-weight:normal;
	padding: 0px 0px 2px 6px;
	margin: 10px 0px 5px 10px;
	border-left: #999 solid 5px;
	border-bottom: #999 solid 1px;
	}

h6 {
	font-weight:normal;
	padding: 2px 8px;
	margin: 10px 0px 5px 5px;
	background-color: #CCC;
	border: solid #666 1px;
	}


/*　全体　*/

#wrapper {
  width: 780px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  color: #000;
  background-color:#FFF;
  border-left:solid #CCC 1px;
  border-right:solid #CCC 1px;
  }
  
/*　ヘッダー　*/
#header h2 {
	margin:0;
	padding:0;
	font-size:9px;
	padding-left:3px;
	font-weight:normal;
}
#h-logo {
	float: left;
	width: 300px;
}

#fsize{
	float: right;
	width: 105px;
	height: 27px;
	text-align:center;
	margin-top: 28px;
	padding-top: 25px;
	background-image:url(../images/size-base.gif);
}

#clover{
	float: right;
	width: 156px;
	height: 45px;
	text-align:center;
	margin-top: 28px;
	padding: 4px 1px 0 0;
}

#h-menu {
	clear:both;
	} 

/*　ナビゲーション　*/

.navi {
	text-align: left;
	margin-bottom: 10px;
	}
	
#navi-pagetop {
	text-align: right;
	clear: both;
	}
	
.close {
	text-align: center;
	padding: 10px;
	}
	

/*　メイン 780幅　*/

#content {
	padding: 15px;
	}
	

/*　メイン 2段組　*/

.cont-l {
	width: 600px;
	float: left;
	}

.cont-r {
	width: 120px;
	text-align: right;
	margin-left: 620px;
	}
	
.cont-l-2 {
	width: 530px;
	float: left;
	}

.cont-r-2 {
	width: 190px;
	text-align: right;
	margin-left: 550px;
	}
	
.cont-l-3 {
	width: 340px;
	padding: 5px;
	margin-left: 5px;
	text-align: center;
	background-color:#FFF39F;
	float: left;
	}

.cont-r-3 {
	width: 340px;
	padding: 5px;
	margin-left: 390px;
	text-align: center;
	background-color:#FFF39F;
	}
	
.cont-l-4 {
	width: 340px;
	padding: 5px;
	margin-left: 5px;
	float: left;
	border: #FFCC33 double 2px;
	}

.cont-r-4 {
	width: 340px;
	padding: 5px;
	margin-left: 390px;
	border: #FFCC33 double 2px;
	}

.cont-l-5 {
	float: left;
	}

.cont-r-5 {
	margin-left: 460px;
	}
	
/*　メイン 3段組　*/

.cont3-l {
	width: 350px;
	float: left;
	}
	
.cont3-r {
	margin: 0px 0px 0px 350px;
	}	
	

	
/*　フッター　*/
#footer-link {
	font-size:12px;
	padding:10px;
}
p#footer-page-title {
	color:#666;
	border-bottom:1px solid #66CC66;
	padding:0;
	margin:0;
	text-align:right;
}
p#footer-page-title em {
	font-style:normal;
}
#footer-link ul#footer_nav_on {
	padding:10px;
	text-align:center;
	line-height:1.4em;
}
#footer-link ul#footer_nav_on li ul {}
#footer-link ul#footer_nav_on li ul li {
	display:inline;
	color:#66CC66;
}
#footer-link ul li a {
	padding:0;
	text-decoration:none;
	color:#66CC66;
}
#footer-link ul li a:hover {
	text-decoration:underline;
	background-color:transparent;
}
#footer {
	background-color: #6C6;
	clear: both;
}

.f-name {
	color: #FFF;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
	}

.f-add {
	color: #FFF;
	padding: 0px 0px 5px 10px;
	}

.f-text {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-weight: normal;
	line-height: 200%;
	text-align:right;
	}

.f-text a:link {
	color: #fff;
	text-decoration:underline;
}

.f-text a:visited {
	color: #fff;
	text-decoration:underline;
}

.f-text a:active {
	color: #66CC66;
}

.f-text a:hover {
	color: #66CC66;
	background-color:#fff;
}


/*　位置調整　*/

.clear {
	clear: both;
	}

.clear-r {
	clear: right;
	}

.clear-l {
	clear: left;
	}

.text-r {
	text-align: right;
	margin-right: 5px;
	}
	
.text-c, .img-c {
	text-align: center;
	}

.img-r {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	}
	
.img-l {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
.img-t10 {
	margin-top: 10px;
	}

.img-t20 {
	margin-top: 20px;
	}

.img-l5 {
	margin-left: 5px;
	}

.img-l-h5 {
	margin-left: 12px;
	}

.img-l20 {
	margin-left: 20px;
	}
		
.img-tf10 {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.img-f10 {
	margin-bottom: 10px;
	}
	
/*　背景　*/

.add {
	background-color: #FFC088;
	border: #FF7800 solid 1px;
	padding: 5px 5px 5px 10px;
	margin: 10px 5px 15px 10px;
}

.waku-y {
	background-color: #FFFFCC;
	border: #FFCC66 solid 1px;
	padding: 5px;
	margin: 10px 10px 20px 10px;
}

.waku-g {
	background-color: #FFFFFF;
	border: #999999 solid 1px;
	padding: 5px;
	margin: 10px 10px 20px 10px;
}

/*　リスト　*/

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.li-none {
	margin-left: 15px;
}

.li-disc {
	list-style:disc;
	margin-left: 30px;
}

.li-disc2 {
	list-style:disc;
	margin-left: 15px;
}

.li-disc3 {
	list-style:disc;
	margin-left: 60px;
}

.li-disc4 {
	list-style:disc;
	margin-left: 30px;
	font-size: 10px;
}

.li-alpha {
	list-style: lower-alpha;
	margin-left: 30px;
}

.li-decimal {
	list-style: decimal;
	margin-left: 30px;
}

.li-space {
	margin-bottom: 10px;
}

.li-border {
	border-bottom: #CCC dotted 1px;
	margin: 8px 5px 2px 5px;
	}

.li-mark-or {
	background-image: url(../images/listmark-or.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}

.li-map1 {
	width: 400px;
	list-style:none;
	margin: 10px 0px 10px 20px;
	border-left: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 3px 3px 3px 10px; 
}

.li-map2 {
	background-image: url(../images/listmark-or.gif);
	background-repeat: no-repeat;
	margin: 5px 0px 5px 40px;
	padding-left: 15px;
}

.li-map3 {
	list-style: square;
	margin: 5px 0px 5px 80px;
}

.ul-map {
	margin-bottom: 20px;
	}

/*　説明　*/


dl {
	margin: 0px 10px 10px 10px;
}

dt {
	color:#660;
	border-bottom: #CCC dashed 1px;
	margin: 12px 0px 5px 0px;
}

.dt-disc {
	background-image: url(../images/listmark-kaki.gif);
	background-repeat:no-repeat;
	color:#660;
	border-bottom: #CCC dashed 1px;
	margin: 12px 0px 5px 0px;
	padding-left:15px;
	}	


/*　フォントまわり　*/

.text-small {
	line-height: 120%;
	}
	
.text-mid {
	line-height: 120%;
	}
	
.text-bold {
	font-weight: bold;
	}

.text-attention {
	color: #CC0000;
	font-weight: bold;
	}

.text-list {
	float: left;
	margin-left: 5px;
	}
	
.mt-date {
	width: 200px;
	color: #F60;
	border-bottom: #F60 solid 1px;
	border-left: #F60 solid 1px;
	padding: 0px 0px 2px 5px;
	margin-left: 5px;
	}


	
/*　幅調整　*/

.wid_500 {
	width: 500px;
	}
	
.wid_300 {
	width: 300px;
	}

.wid_90p {
	width: 90%;
	}
		
.wid_100p {
	width: 99%;
	margin-bottom:10px;
	}

/*　テーブル　*/

table {
	border-top: #666 solid 1px;
	border-right: #666 solid 1px;
	text-align: left;
	margin: 10px 0px 15px 5px;
	}

td {
	padding: 5px;
	border-left: #666 solid 1px;
	border-bottom: #666 solid 1px;
	} 

.td-base {
	background-color: #E1E1E1;
	}
	
