@charset "utf-8";
/* CSS Document */

/* all--------------------------------------------------------------------*/

*{
	margin:0px;
	padding:0px;
}

html{
	overflow:-moz-scrollbars-vertical;
}

body{
	color:#666666;
	font-size:12px;
	line-height:1.8em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(../images/header-bg.png);
	background-repeat:repeat-x;
}

img{
	border:0px;
}

ul{
	list-style:none;
	margin:0px;
	padding:0px;

}

li{
	margin:0px;
	padding:0px;
}

hr{
	margin:0px;
}

#page{
	width:789px;
	margin:0px auto;
}


/* link---------------------------------------------------------------------------*/

a:link{
	color:#007722;
	text-decoration:none;
}

a:visited{
	color:#007722;
	text-decoration:none;
}

a:hover{
	color:#009922;
	text-decoration:underline;
}

a:active{
	color:#009922;
	text-decoration:underline;
}


/* header-------------------------------------------------------------------------*/

#header{
	height:70px;
}

#logo{
	height:38px;
	width:212px;
	float:left;
	margin-top:20px;
}

#description{
	color:#009922;
	float:right;
	margin-top:40px;
}


/* leader-------------------------------------------------------------------------*/

#leader{
	clear:both;
}

#key-visual{
	height:257px;
	width:564px;
	float:left;
}

#navi{
	height:257px;
	width:225px;
	float:right;
}

.pickup{
	height:83px;
	width:225px;
}

*html .pickup{
	margin-bottom:-3px;
}

*:first-child+html .pickup{
	margin-bottom:-3px;
}

#top-title{
	height:33px;
	width:225px;
	background:url(../images/top-title-on.png) no-repeat 0px 0px;
}

#top-title a{
	height:33px;
	width:225px;
	display:block;
	background:url(../images/top-title.png) no-repeat 0px 0px;
}

#top-title a:hover{
	background-image:none;
}

#hokyo-title{
	height:33px;
	width:225px;
	background:url(../images/hokyo-title-on.png) no-repeat 0px 0px;
}

#hokyo-title a{
	height:33px;
	width:225px;
	display:block;
	background:url(../images/hokyo-title.png) no-repeat 0px 0px;
}

#hokyo-title a:hover{
	background:none;
}

#silicon-title{
	height:33px;
	width:225px;
	background:url(../images/silicon-title-on.png) no-repeat 0px 0px;
}

#silicon-title a{
	height:33px;
	width:225px;
	display:block;
	background:url(../images/silicon-title.png) no-repeat 0px 0px;
}

#silicon-title a:hover{
	background:none;
}

#kyuin-title{
	height:33px;
	width:225px;
	background:url(../images/kyuin-title-on.png) no-repeat 0px 0px;
}

#kyuin-title a{
	height:33px;
	width:225px;
	display:block;
	background:url(../images/kyuin-title.png) no-repeat 0px 0px;
}

#kyuin-title a:hover{
	background-image:none;
}


/* container----------------------------------------------------------------------*/

#container{
	clear:both;
}


/* main---------------------------------------------------------------------------*/

#main{
	width:564px;
	float:left;
}

#contents{
	background-image:url(../images/con-bg.png);
	background-repeat:repeat-y;
	padding-bottom:10px;
}

#contents h2{
	color:#444444;
	background-color:#eeffdd;
	border-bottom:#00aaff 1px dotted;
	border-left:#08c 5px solid;
	font-size:16px;
	margin-top:3px;
	margin-left:26px;
	margin-right:30px;
	padding-left:5px;
}

#contents ul li{
	list-style:circle;
	margin-left:50px;
	line-height:1.7;
}

p.text1{
	font-size:13px;
	padding:10px 30px;
}

p.text2{
	font-size:13px;
	padding:10px 40px;
}

#favorite{
	background-image:url(../images/con-bg.png);
	background-repeat:repeat-y;
	padding-bottom:10px;
}

#favorite ul{
	margin-top:10px;
}

#favorite ul li{
	line-height:1.7;
	margin-left:30px;
}

#go-top{
	font-size:11px;
	padding-top:10px;
	padding-right:20px;
	height:28px;
	color:#390;
	font-weight:bolder;
	text-align:right;
	background-image:url(../images/con-foot.png);
	background-repeat:no-repeat;
}


/* side---------------------------------------------------------------------------*/

#side{
	margin-top:7px;
	width:225px;
	float:right;
}

#category{
	background-image:url(../images/cate-bg.png);
	background-repeat:repeat-y;
}

#category ul{
	padding:3px 10px;
}

#category ul li{
	padding:0px 15px;
	padding-top:2px;
	margin-left:15px;
	line-height:1.7em;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:-1px 10px;
}


/* footer-------------------------------------------------------------------------*/

#footer{
	clear:both;
	height:56px;
	background-image:url(../images/footer-bg.png);
	background-repeat:repeat-x;
}

#copyright{
	color:#FFF;
	margin-top:10px;
	font-size:11px;
	text-align:center;
}

