@charset "utf-8";
/*
 * Style Name   : COMMON CSS
 * Style URI    : common.css
 * Description  : 共通スタイルシート
 */

/* ===================================================================

 * 共通のスタイル指定（全ページ共通モジュール設定）
 
=================================================================== */

/* INDEX ---------------------
 *  1. Default Style
 *  2. Link Style
 *  3. Structure Module
 *  4. Header Module
 *  5. Menu Module
 *  6. TopicPath Module
 *  7. Contents Module
 *  8. PageTop Module
 *  9. FootMenu Module
 * 10. Footer Module
 */


/*================================================
 * 1. Default Style
 ================================================*/
html {
	overflow-y:scroll;
}

body {
	color:#000;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(images/bac.png);
}
.sidebar1 {
	float: left;
	width: 240px;
}
.sidebar2 {
	float: left;
	width: 265px;
	background-color: #099;
}
.sidebar3 {
	float: left;
	width: 140px;
	background-color: #099;
}

img {
   vertical-align:bottom;
}


/*================================================
 * 2. Link Style
 ================================================*/
a:link {
	text-decoration: none;
	color: #36F;
}

a:visited {
	color: #39F;
}

a:hover {
   color:#0000FF;
}

a:forcus {
   color:#CC1111;
}


/*================================================
 * 3. Structure Module
 ================================================*/
#container {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	position:relative;
	height: 380px;
}
#header2 {
	position:relative;
	height: 400px;
	background-repeat: no-repeat;
	background-image: url(images/top1.jpg);
}

#menu {
}


#contents {
   clear:both;
}

#topicPath {
	clear:both;
	background-color: #FFF;
}

#main {
	width:660px;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #FFF;
	border: 1px dotted #333;
}
#main2 {
	width:698px;
	float:right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #FFF;
	border: 1px dotted #333;
}
#main3 {
	width:900px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFF;
	border: 1px dotted #333;
}
#main4 {
	width:798px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #FFF;
	border: 1px dotted #333;
	float: right;
}

#subLeft {
   float:left;
   width:180px;
   background:#ddd;
}

#subRight {
	float:right;
	width:80px;
	background:#ddd;
}

#pageTop {
	clear:both;
}

#footMenu {
	clear:both;
	width:100%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}

#footer {
	clear:both;
	width:100%;
	color: #FFF;
	background-color: #000;
	text-align: center;
}


/*================================================
 * 4. Header Module
 ================================================*/
#header .gNavi {
   position:absolute;
   top:0;
   right:0;
}

#header .gNavi li {
   float:left;
}

/*================================================
 * 5. Menu Module
 ================================================*/
#menu li {
	float:left;
	background-color: #333;
	color: #039;
	text-align: center;
	height: 30px;
	width: 160px;
}

#menu li a {
	display:block;
	width:160px;
	background-color: #000;
	height: 30px;
	color: #FFF;
	text-decoration: none;
}


/*================================================
 * 6. TopicPath Module
 ================================================*/


/*================================================
 * 7. Contents Module
 ================================================*/


/*================================================
 * 8. PageTop Module
 ================================================*/
#pageTop {
	text-align:right;
}


/*================================================
 * 9. FootMenu Module
 ================================================*/
#footMenu li {
	text-decoration: none;
	background-color: #000;
	text-align: left;
}


/*================================================
 * 10. Footer Module
 ================================================*/
.category {
	font-size: 88%;
	background-color: #FFF;
	border: 1px dotted #333;
}
.entrybody {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size: small;
}
.h1 {
	background-color: #333;
	color: #FFF;
	font-size: medium;
}
.newillust {
	background-color: #CCC;
	color: #FFF;
	font-size: medium;
}
.box1 {
	margin-left: -40px;
	padding-left: 10px;
}
