@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/6/10
	Last Modified: 2008/6/10
	Version: 1.0
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category

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



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#777;text-decoration:none;}
a:hover {text-decoration:none;}

a:hover img{ text-decoration:none; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:30px;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff url(image/background.jpg) repeat left top;
	line-height:160%;
	color:#222;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	height:25px;
	width:876px;
	text-align:left;
	margin:0 auto;
	line-height:25px;
	text-indent:10px;
	color:#fff;
	background:url(image/h1.jpg) repeat-x;
	}
	
h1 a{
	color:#fff;
	}

h2 {
	margin-bottom:5px;
	}

h3 {
	color:#5d001b;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	clear:none;
	}
	
div.entry2 h3 {
	color:#833b51;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	}
	
h4 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #eaeaea;
	padding:5px;
	margin-bottom:10px;
	}

h5 {
	background:url(image/category/h5.jpg) repeat-x;
	height:29px;
	line-height:29px;
	text-indent:10px;
	font-size:14px;
	color:#fff;
	margin-bottom:10px;
	}
	
h6 {
	background:url(image/category/arrow.gif) center left no-repeat;
	padding-left:15px;
	margin:0;
	padding-bottom:0;
	}

/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div#sidebar :after,
div.main :after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

div.main a:after {
display: inline;
}
div.main strong:after {
display: inline;
}

div#sidebar a:after {
  display: inline;
}


.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.main { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar,
div.main  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.main {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


.alphafilter{}


/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#body-inner {
	}
	
div#container {
	width:912px;
	text-align:center;
	background:url(image/main-back.png) repeat-y top center;
	margin: 0 auto;
	}

div#wrapper{
	padding:5px;
	background:url(image/main-back2.jpg) repeat-x top center;
	text-align:center;
	margin:0 24px;
	}
	
body#top div#wrapper{
	padding-left:8px;
	}
	
div#content {
	text-align:left;
	float:left;
	}
	
body#top div#content {
	width:420px;
	}
	
div.main {
	padding-bottom:30px;
	}
	
div.main p{
	margin-bottom:10px;
	}
		
div.main p a{
	color:#0e8dd4;
	}
	
div.main p a:hover{
	text-decoration:underline;
	}

div.entry {
	background:#fffaf4;
	padding:10px 15px;
	border-bottom:1px solid #eaeaea;
	margin-top:10px;
	}
	
div.entry p{
	color:#845b2d;
	}
	
div.entry2 {
	background:#fcedf4;
	padding:10px 15px;
	border-bottom:1px solid #eaeaea;
	margin-top:10px;
	}
	
div.entry2 p{
	color:#5a4c49;
	}
	
	
div.entry p b{
	font-weight:normal;
	color:#e5648b;
	}
	
/* category */
body#category div#wrapper{
	padding:5px;
	background:url(image/category/main-back2.jpg) repeat-y top center;
	text-align:center;
	margin:0 24px;
	margin-bottom:20px;
	}
	
body#category div#content {
	width:600px;
	float:right;
	position:relative;
	}
	
body#category div.main {
	margin-right:10px;
	}

/* header 
==========================================================*/
h1 a{
	float:left;
	}
	
h1 span{
	margin-right:5px;
	float:right;
	}
	
div#header {
	background:url(image/header.jpg) no-repeat;
	height:423px;
	width:876px;
	margin:0 auto;
	position:relative;
	}

div#header ul {
	position:absolute;
	top:22px;
	right:18px;
	text-align:right;
	}
	
div#header ul li {
	display:inline;
	margin-right:17px;
	}	
	
div#header ul li a{
	color:#000000;
	font-size:12px;
	padding-left:12px;
	background:url(image/arrow.jpg) no-repeat left;
	}
	
div#logo {
	position:absolute;
	top:15px;
	left:23px;
	text-align:left;
	width: 225px;
	height: 70px;
	}
	
