﻿@charset "utf-8";

/*All page's css*/
html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
	line-height: 1.8;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 75%;
}

#wrapper{
	background: #fff url(img/bg.gif) repeat-y center top !important;
	width:760px !important;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	position: relative !important;
	min-height: 100%;
	padding:1px 0;
	}

* html #wrapper	{
	/*margin-top:-21px;*/
	height: 100%;
}


/*reset*/

p,h1,h2,h3,h4,h5,h6,pre,
blockquote,ul,ol,li,dl,dt,dd,div{
	margin: 0px;
	padding: 0px;
}

table,tr ,td{
	border: 0px none;
}

/*a*/

a img{border-width: 0;}

/*a:link {color: #000;}*/
/*a:visited {color: #848484;}*/
/*a:active {color: #666666;}*/
a:hover {
	/*background-color: #DDFF9D;*/
	height:2em;
	color: red;
}

li{list-style-type:none;}

.bfont{
	font-weight:bold;
}

br.cr{
	clear:both;
}

span.hidden {display:none;}
span.red {color:#c00;}



/*hedaer*/

div#top{
	width:740px;
	margin:0 auto;
	padding:0;
}

/*h1#header{
	background-image: url(img/ci.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 309px;
	height: 42px;
	padding:1px;
	background-color:#fff;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 1em;
}
*/
h1#header a:hover {
	background-repeat: no-repeat;
	background-position: center top;
}


h1#header a{
	display:block;
	width:309px;
	height:42px;
	
}

/*menu*/

#menu ul{
	height:2em;
	margin-top: 0.5em;
	width: 100%;
	/*float: right;*/
	/*margin-right:0;*/
	background: #f9f9f9 url(img/nav_bg.gif) repeat-x;
	border-bottom: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
	margin-bottom:0;
}

#menu li {
	width:123px;
	height:2em;
	margin:0;
	padding:0;
	float:left;
	margin-left:0;
	}

li #mhome{
	width:125px;
}

*html #menu li{
	width:121px;
}

*html #mhome{
	width:123px;
}


#menu ul a {
	display: block;
	width: 100%;
	line-height: 2em;
	border-left: 1px solid #7e7e7e;
	height: 2em;
	background: #f9f9f9 url(img/nav_bg.gif) repeat-x;
	text-align: center;
	color: #000;
	/*text-decoration:none;*/
}

#menu ul a span {
	display:block;
	width:100%;
	height:2em;
	border-left:1px solid #fff;
	}

#menu ul a:hover {
	background-image: none;
	background: #F9F9F9;
	cursor: pointer;/*background-position:100% -36px;*/
	color: #008000;
}




/*contents*/

div#box2{
	text-align:left;
	padding-top:20px;
	width:700px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

p#topicpath{
	margin:5px auto 0 0;
}

div#content{
	clear:both;
}

h2#title{
	font-size:1.9em;
	text-indent:1em;
	border:1px solid #ccc;
	line-height:2.5em;
	height:2.5em;
	background:#cdcdcd url(img/title_bg.gif) repeat-x left top;
}


/*footer*/

#footer	{
	text-align:left;
	padding-top: 1em;
	background: #fff url('img/foot_bg.gif') repeat-x top left;
	/*clear: both;*/
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border-top:1px solid #ccc;
	position: absolute;
	left:50%;
	margin-left:-370px;
	bottom: 0;
}

/**html div#footer{
	margin-left:1px;
}*/

p#copy{
	clear:both;
	text-align:center;
}

#footer ul{
	margin-left:20px;
}
#footer li{
	line-height:1.5em;
	padding-left: 18px;
	display:block;
	float:left;
}


li#personal{
	background: url(img/l_per.gif) no-repeat left;
	padding-right :1em;
	border-right: 1px solid #000;
}

li#sitemap{
	background: url(img/l_site.gif) no-repeat left;
	margin-left: 1em;
}

#footer img{
	float:right;
	margin-right:20px;
}

/*リスト*/
ul.smalllist li{
	background: url(img/li_small.gif) no-repeat left center;
	padding-left: 8px;
	/*width:100%;*/
	height:2em;
}

ul.smalllist a{
	line-height:2em;
}

ul.smalllist a:hover{
	background-color:#CCFF99;
}

ul.biglist li{
	background: url(img/li_big.gif) no-repeat left center;
	padding-left: 18px;
}

/*トップへ*/
.gotop{
	margin-left:auto;
	margin-right:0;
	padding-left:11px;
	width:8em;
	background: url(img/li_up.gif) no-repeat left center;
}

/*行頭アイコン*/
p.biglist{
	background: url(img/li_big.gif) no-repeat left center;
	padding-left: 22px;
	margin-top: 1em;
	margin-right: 15px;
	margin-bottom: 1em;
	margin-left: 15px;
	text-indent: 5px;
}

/*別窓リンク*/
a.link{
	float:left;
	margin-left:0;
}

a.outsidelink{
	float: left;
	display: block;
	width: 16px;
	height: 1.3em;
	margin-left:0.5em;
	background-image: url(img/blanklink.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*テーブル*/
caption{
	display:none;
}
th{
	text-align:left;
}

td.plice{
	text-align:right;
}
