@charset "shift_jis";
/*-----------------------------------------------
 __reset
-----------------------------------------------*/
	
html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight:100;
}

span {
	display:none;
	}
	
.font { font-size:12px; letter-spacing:0em;}
	
	
/*-----------------------------------------------
 __link
-----------------------------------------------*/

a { color:#2F65BD; text-decoration:none;}

a:hover { color:#2F65BD; text-decoration:underline;}

	
/*-----------------------------------------------
 __navi_link
-----------------------------------------------*/

#navi a { color:#434331; text-decoration:none;}

#navi a:hover { color:#2F65BD; text-decoration: underline;}


/*-----------------------------------------------
 __submenu
-----------------------------------------------*/

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li.t_01 a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#434331;
background: #fff;
padding:7px 5px 7px 2px;
width:153px;
}

.suckerdiv ul li.t_02 a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#434331;
background: #DBDDE2;
padding:4px 5px 5px 5px;
width:150px;
}

.suckerdiv ul li a:hover{
background: url(../img_subnavi/bg.gif) no-repeat;
text-decoration:none;
color:#434331;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

img.s_title {
	margin-top:15px;
	}
	
p.txt {
	letter-spacing:0em;
	}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/*-----------------------------------------------
 __footnavi_link
-----------------------------------------------*/

#footnavi a { color:#434331; text-decoration:none;}

#footnavi a:hover { color:#2F65BD; text-decoration: underline;}


/*-----------------------------------------------
 __default
-----------------------------------------------*/

body {
	background: #FFF;
	color: #333;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	letter-spacing:0.1em;
	color:#434331;
	background:url(../images/bg.gif) repeat-x;
}

* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#container {
	width:900px;
	margin:0 auto 0;
}

#contents {
	width:900px;
	margin:10px 0 10px 0;
	}
	
.top {
	margin:10px 0 30px 0;
	padding-left:400px;
	float:right;
	}
	
#foot {
	width:900px;
	clear:both;
	margin:40px 0 20px 0;
	}
	
#footnavi {
	margin:0 0 20px 0;
	}
	
#footnavi li {
	display:inline;
	margin-right:30px;
	}
	
#copyright {
	text-align:right;
	border-top:#999999 solid 1px;
	}	