div#btn-monitor {
	position:absolute;
	top:254px;
	left:25px;
	text-align:left;
	width:465px;
	height:140px;
	}
	
div#btn-monitor2 {
	position:absolute;
	top:0px;
	right:0px;
	text-align:left;
	width:382px;
	height:153px;
	}
	
/* category */
body#category div#header {
	background:url(image/category/header2.jpg) no-repeat;
	height:153px;
	width:876px;
	margin:0 auto;
	text-align:right;
	}
	
/* footer
==========================================================*/
div#footer {
	background:url(image/footer.png) no-repeat;
	height:30px;
	width:912px;
	margin:0 auto;
	clear:both;
	}
	
div#footer p{
	padding-top:15px;
	}
	
div#under-navi {
	text-align:left;
	margin:6px 30px;
	border:1px dotted #dbd2d2;
	}
	
div#under-navi ul{
	background:#efebeb;
	padding:5px;
	text-align:left;
	}
	
div#under-navi ul li {
	display:inline;
	line-height:120%;
	}


/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar {
	float:right;
	text-align:left;
	position:relative;
	}
	
body#top div#sidebar 
	{
	width:401px;
	}

div.side-form {
	padding-bottom:15px;
	}
	
body#top div.side-form {
	width:389px;
	}
	
body#top div.side-form ul {
	border:1px dotted #e4e1da;
	padding:10px;
	text-align:left;
	}
	
body#top div.side-form ul li{
	background:url(image/arrow2.jpg) no-repeat left center;
	padding-left:16px;
	margin-bottom:3px;
	clear:both;
	}
	
body#top div.side-form ul li a{
	float:left;
	margin-right:4px;
	}
	
body#top div.side-form ul li a:hover{
	text-decoration:underline;
	}
	
body#top div.side-form ul li img{
	float:left;
	}
	
/*
body#top div.side-form ul {
	border:1px dotted #e4e1da;
	padding:10px;
	text-align:left;
	}
	
body#top div.side-form ul li{
	clear:both;
	border-bottom:1px dotted #ccc;
	padding:3px;
	}
	
body#top div.side-form ul li img{
	float:left;
	margin-right:5px;
	}
*/
	
/* category */
body#category div#sidebar {
	width:230px;
	float:left;
	text-align:center;
	position:relative;
	}
	
body#category div.side-form {
	width:196px;
	}
	
body#category div.side-form p{
	text-align:left;
	color:#666666;
	}
	
body#category div.side-form ul li {
	background:url(image/arrow.jpg) no-repeat left center;
	line-height:200%;
	text-align:left;
	text-indent:15px;
	}
	
body#category div.side-form ul li a{
	color:#000;
	font-weight:bold;
	}
	
	
body#category ul.ul-list li a:hover{
	text-decoration:underline;
	}

body#category ul.ul-list li a{
	float:left;
	}
		
body#category ul.ul-list li img{
	float:left;
	margin-left:4px;
	}

	
/* entry
==========================================================*/
div.entry-body{
	padding:10px 10px 30px 10px;
	}
	
div.entry-body p{
	padding-bottom:10px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}

	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}
	
.m-b15 {
	margin-bottom:15px;
	}
	
.page-top {
	padding-right:5px;
	text-align:right;
	}

	
/* table
==========================================================*/
/* table normal */
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border-right:1px solid #ccc;
	font-weight:normal;
	white-space:nowrap;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	}

/* table color */	
table.tbl-color {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	background:#e7334e;
	margin-bottom:5px;
	}
		
table.tbl-color td{
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	background:#e7334e;
	
	}
	

/* dl table */
dl.dl-tbl dt {
	width:10em;
	}
	
dl.dl-tbl dd {
	margin-left:10em;
	}
	

/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
div.entry div.form-btn button {
	background:#fffaf4;
	}
	
input.input-txt {
	border:1px solid #ccc;
	width:150px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	width:200px;
	}
	
input.input-txt3 {
	border:1px solid #ccc;
	width:100px;
	}
	
