@charset "utf-8";

/* ---------- reset ---------- */

* {
	margin:0;
	padding:0;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
}
img{
border:0px;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color:#666666;
	font-family:sans-serif;
	text-align: center;
	background-image:url(http://www.gochisonet.com/img/common/bg.gif);
	/*background-repeat:no-repeat;*/
	background-position:center center;
}

#container {
	margin-right: auto;
	margin-left: auto;
	background:#ffffff;
	width:800px;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
}
.container-inner{

}

a {
	/*text-decoration:none;*/
	color:#666666;
}

a:hover {
	color:#E61A09;

	/*background:#267db1;*/
}

.clear {
	clear:both;
	text-decoration: none;
	font-size: 2px;
	text-indent: -700em;
	margin:0px 0px 10px 0px;
}

/* ---------- body_end ---------- */

/* ---------- header ---------- */

#header {
	padding:0px 0px 0px 0px;
	text-align:center;
}

#header img { float:left;border:none; }

#head-module p {
	margin:0;
	padding-top:12px;
	text-align:right;
	font-size:60%;
}

/* ---------- header_end ---------- */



/* ---------- banner ---------- */

div#banner
{
	height:0px;
	padding:0px;
	margin:0px;
	position:fixed;
	top:-400px;

}

div.banner-inner
{
	/*background-image:url(http://www.gochisonet.com/img/banner_inner.gif);*/
	background-repeat:no-repeat;
	height:0px;
	padding:0px;
	margin:0px;
	background-position:50% 0;
}

div.banner-inner h1
{
	font-weight:normal;
	position:relative;
	padding:0px;
	text-indent:-9999px;
	line-height:0px;
}

div.banner-inner h1 a
{
	color:#ffffff;
	background-color:inherit;
	text-decoration:none;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	line-height:0px;
}

div.banner-inner h2
{
	color:#ffffff;
	font-weight:normal;
	position:relative;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	line-height:0px;
}


/* ---------- banner_end ---------- */

/* ---------- main_content ---------- */

#main-content{
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}

/* ---------- main_content_end ---------- */

/* ---------- content ---------- */

#content {
	width:400px;
	float:left;
	text-align:left;
}

#content-inner {
	padding:0px 10px 0px 20px;
	margin:0px 0px 0px 0px;
}

.content_box { padding:5px 10px 10px 10px; }

.content_title { 
	font-size:110%;
	color: #4D4D4D; /* 文字の色 */
	border-left-color: #E61900; /* 左枠の色 */
	padding: 1px 0px 0px 3px; /* 余白の幅 */
	border-style: solid; /* 枠の種類 */
	border-width: 0px 0px 0px 6px; /* 枠の幅 */
	line-height: 130%; /* 行の高さ */
	margin:0px 0px 5px 0px;
}

.content_text { padding:0px 30px 0px 5px; }

.content_box ul li {
	list-style-position:outside; 
	margin-left: 10px; 
	list-style-image: url(./img/common/list.gif);
	line-height: 150%;
}

.content_box img {
	float:left;
	margin:0px 10px 0px 0px; 
}

.content p.navi { margin:5px 0; }

.content_box blockquote {
	font-size:80%;
	padding:15px 10px 15px 60px;
	background:url(http://www.gochisonet.com/img/blockquote_bg.gif) no-repeat left center #fff2de;
	margin:10px 0;
	border: 1px dashed #ffad30;
}

/* ---------- content_end ---------- */

/* ---------- entry_text ---------- */

.pan{
margin:12px;
text-align:left;
width:350px;
border-bottom: 1px solid gray;
padding:0px;
}

.right{
margin:0px 15px 15px 15px;
text-align:right;
}

.content h1 {
	color: #ff7200;
	font-size:90%;
	padding:8px 5px 5px 5px;
	height: 30px;
	font-weight:bold;
	background:url(http://www.gochisonet.com/img/h1_bg.gif) repeat-x top left;
	margin:10px 0;
}

.content h2 {
	color: #000000;
	font-size:90%;
	padding:7px 10px;
	font-weight:bold;
	border-top:3px solid #ff0000;
	background-color:#e5e5e5;
	margin:10px 0px 15px 0px;
}

.content h3 {
	color: #000000;
	font-size:80%;
	padding:7px 10px;
	font-weight:bold;
	background-color:#e5e5e5;
	border-top:3px solid #397FA8;
	margin:10px 0px 15px 0px;
}

.content h4 {
	color: #ffffff;
	font-size:80%;
	padding:5px 10px;
	font-weight:bold;
	background:#397FA8;
	border-bottom:1px solid #ccccccc;
	margin:10px 0;
}

.content h5 {
	color: #666666;
	font-size:80%;
	padding:0 0 0 20px;
	font-weight:bold;
	background:url(http://www.gochisonet.com/img/h5_bg.gif) no-repeat center left;
	margin:10px 0;
}

.content h6 {
	color: #666666;
	font-size:80%;
	padding:0 0 0 20px;
	font-weight:bold;
	background:url(http://www.gochisonet.com/img/h6_bg.gif) no-repeat center left;
	margin:10px 0;
}

.entry-info {
	background:url(http://www.gochisonet.com/img/entry_info_bg.gif) no-repeat;
	margin-top:10px;
	padding: 5px 0 20px 0;
}

.entry-info ul { list-style-type: none; }

.entry-info li {
	color:#666666;
	font-size:70%;
	display:inline;
	margin-right: 5px;
}

/* ---------- entry_text end ---------- */


/* ---------- lmenu ---------- */

#lmenu {
	width:195px;
	float:left;
	text-align:left;
}

.lmenu_box{
	padding:5px 10px 10px 10px;
}

.lmenu_box ul li {
	list-style-position:outside; 
	margin-left: 10px; 
	list-style-image: url(./img/common/list.gif);
	line-height: 150%;
}

.lmenu_title { padding:0px 0px 5px 0px; }

/* ---------- lmenu_end ---------- */

/* ---------- rmenu ---------- */

#rmenu {
	width:190px;
	float:right;
	text-align:left;
}


.rmenu_box{
	padding:5px 10px 10px 10px;
}

.rmenu_box_recommend{
	padding:5px 10px 10px 0px;
}

.rmenu_box_present{
	padding:5px 10px 10px 0px;
}

.rmenu_box ul li {
	list-style-position:outside; 
	margin-left: 10px; 
	list-style-image: url(./img/common/list.gif);
	line-height: 150%;
}

.rmenu_title { 
	color: #4D4D4D; /* 文字の色 */
	border-left-color: #E61900; /* 左枠の色 */
	padding: 1px 0px 0px 3px; /* 余白の幅 */
	border-style: solid; /* 枠の種類 */
	border-width: 0px 0px 0px 6px; /* 枠の幅 */
	line-height: 130%; /* 行の高さ */
	margin:0px 0px 5px 0px;
 }

.rmenu_text { 
	font-size:xx-small;
	padding:0px 10px 0px 5px;
}

.rmenu_box_recommend img {
	float:left;
	margin:0px 5px 0px 0px; 
}

/* ---------- rmenu_end ---------- */


/* ---------- footer ---------- */

.footer {
	display:block;
	background:#192478;
	padding:15px 10px;
}

.footer p {
	text-align:right;
	font-size:xx-small;
	color:#aaaaaa;
}

/* ---------- footer_end ---------- */



#footer-menu {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	font-size:60%;
}

#footer-menu ul {
	list-style-type: none;
}

#footer-menu li {
	float:left;
	display : block;
	list-style-type: none;
  padding: 0px 5px 0px 5px; 
  border-style: solid; 
  border-width: 0px 1px 0px 0px;
}

