@charset "utf-8";

/* formatting style
--------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: 100%;
	line-height: 1.6;
	background-image: url(../images/sidebarb_bg11.gif);
	background-repeat: repeat;
}

img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #1d3994;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.new {
	background-image: url("../images/new.gif");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
}

a.up {
	background-image: url("../images/up.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
}

a.osusume {
	background-image: url("../images/osusume.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
}

a.check {
	background-image: url("../images/check.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 45px;
}

a.hit {
	background-image: url("../images/hit_01.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
}


hr {
	display: none;
}

.aka {
	color: #C40026
}

.ao {
	color: #3333CC
}

/* base layout
---------------------------------*/

#wrapper {
	background-color: #ffffff;
	width: 900px;
	background-image: url(../images/main_bg03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}


#main {
	padding: 0 20px;
	width: 860px;
}

#container {
	width: 860px;
	text-align: left;
	padding: 0;
	margin-top: 5px;
}

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

#header {
	position: relative;
	height: 60px;
	width: 860px;
}

#header h1 {
	width: 860px;
	height: 60px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/logo_sakanouenokumo02.gif);
	background-repeat: no-repeat;
	clear: both;
	left: 20px;
	top: 20px;
	position: absolute;
}



/* submenu
---------------------------------*/

.submenu {
	/*width: 220px;*/
	height: 211px;
	background-image: url(../images/index_12.gif);
	background-repeat: no-repeat;
	list-style: none;
	position: relative;
}

.submenu h2   {
	color: #21212d;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 0px;
}	

.submenu ul {
	font-size: 108%;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
	border-top: 1px solid #4f5082;
	width: 190px;
	padding-top: 16px;
}

.submenu a       {
	display: block;
	width: 173px;
	color: #fff;
	background-color: #4f5082;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.submenu a:hover {
	color: #fff;
	background-color: #72739b;
	text-decoration: none;
}

.submenu li {
	border-right: 1px solid #4f5082;
	border-bottom: 1px solid #72739b;
	border-left: 1px solid #4f5082;
}



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

#content {
	float: left;
	width: 325px;
	text-align: left;
	margin-right: 5px;
	padding-top: 10px;
}
#content h2 {
	font-size: 114%;
	background-image: url(../images/z-flag_ico.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
}

#content h3 {
	font-size: 123.1%;
	background-image: url(../images/z-flag_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 30px;
}

#content p {
	margin-top: 8px;
	margin-bottom: 8px;
}

#content .right {
	text-align: right;
}


#content blockquote {
	font-size:100%;
	line-height:1.75em;
	border:2px solid #72739b;
	margin:10px 0 5px 5px;
	padding:10px;
	background-color: #F0F0F4;
}

/* info
---------------------------------*/

#info {
	background-image: url(../images/018.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #CCCCCC;
	-moz-box-shadow: 4px 4px 5px #b3b3b3;
	-webkit-box-shadow: 4px 4px 5px #b3b3b3;
	-o-box-shadow: 4px 4px 5px #b3b3b3;
	-ms-box-shadow: 4px 4px 5px #b3b3b3;
}

#info p {
	color: #000;
	text-align: left;
	margin-left: 10px;
	font-size: 100%;
	line-height: 1.6;
	margin-right: 10px;
}

#info a {

}
#info img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
}


#info strong {
	color: #000066;
	font-size: 108%;
}


/* sidebar
---------------------------------*/
div#sidebar {
	width: 520px;
	float: right;
	padding-top: 10px;
	margin-bottom: 10px;

}
#sidebar h3 {
	float: left;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #43446F;
	width: 520px;
	margin-top: 10px;
}

#sidebar p {
	margin-bottom: 5px;
}


/* topics
---------------------------------*/
#topics {
	overflow: auto;
	height: 230px;
	scrollbar-base-color: #f1f1f1;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	clear: both;
	borde-topr: 1px solid #CCCCCC;
	background-image: url(../images/018.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 10px;
}


#topics  dl {
	line-height: 1.6;
	margin-left: 10px;
	font-size: 100%;
	margin-right: 10px;
	clear: both;
}

#topics  dt {
	clear: left;
	float: left;
	width: 5em;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#topics dd {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* topics02
---------------------------------*/
#topics02 {
	margin-bottom: 10px;
	overflow: auto;
	scrollbar-base-color: #f1f1f1;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#topics02  h2 {
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #2969D5;
	color: #FFFFFF;
	text-align: center;
}