input.input-txt4 {
	border:1px solid #ccc;
	width:350px;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:370px;
	height:150px;
	}


/* sitemap
==========================================================*/
.sitemap {
	margin:10px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(image/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(image/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(image/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li ul li.up  {background-image: url(image/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(image/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div#sub-con_01 {
	background:url(image/sub-con_01.jpg) no-repeat;
	height:65px;
	text-align:right;
	}
	
div#sub-con_01 img{
	margin-right:10px;
	}
	
div#sub-con_02 {
	background:url(image/sub-con_02.jpg) no-repeat;
	height:65px;
	text-align:right;
	}
	
div#sub-con_02 img{
	margin-right:10px;
	}
	
div#sub-con_03 {
	background:url(image/banner-mail.jpg) no-repeat;
	height:191px;
	text-align:left;
	}
	
div#sub-con_03-in {
	padding-top:107px;
	padding-left:14px;
	}
	
div.box-right {
	text-align:center;
	width:240px;
	float:right;
	}
	
div.box-left {
	text-align:center;
	width:240px;
	float:left;
	}
	
div.box-right p,
div.box-left p{
	text-align:left;
	}

/* category
==========================================================*/
div#mage-area {
	padding:0 10px;
	background:url(image/category/maga_back.jpg) repeat-y center;
	}
	
div#fin-area {
	background:#fef2f2;
	padding:5px;
	border:1px dotted #e4e0d4;
	}
	
div#fin-area p{
	padding:0 5px;
	margin-bottom:10px;
	}
	
div#fin-area img{
	margin-bottom:5px;
	}
	
/* ul list */
ul.ul-list {}

ul.ul-list li{
	background:#fffaf4;
	padding:10px;
	padding-left:15px;
	border-bottom:1px solid #eaeaea;
	margin-bottom:4px;
	}
	
ul.ul-list li img{
	width:100px;
	float:left;
	margin-right:5px;
	}
	
ul.ul-list li h3{
	margin-bottom:5px;
	}
	
div.img-area {
	padding:7px 0;
	text-align:center;
	}
	
div.img-area img{
	margin:0 1px;
	margin-bottom:13px;
	}

.p-10c {
	padding:10px;
	text-align:center;
	}
	
ul.ul-normal {
	margin-bottom:10px;
	}
	
ul.ul-normal li {
	margin-left:20px;
	list-style:disc outside;
	}
	
	
/* comment */
div#comments,
div.comments-open,
div#trackbacks {
	padding:10px;
	margin:10px 0;
	background:#fff;
	border:1px solid #ddd;
	}
	
h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
	font-size:14px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #333333;
	}
	
div.comment {
	padding:0 10px;
	padding-top:10px;
	border-bottom:1px dotted #ddd;
	}
	
div#comments-open-data label{
	display:block;
	color:#663300;
	}
	
div.comments-open-content,
div.trackbacks-info {
	padding:10px;
	}
	
div#trackbacks {}

div.entry-info {
	padding:10px;
	background:#fff;
	border:1px dotted #ddd;
	text-align:right;
	}
		
div.entry-info a{
	color:#0e8dd4;
	}
	
div.ranking-list {
	width:190px;
	float:left;
	text-align:center !important;
	}
	
dl.ranking-box {
	width:160px;
	border:1px solid #ccc;
	text-align:left;
	float:left;
	margin:0 auto !important;
	}
	
dl.ranking-box dt{
	padding:0;
	margin:0;	
	width:150px;
	margin:0 auto;
	text-align:center;
	}
	
dl.ranking-box dd {
	padding:0;
	width:150px;
	margin:0 auto;
	text-align:center;
	}
	
dl.ranking-box dd h3{
	background:#f4f4f4;
	margin:5px 0;
	}
	
dl.ranking-box dd img{
	padding:0;
	margin:0;
	}
	
dl.ranking-box dd p {
	text-align:left;
	padding:5px;
	margin:0;
	}
