* {
	padding:0;
	margin: 0;
	font-size: 14px;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

a {
	color:#0000ff;
}

a:hover {
	text-decoration: none;
	color:#006600;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #CC3300;
}


.chui {
	display:block;
	font-weight:bold;
	text-align:right;
}
.chui img{
	vertical-align:bottom;
}

.red{
	color:#d00;
	font-weight:bold;
}

.uline{
	text-decoration: underline;
}


#ad{
	margin:0 auto 10px;
	text-align:left;
	font-size:16px;
	color:#555;
}
#ad a{
	font-size:18px;
	font-weight:bold;
}



/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	margin-top: 15px;
	background-image: url(img/header.gif);
	background-repeat: repeat-x;
}

#header_main {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	height:80px;
	background-image: url(img/i-cube.gif);
	background-repeat: no-repeat;
}


h1 a {
	display: block;
	text-decoration: none;
	width: 800px;
	height: 80px;
	font-size: 22px;
	text-indent:-1000px;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
}
/*
#header #sub {
	font-size: 10px;
	color: #79A200;
	margin-left: 50px;
}
*/

/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-color: #002244;
	background-image: url(img/navi.gif);
	background-repeat: repeat-x;
}

#nav ul {
	list-style-type:none;
	float: right;
	margin-right: 20px;
	border-right:1px solid #666;
	border-left:1px solid #333;
}


#nav li {
	float: left;
	text-indent:-1000px;
}
#nav li a {
	border-left:1px solid #666;
	border-right:1px solid #333;
}
#nav li a:hover {
	height: 28px;
	overflow:hidden;
	border-top:1px solid #024;
	border-left:1px solid #024;
	border-right:1px solid #024;
	border-bottom:1px solid #666;
	background-position:-1px -1px;
}


#nav #top {
	background-image: url(img/navi_top.gif);
	background-repeat: no-repeat;
  }
  
#nav #top a {
	display: block;
	width:120px;
	line-height: 30px;
}

#nav #top a:hover {
	background-image: url(img/navi_top_hover.gif);
	background-repeat: no-repeat;
}


#nav #writer {
	background-image: url(img/navi_writer.gif);
	background-repeat: no-repeat;
}

#nav #writer a {
	display: block;
	width:120px;
	line-height: 30px;
}

#nav #writer a:hover {
	background-image: url(img/navi_writer_hover.gif);
	background-repeat: no-repeat;
}


#nav #collector {
	background-image: url(img/navi_collector.gif);
	background-repeat: no-repeat;
}

#nav #collector a {
	display: block;
	width:120px;
	line-height: 30px;
}

#nav #collector a:hover {
	background-image: url(img/navi_collector_hover.gif);
	background-repeat: no-repeat;
}


#nav #blog {
	background-image: url(img/navi_blog.gif);
	background-repeat: no-repeat;
}

#nav #blog a {
	display: block;
	width:120px;
	line-height: 30px;
}

#nav #blog a:hover {
	background-image: url(img/navi_blog_hover.gif);
	background-repeat: no-repeat;
}

#nav #icube {
	background-image: url(img/navi_icube.gif);
	background-repeat: no-repeat;
}

#nav #icube a {
	display: block;
	width:120px;
	line-height: 30px;
}

#nav #icube a:hover {
	background-image: url(img/navi_icube_hover.gif);
	background-repeat: no-repeat;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg.jpg);
	background-color: #FFFFFF;
}
#base2 {
	width:610px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#wrap {
	padding: 5px;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:610px;
	float: right;
}

#contents p{
	text-indent:10px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
/*	background-image: url(img/note_line.gif);*/
}

#contents h2 {
	height: 30px;
	line-height:30px;
	text-indent: 30px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
}
#contents .toph2 {
	text-indent: -1000px;
	background-image: url(img/toph2.gif);
	background-repeat: no-repeat;
}

