body {
	color: #333;
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	font-size-adjust:0.58em;
	font-size: 80%;
}

.boarder{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #693;
margin-top: 8px;
margin-bottom: 8px;
}

.bigger {
font-size: 110%;
font-weight: bold;
}

#wrapper {
	width: 1013px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #366;
}


#header{
	width: 100%;
	padding: 0px;
	margin-top:0px;
	margin-bottom: 35px;
	height: 121px;
	background-attachment: fixed;
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header p{
	text-align: right;
	margin-right: 14px;
	color: #FFF;
}

#header a{
	color: #6CF;
}
#header a:hover{
	color: #fff;
	border-bottom: 1px solid #ffd920;
}

#menu{
	height: 33px;
	padding-left: 10px;
	margin-top: 72px;
}
#menu ul{
}
#menu li{
	font-size: 110%;
	display: inline;
	font-weight: bold;
	margin-right: 30px;
}
#menu a{
	color: #9C3;
}
#menu a:hover{
	color: #fff;
}


#contents{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 25px;
}

#left{
	float: left;
	width: 667px;
	margin-right: 3px;
}
#left .topic{
	border: 1px solid #366;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 15px;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 8px;
	}
#left .topic h3{
	font-size: 180%;
	margin: 0px;
	color: #666;
	font-weight: bold;
}
#left .topic h4{
	font-size: 130%;
	color: #666;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #366;
	margin-bottom: 15px;
	padding-bottom: 3px;
}
#left li{
	list-style-position: outside;
	margin-left: 30px;
	list-style-type: disc;
}
#left .topic	img{
	float: left;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 2px;
}


#right{
	float: right;
	width: 333px;
	margin-left: 10px;
	font-size: 90%;
}
#right .item{
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 9px;
	border: 1px solid #366;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 9px;
	}
#right .item	h4{
	font-size: 120%;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #366;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#right .item	img{
	float: left;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 2px;
}

#jacket{
	width: 500px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#jacket img{
	float: left;
	border: 1px solid #999999;
	margin-right: 5px;
	margin-bottom: 3px;
}

#footer {
width: 100%;
margin: 0px;
padding: 0px;
text-align: center;
font-size: 90%;
clear: both;
background-image: url(img/bg_footer.gif);
background-repeat: repeat-y;
}
.pagenavi {
	border: 1px solid #09F;
	text-align: center;
	margin-top: 25px;
}
@charset "utf-8";	
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}


/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: text-top; }

/* hr 要素は不可視で使う */
hr { display: none; }


A {
COLOR: #06F;
TEXT-DECORATION: none
}
A:visited {
	COLOR: #339966; TEXT-DECORATION: none
}
A:hover {
COLOR: #FF9900;
TEXT-DECORATION: none
}
	
A IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
.stopFloat {	CLEAR: both
}
.ie6 .stopFloat {	WIDTH: 1px! important
}
.txtright {	text-align: right;
}
.blue {	color: #0066CC;
}
.under_blue {	border-bottom: 1px solid #0099FF;
}
.under_pink {	border-bottom: 1px solid #FF6699;
}
.pink {	color: #FF0066;
}
.clear { clear: both; background: none; }

