@charset "shift_jis";
/*-------------------------------------------------------------------
全称セレクタやリンクの基本カラー
--------------------------------------------------------------------*/
* {
	font-family:'MS PGothic', Osaka, sans-serif;
	padding:0;
	margin:0;
}a:link{
	color:#446fcf;
	text-decoration:underline;
}a:visited{
	color:#800080;
}a:hover{
	color:#d66666;
}
/*-------------------------------------------------------------------
bodyとid="container"のスタイル
--------------------------------------------------------------------*/
body{
	color:#444444;
	background:#FFFFFF;
	text-align:justify;
	font-size:95%x;
	background:url(../img/body.jpg) repeat-x center top;
}div#container{
	width:754px;
	margin:0 auto;
	background:url(../img/inner.png) repeat-y center top;
}div#inner{
	background:url(../img/container.png) no-repeat center top;
	padding:0 13px;
}
/*-------------------------------------------------------------------
id="header"関係のスタイル
--------------------------------------------------------------------*/
div#header{
	height:170px;
	background:#FFFFFF url(../img/bana.jpg) no-repeat top center;
}div#header h1{
	font-size:11px;
	color:#3333ff;
	font-weight:normal;
	text-align:right;
}div#header h2{
	font-size:24px;
	text-indent:-99999px;
	padding-top:30px;
}div#header h2 a,div#header h2 a:hover{
	display:block;
	width:500px;
	height:50px;
	background:transparent;
}div#header p{
	color:#666666;
	line-height:140%;
	padding:13px 0 0 8px;
}
/*-------------------------------------------------------------------
id="contents"関係のスタイル（全ページ共通のベース）
--------------------------------------------------------------------*/
div#contents{
	float:left;
	width:521px;
}div#contents a:hover{
	background:#e6f5ed;
}div#contents p{
	line-height:135%;
}div#contents dl{
	padding:5px 7px 0 7px;
	line-height:125%;
}div#contents dt{
	background:url(../img/list1.gif) no-repeat left center;
	padding-left:15px;
}div#contents dd{
	padding-bottom:6px;
}div#contents h3{
	font-size:14px;
	background:url(../img/h3.png) no-repeat;
	padding:3px 0 4px 13px;
}div#contents h4{
	font-size:13px;
	margin:0 7px;
	border-bottom:1px solid #aaaaaa;
	padding-bottom:2px;
}div#contents ul{
	list-style:none;
	line-height:145%;
	margin:7px;
}div#contents ul li{
	background:url(../img/y.gif) no-repeat left center;
	padding-left:13px;
}p#Breadcrumb{
	margin-top:2px;
	line-height:100%;
	font-size:12px;
}div#infomation,div.entry,div.ads,div.entryRight{
	border:1px solid #bcdbcb;
}
/*-------------------------------------------------------------------
id="infomation"関係スタイル
--------------------------------------------------------------------*/
div.scroll dl{
	height:140px;
	overflow:auto;
}
/*-------------------------------------------------------------------
id="entries"関係スタイル（記事ページ専用）
--------------------------------------------------------------------*/
div#entries{
	margin-top:1px;
}div#entries ul{
	list-style:disc;
	margin:11px 33px 15px 33px;
}div#entries ul li{
	background:transparent;
	padding:0;
}div#entries dl{
	padding:0;
	margin:11px 7px 15px 7px;
}div#entries dt{
	background:transparent;
	padding:0;
	font-weight:bold;
}div#entries dd{
	padding-bottom:7px;
}div.entry{
	margin-top:1px;
}div.entry p{
	margin:11px 7px 15px 7px;
}p.nav{
	font-size:11px;
	margin-top:2px;
	line-height:100%;
	text-align:right;
}
/*-------------------------------------------------------------------
id="wing"関係スタイル（トップページ専用）
--------------------------------------------------------------------*/
div#index{
	margin-top:5px;
	background:url(../img/wing.jpg) no-repeat right bottom;
}
/*-------------------------------------------------------------------
id="wing"関係スタイル（カテゴリページ専用）
--------------------------------------------------------------------*/
div#cat{
	margin-top:1px;
	background:url(../img/wing.jpg) no-repeat right bottom;
}
/*-------------------------------------------------------------------
その他トップページ＆カテゴリページ専用スタイル
--------------------------------------------------------------------*/
div#option{
	font-size:12px;
}div#option p,div#option ul{
	margin:7px;
	line-height:140%;
}div.ads{
	float:right;
	width:342px;
	height:280px;
	text-align:center;
}div.entryRight{
	float:left;
	width:170px;
	height:280px;
	overflow:auto;
}
/*-------------------------------------------------------------------
id="sidebar"関係のスタイル
--------------------------------------------------------------------*/
div#sidebar{
	float:right;
	width:200px;
}div#sidebar h4{
	font-size:13px;
	color:#000000;
	text-align:center;
	background:url(../img/h5.jpg) no-repeat;
	padding:4px 0 3px 0;
}div#sidebar ul{
	list-style:none;
	padding:3px;
	line-height:140%;
}div#sidebar li{
	background:url(../img/y.gif) no-repeat left center;
	padding-left:15px;
}div#sidebar p{
	line-height:135%;
	padding:3px;
}div#boxend{
	border-bottom:1px solid #badac9;
	text-align:center;
}div.box{
	border-width:0 1px;
	border-style:solid;
	border-color:#badac9;
	background:#f9fcfa;
}
/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
	clear:both;
	width:100%;
	background:#FFFFFF;
	border-top:5px solid #FFFFFF;
	color:#73a58b;
	text-align:right;
}