#topics02  dl {
	line-height: 1.6;
	margin-left: 10px;
	font-size: 100%;
	margin-right: 10px;
	clear: both;
	margin-top: 10px;
}
#topics02 h3 {
	margin-top: 20px;
}


#topics02  dt {
	clear: left;
	float: left;
	width: 5em;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#topics02 dd {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* shinkan
---------------------------------*/
#shinkan {
	padding-right: 5px;
	background-image: url(../drama/images/bg_01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #43446F;
	width: 515px;
	float: left;
}
#shinkan  h2 {
	font-size: 114%;
	margin-bottom: 2px;
	margin-left: 120px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D3994;
	margin-right: 5px;
	padding-top: 6px;
	color: #1D3994;
}
#shinkan p {
	margin-bottom: 10px;
	margin-right: 5px;
	line-height: 1.5;
}
#shinkan img {
	padding: 4px;
	border: 1px solid #CCCCCC;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* shinkan
---------------------------------*/
#shinkan02 {
	float: left;
	padding-right: 5px;
	background-image: url(../drama/images/bg_02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
	margin-bottom: 10px;
	/*clear: both;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #43446F;
	width: 515px;
}
#shinkan02  h2 {
	font-size: 114%;
	margin-bottom: 2px;
	margin-left: 120px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D3994;
	margin-right: 5px;
	padding-top: 6px;
	color: #1D3994;
}
#shinkan02 p {
	margin-bottom: 10px;
	margin-right: 5px;
	line-height: 1.5;
}
#shinkan02 img {
	padding: 4px;
	border: 1px solid #CCCCCC;
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}


/* sitemap
---------------------------------*/

#sitemap {
	clear: both;
	background-color: #666;
	color: #FFFFFF;
	padding-top: 10px;
	position: relative;
	background-image: url(../images/bg_sitemap.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
}
#sitemap  h2 {
	font-size: 108%;
	color: #FFFFFF;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
	text-align: center;
}
#sitemap ul li {
	list-style-type: none;
	margin-left: 5px;
	line-height: 2;
	font-size: 100%;
}
#sitemap ul {
	margin-bottom: 10px;
}
#sitemap li {
	background-image: url(../images/arrow_487.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#sitemap a {
	color: #fff;
}
#sitemap   #box01 {
	float: left;
	margin-right: 20px;
	width: 170px;
	margin-left: 20px;
}
#sitemap   #box04 {
	width: 180px;
	float: left;
}
#sitemap  #box02 {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#sitemap   #box03 {
	float: left;
	width: 190px;
	margin-right: 20px;
}

/* navi
---------------------------------*/

#fnavi {
	text-align: center;
	background-image: url(../images/bg_sitemap02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #666;
	width: 860px;
	clear: both;
	padding-bottom: 15px;
	padding-top: 10px;
}

#fnavi p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#fnavi p.menu {
	/*font-size: 12px;*/
	padding: 0;
	margin: 0;
	text-align: center;
}

#fnavi p.menu a {
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	font-size: 100%;
}

#fnavi p.menu a:hover {
	color: #FF9900;
}

#fnavi p.menu span {
	color: #ccc;
}
#fb {
	margin-top: 10px;
}




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

#footer {
	clear: both;
	background-image: url(../images/end_bg03.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 95%;
	color: #666666;
	text-align: right;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}


#footer img {
	float: right;
	margin-left: 10px;
}



.right {
	text-align: right;
}
.center {
	text-align: center;
}
.nobottom {
	margin-bottom: 0px;
}


#tnavi {
	width: 858px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 10px;
	clear: both;
	margin-top: 10px;
	background-image: url(../images/bg_navi02.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

#tnavi p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#tnavi p.menu {
	/*font-size: 12px;*/
	padding: 0;
	margin: 0;
	text-align: center;
}

#tnavi p.menu a {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 100%;
}

#tnavi p.menu a:hover {
	color: #FF9900;
}

#tnavi p.menu span {
	color: #FFFFFF;
}
#bookmark {
	margin-top: 5px;
	float: right;
}

#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	}
#crumbs ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(../images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#crumbs li a:link {
	color:#0066cc;
	text-decoration:none;
	}	

#crumbs li a:hover {
	color:#ff8800;
	}		