#contents h3 {
	font-size: 16px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #003366;
	padding-left: 10px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006644;
	padding-left: 10px;
	color: #cc0000;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#contents dd {
	text-indent:10px;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 30px;
	margin-left: 30px;
}
#contents dt {
	font-size: 14px;
	padding-left: 10px;
	color: #006699;
	line-height: 16px;
	font-weight:bold;
	margin-top: 15px;
	margin-left: 15px;
}

#contents .wrtr {
	padding-bottom: 10px;
	margin-left:25px;
}
#contents .wrtr li {
	font-size: 14px;
	padding-left: 0px;
	color: #CC3300;
	line-height: 16px;
	margin-top: 5px;
	margin-left: 30px;
	padding-bottom:2px;
}
#contents .collect {
	padding-bottom: 10px;
	margin-left:25px;
}
#contents .collect li {
	font-size: 14px;
	font-weight:bold;
	padding-left: 0px;
	color: #006600;
	line-height: 16px;
	margin-top: 5px;
	margin-left: 30px;
	padding-bottom:2px;
}

#contents #c_pad {
	padding: 10px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin:0 6px 15px;
	background-color: #E8E6D0;
	border: 1px solid #C2BE83;
}

#contents .capture {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents .capture ul {
	list-style-type:none;
	width:528px;
	margin:0 auto;
  }
#contents .capture li {
	float: left;
	width:132px;
}


/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 170px;
}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 2px;
	margin-bottom: 10px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#side_d h3 {
	width: 160px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	text-indent:-1000px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C6BCB0;
}
#side_d #menu {
	background-color: #002244;
	background-image: url(img/navi_side.gif);
	background-repeat: no-repeat;
}
#side_d #menu2 {
	background-color: #002244;
	background-image: url(img/navi_side2.gif);
	background-repeat: no-repeat;
}
#side_d #menu3 {
	background-color: #002244;
	background-image: url(img/navi_side3.gif);
	background-repeat: no-repeat;
}

#side_d ul {
	margin-bottom: 5px;
}

#side_d li {
	list-style-type: none;
}

#side_d #cat a {
	background-image:url(img/li3_hover.gif);
	background-repeat: no-repeat;
}

#side_d li a {
	display: block;
	width:156px;
	text-indent:24px;
	font-size: 12px;
	text-decoration:none;
	color:#333333;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(img/li3.gif);
	background-repeat: no-repeat;
	background-color: #E0DBD5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C6BCB0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C6BCB0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C6BCB0;
}


#side_d li a:hover {
	background-color: #FFFFFF;
	color: #990000;
	text-decoration: underline;
	background-image:url(img/li3_hover.gif);
	background-repeat: no-repeat;
}

/*
#side_d li a {
	display: block;
	width:120px;
	font-size: 12px;
	text-decoration:underline;
	color:#006600;
	line-height: 15px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #E8E6D0;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D1AA;
	background-position: 5px center;
}


#side_d li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
}
*/


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#clear {
	clear: both;
	height: 30px;
	margin:0 1px;
	background-image: url(img/foot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #E2E2DE;
}
#clear2 {
	clear: both;
}

#f_menu {
	background-image: url(img/foot.gif);
	height: 50px;
	background-repeat: repeat-x;
	border-top: 1px solid #E2E2DE;
	border-bottom: 1px solid #E2E2DE;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#end {
	height:20px;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #eee;
	text-align: center;
	line-height:30px;
	display: block;
	font-size: 12px;
}


/*
個別ページ
-------------------------------------------------------------------*/

#about {
	margin:10px;
}
#about table{
	margin:0 auto;
	width:540px;
	background-color: #FFFFFF;
	text-align:left;
}
#about th,#about td{
	padding:8px 0 8px;
	font-weight:normal;
	border-top:1px solid #e7e7cd;
	border-right:1px solid #b6b6b6;
	border-bottom:1px solid #cccccc;
}
#about th{
	width:20%;
	vertical-align:top;
	text-indent:10px;
	background-color: #e7e7cd;
}
#about td{
	vertical-align:middle;
	padding-left:8px;
}