.links{
	text-align:center;
}
div#footer h3{
	border-top:1px dotted #5b9b7a;
	font-size:12px;
	font-weight:normal;
	padding-top:8px;
}address{
	font-size:12px;
	font-style:normal;
	padding-top:11px;
	padding-bottom:7px;
	line-height:135%;
}div#footer a,div#footer a:visited,div#footer a:hover{
	color:#73a59b;
	text-decoration:underline;
}
/*--------------------------------------------------------------------
文字装飾スタイル <span class="セレクタ名">こうして使います。</span>
---------------------------------------------------------------------*/
.red{color:#d66666;}
.redBold{color:#d66666;}
.color{color:#000000;}
.colorBold{color:#82b599;}
.new{font-size:11px;font-weight:bold;color:#d66666;}
/*--------------------------------------------------------------------
バグ対策（強引な応急処置）
---------------------------------------------------------------------*/
div#option{
	margin-top:5px;
}




/* ============================================================================================== */
#mo_menu								{
		padding-top						:	5px;
		padding-bottom					:	5px;
		width							:	160px;
										}
/* ---------------------------------------------------------------------------------------------- */
#mo_menu a:hover						{
		background-image				:	url(../img/bar.gif);
		background-color				:	transparent;
		border-top						:	#4169e1  1px solid;
		border-bottom					:	#4169e1  1px solid;
		border-left						:	#4169e1  1px solid;
		border-right					:	#4169e1  1px solid;
		padding-top						:	5px;
		padding-bottom					:	5px;
		padding-left					:	5px;
		padding-right					:	5px;
		display							:	block;
		font-weight						:	normal;
		font-size						:	95%;
		margin							:	1px 0px;
		width							:	160px;
		color							:	#ff0000;
		text-align						:	center;
		text-decoration					:	underline;
										}
/* ---------------------------------------------------------------------------------------------- */
#mo_menu a								{
		background-color				:	#e0ffff;
		border-top						:	#b0c4de  1px solid;
		border-bottom					:	#b0c4de  1px solid;
		border-left						:	#b0c4de  1px solid;
		border-right					:	#b0c4de  1px solid;
		padding-top						:	5px;
		padding-bottom					:	5px;
		padding-left					:	5px;
		padding-right					:	5px;
		display							:	block;
		font-weight						:	normal;
		font-size						:	95%;
		margin							:	1px 0px;
		width							:	160px;
		color							:	#0000ff;
		text-align						:	center;
		text-decoration					:	underline;
										}
/* ---------------------------------------------------------------------------------------------- */
#mo_menu ul								{
		padding-top						:	5px;
		padding-bottom					:	5px;
		padding-left					:	5px;
		padding-right					:	5px;
		margin							:	0px;
		width							:	160px;
										}
/* ---------------------------------------------------------------------------------------------- */
#mo_menu li								{
		padding-top						:	0px;
		padding-bottom					:	0px;
		padding-left					:	0px;
		padding-right					:	0px;
		margin							:	0px;
		width							:	160px;
										}