#footer-menu li a {
	display: block;
	padding: 0px 5px;

}

#footer-menu li a:hover { 
	padding: 0px 5px;

}

/* ---------- footer-menu_end ---------- */




/* ---------- news ---------- */

#news {
	margin:10px 0;
}

#news h3 {
	text-decoration: none;
	font-size: 2px;
	text-indent: -700em;
	background: transparent url("http://www.gochisonet.com/img/new_tit_bg.gif") no-repeat top left;
	margin-bottom:12px;
	border-bottom:3px solid #397FA8;
	border-left:none;
	border-top:none;
	border-right:none;
}

.new-txt {
	background:#fafafa;
}

.new-txt p {
	font-size:70%;
	margin:10px 5px;
	border-bottom:1px dotted #397FA8;
}

/* ---------- news_end ---------- */

/* ---------- archive_list ---------- */

.archive-content {
	background:#fafafa;
	border:3px double #cccccc;
	padding:15px;
}

.archive-list-item {
	font-size:80%;
	margin:5px 0;
}

/* ---------- archive_list_end ---------- */


/*-----------   main_menu  -----------*/


div.category-archives
{
	margin-bottom:40px;
}

div.category-archives ul.sub-category
{
	list-style-type:none;
}

div.category-archives ul li
{
	font-size:80%;
	font-weight:normal;	font-family:Verdana,"ＭＳ ゴシック";
	color:#666666;
	background-color:#ffffff;
	margin-bottom:10px;
}

div.category-archives ul li a
{
	font-weight:normal;	font-family:Verdana,"ＭＳ ゴシック";
	text-decoration:none;
	color:#666666;
	background:transparent url(http://www.gochisonet.com/img/category_list.gif) no-repeat 0 0;
	display:block;
	padding:8px 6px 8px 28px;
	line-height:100%;
	border-bottom:1px solid #ebebeb;
}

div.category-archives ul li a:hover
{
	color:#666666;
	background-position:0 -300px;
	text-decoration:none;
}

div.category-archives ul.sub-category
{
	padding:5px 0;
}

div.category-archives ul li ul.sub-category li
{
	font-size:100%;
	font-weight:normal;	font-family:Verdana,"ＭＳ ゴシック";
	color:#666666;
	background:#ffffff;
	margin:0;
	padding:0;
}

div.category-archives ul.sub-category li a
{
	font-weight:normal;	font-family:Verdana,"ＭＳ ゴシック";
	color:#666666;
	background:transparent url(http://www.gochisonet.com/img/category_sublist.gif) no-repeat 0 0;
	display:block;
	padding:8px 6px 8px 38px;
	line-height:100%;
	border:0;
}

div.category-archives ul.sub-category li a:hover
{
	color:#666666;
	background-position:0 -300px;
	text-decoration:none;
}

/* ---------- trackback ---------- */
#trackback_url {
	border:1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

fieldset { margin-top:20px; }

legend {
	font-size:80%;
}

#comment-author {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-email {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-url {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-text {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-preview,#comment-post,#comment-cancel  {
	width:100px;
	font-size:80%;
}

ul.comments-open-footer  {
	padding-top: 15px;
}

.comments-open-footer li {
	display:inline;
	list-style-type: none;
	margin-right: 15px;
}

.comments-post label {
	font-size:80%;
	margin:10px 0;
}

.cclicense { margin:3px 10px; }

.cclicense p { font-size:60%; }