/* ---------------------------------------------------------------------------------------------- */
div.menu_title							{
		background-color				:	#ddccff;
		border-top					:	#0000ff  1px solid;
		border-bottom					:	#0000bb  1px solid;
		border-left					:	#00007b  1px solid;
		border-right					:	#00007b  1px solid;
		padding-top					:	15px;
		padding-bottom					:	15px;
		padding-left					:	15px;
		padding-right					:	15px;
		text-align					:	center;
		font-size					:	100%;
		margin						:	3px 0px;
		width							:	160px;
		color						:	#000000;
									}
/* ---------------------------------------------------------------------------------------------- */
div.menu_title2							{
		background-image				:	url(../img/bar.gif);
		background-color				:	transparent;
		border-top					:	#00007b  1px solid;
		border-bottom					:	#00007b  1px solid;
		border-left					:	#00007b  1px solid;
		border-right					:	#00007b  1px solid;
		padding-top					:	5px;
		padding-bottom					:	5px;
		padding-left					:	5px;
		padding-right					:	5px;
		text-align					:	center;
		font-size					:	100%;
		margin						:	3px 0px;
		width						:	100%;
		color						:	#000000;
									}
/* ---------------------------------------------------------------------------------------------- */
div.menu_space							{
		color							:	#ffffff;
		width							:	100%;
										}
/* ---------------------------------------------------------------------------------------------- */
div.left_afili							{
		padding-top						:	16px;
		text-align						:	left;
		width							:	100%;
										}
/* ---------------------------------------------------------------------------------------------- */
div.pankuzu								{
		padding-top						:	0px;
		padding-bottom					:	0px;
		padding-left					:	0px;
		padding-right					:	0px;
		font-size						:	95%;
		text-align						:	left;
										}
/* ---------------------------------------------------------------------------------------------- */
.h1c1									{
		background-color				:	#6666ff;
		width							:	300px;
		text-align						:	center;
		color							:	#ffffff;
										}
/* ---------------------------------------------------------------------------------------------- */
.h1c2									{
		background-color				:	#6666ff;
		width							:	100px;
		text-align						:	center;
		color							:	#ffffff;
										}
/* ---------------------------------------------------------------------------------------------- */
.h2c1									{
		width							:	300px;
		text-align						:	center;
										}
/* ---------------------------------------------------------------------------------------------- */
.h2c2									{
		width							:	100px;
		text-align						:	center;
										}
/* ---------------------------------------------------------------------------------------------- */
strong									{
		color							:	#ff0000;
										}


/* ============================================================================================== */
#mo_menu2								{
		padding-top						:	5px;
		padding-bottom					:	5px;
		width							:	160px;
										}
/* ---------------------------------------------------------------------------------------------- */
#mo_menu2 a:hover						{
		background-image				:	url(../img/bar2.gif);
		background-color				:	transparent;
		border-top						:	#ff0000  1px solid;
		border-bottom					:	#ff0000  1px solid;
		border-left						:	#ff0000  1px solid;
		border-right					:	#ff0000  1px solid;
		padding-top						:	5px;
		padding-bottom					:	5px;
		padding-left					:	5px;
		padding-right					:	5px;
		display							:	block;
		font-weight						:	normal;
		font-size						:	95%;
		margin							:	1px 0px;
		width							:	160px;
		color							:	#ff0000;
		text-align						:	center;
		text-decoration					:	underline;
										}
/* ---------------------------------------------------------------------------------------------- */
#mo_menu2 a								{
		background-color				:	#ffdddd;
		border-top						:	#ff0000  1px solid;
		border-bottom					:	#ff0000  1px solid;
		border-left						:	#ff0000  1px solid;
		border-right					:	#ff0000  1px solid;
		padding-top						:	5px;
		padding-bottom					:	5px;
		padding-left					:	5px;
		padding-right					:	5px;
		display							:	block;
		font-weight						:	normal;
		font-size						:	95%;
		margin							:	1px 0px;
		width							:	160px;
		color							:	#0000ff;
		text-align						:	center;
		text-decoration					:	underline;
										}
/* ---------------------------------------------------------------------------------------------- */
#mo_menu2 ul								{
		padding-top						:	5px;
		padding-bottom					:	5px;
		padding-left					:	5px;
		padding-right					:	5px;
		margin							:	0px;
		width							:	160px;
										}
/* ---------------------------------------------------------------------------------------------- */
#mo_menu2 li								{
		padding-top						:	0px;
		padding-bottom					:	0px;
		padding-left					:	0px;
		padding-right					:	0px;
		margin							:	0px;
		width							:	160px;
										}

img { border : 0; }

/* ============================================================================================== */
