/*-------------------------------------
▼▼　基本
-------------------------------------*/

html
	{
margin: 0;
/* setting border: 0 hoses ie6 win window inner well border */
padding: 0;
	}

body
	{ 
	margin: 0;
	padding: 0;
	background:url(img/bg.gif);
	text-align: center;
	color: #666;
	font-size: 12px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
	line-height:160%;
	}

form, input
	{
	margin: 0;
	padding: 0;
	}

/*-------------------------------------
▼▼　リンク
-------------------------------------*/

a
	{
	color:#6892de;
	}

a:hover
	{
	text-decoration: underline;
	color:#6892de;
	}

a img
	{
	border: 0;
	}

h1, h2, h3, h4, h5, h6 
	{
	margin:0;
	padding:0;
	}

/*-------------------------------------
▼▼　外枠
-------------------------------------*/

#container
	{
	width:760px;
	margin:auto;
	padding:auto;
	border:1px solid #ccc;
	text-align:left;
	background-color: #fff;
	}

/*-------------------------------------
▼▼　ヘッダー部分
-------------------------------------*/

#banner
	{
	width:760px;
	background:url(img/header01.jpg) center center no-repeat;
	height:200px;
	}

#banner-inner
	{
	padding:30px 0 0 20px;
	}

#banner h1
	{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	}

#banner h1 a
	{
	text-decoration:none;
	color:#fff
	}

#banner h1 a:hover
	{
	color: #fff;
	text-decoration: underline;
	}

/*-------------------------------------
▼▼　メイン
-------------------------------------*/

#wrap
	{
	width:760px;
	background:url(img/side_main.jpg) center center repeat-y;
	float:left;
	}

#main
	{
	float:left;
	width:420px;
	}

#main-inner
	{
	margin-left:15px;
	}

/*-------------------------------------
▼▼　メイン【アドセンス】
-------------------------------------*/

.ad
	{
	margin:0;
	padding:0 0 0 30px; 
	}

/*-------------------------------------
▼▼　メイン【サイト説明】
-------------------------------------*/

#main_des
	{
	background:url(img/des_bg.jpg) center center no-repeat;
	height:150px;
	border:1px solid #ccc;
	text-align:center;
	margin-top:10px;
	width:400px;
	}

#des_inner
	{
	width:340px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

#des_inner h2
	{
	font-size:12px;
	letter-spacing:1px;
	color:#2475aa;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:1px solid #ccc;
	}

#des_inner p
	{
	line-height:200%;
	}

/*-------------------------------------
▼▼　メイン部分【一覧部分】
-------------------------------------*/

#box
	{
	width:400px;
	border:1px solid #ccc;
	margin-top:10px;
	text-align:center;
	}

.box_h2
	{
	width:360px;
	padding:5px 5px 10px 5px;
	background:url(img/main_title2.gif) center bottom no-repeat;
	font-size:12px;
	color:#2475aa;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

.box_h3
	{
	font-size:12px;
	letter-spacing:1px;
	margin-top:10px;
	margin-left:20px;
	text-align:left;
	border-left:5px solid #003399;
	padding-left:5px;
	}
.box_h3 a
	{
	text-decoration:none;
	}

.box_p
	{
	background:url(img/icon.gif) left center no-repeat;
	padding:2px 0 2px 20px;
	margin-left:20px;
	margin-top:10px;
	text-align:left;

	}

.box_entry p, .entry-more
	{
	margin:20px 20px 40px 20px;
	text-align:left;
	}

.entry_box
	{
	width:400px;
	margin-top:10px;
	text-align:center;
	}

/*-------------------------------------
▼▼　メイン部分【エントリーページ・関連エントリー】
-------------------------------------*/

#entry-with
	{
	width:370px;
	margin-left:20px;
	}

#entry-with h3
	{
	border-bottom:1px solid #ccc;
	padding: 5px 5px 5px 20px;
	color:#2475aa;
	background:url(img/icon.gif) left center no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom:10px;
	}

#entry-with img
	{
	margin-right:10px;
	margin-left:10px;
	}

/*-------------------------------------
▼▼　メイン部分【ページトップ】
-------------------------------------*/

.gotop
	{
	text-align:right;
	margin-top:10px;
	}

/*-------------------------------------
▼▼　サイド部分
-------------------------------------*/

#side
	{
	float:left;
	width:160px;
	}

#side-r
	{
	float:right;
	width:160px;
	}

#side-inner
	{
	margin:15p 5px;
	}

#side a
	{
	text-decoration:none;
	}

#side a:hover
	{
	text-decoration:underline;
	}

/*-------------------------------------
▼▼　カテゴリ部分
-------------------------------------*/

.category
	{
	background:url(img/menu_bg2.gif) center top no-repeat;
	margin-top:10px;
	}

.category-inner
	{
	margin:5px 5px 5px 5px;
	line-height:1.3em;
	}

.category h2
	{
	padding-top:5px;
	padding-left:25px;
	font-size:12px;
	color:#fff;
	}

.category ul ,.category-navi ul
	{
	margin:0;
	padding:0px 0px 0px 19px;
	list-style-type:none;
	}

.category ul li ,.category-navi ul li
	{
	margin:5px 0px 5px -16px;
	padding:0px 0px 0px 18px;
	background-image:url(img/list_style.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

.category-inner ul li span
	{
	font-size:10px;
	}

.category-inner-s
	{
	padding:10px;
	}

/*-------------------------------------
▼▼　サイド部分【アドセンス】
-------------------------------------*/

.ad2
	{
	margin:10px 0 0 0;
	padding-left:10px;
	padding-bottom:10px;
	}

/*-------------------------------------
▼▼　フッター部分
-------------------------------------*/

#footer
	{
	clear:both;
	width:760px;
	background:url(img/footer.gif) center center;
	height:45px;
	text-align:center;
	color: #fff;
	font-size: 10px;
	border-top:2px solid #003399;
	}


#footer-inner
	{
	border-top:2px solid #ffffff;
	padding-top:10px;
	}

#footer a
	{
	text-decoration:none;
	color:#fff;
	}

/*-------------------------------------
▼▼　カテゴリページ
-------------------------------------*/

.category-navi
	{
	background:url(img/side_line.gif) center top no-repeat;
	padding-top:10px;
	}


.topbox_entry
	{
	text-align:left;
	}

.cate_exc
	{
	padding:10px 20px;
	}

.cate_exc p
	{
	margin:0;
	}

/*-------------------------------------
▼▼　エントリーページ【コメント・トラックバック】
-------------------------------------*/

.trackbacks
	{
	margin-top:20px;

	}

.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 360px;
	margin:10px 10px 10px 0px;
	}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
	{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 360px;
	w\idth: auto;

	margin: 0;
	border-bottom:1px solid #ccc;
	padding: 5px 5px 5px 20px;
	color:#2475aa;
	background:url(img/icon.gif) left center no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	}

.trackbacks
	{
	margin-top:20px;
	margin-left:20px;
	}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
	{
	clear: both;
	margin: 5px 0px;
	}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
	{
	clear: both;
	margin: 5px 10px 20px 10px;
	}

.entry,
.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 360px;
	margin-bottom: 20px;
margin-left:20px;
	}

#comment-author, #comment-email, #comment-url, #comment-text
	{
	width: 200px;
	}

#comment-bake-cookie
	{
	margin-left: 0;
	vertical-align: middle;
	}

.comments-open label { display: block; }




/*---　トップスペース部分　---*/
#top-spase{
margin: 5px 0px 5px 0px;
padding: 0px ;
text-align: center;
}




/*---　フッタースペース　---*/

#footer-space{
margin: 5px 0px 5px 0px;
padding: 0px ;
text-align: center;
}



/*--------------------------------------------------------
■オリジナルスタイル追加
--------------------------------------------------------*/
/*マージン*/
.t0
	{
	margin-top:0px;
	}
.t5
	{
	margin-top:5px;
	}

.t10
	{
	margin-top:10px;
	}
.t20
	{
	margin-top:20px;
	}
.t40
	{
	margin-top:40px;
	}


/*表*/
td
	{
	font-size: 12px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
	line-height:160%;
	}


/*文字強調*/
STRONG{
	font-size: 14px;
}
.orange{
	color:#ff6600;
}
.red{
	color:#ff0000;
}
.px10{
font-size:10px;
}
.px14{
font-size:14px;
}
.px18{
font-size:18px;
}
.pxl{
font-size:22px;
color:#003399;
}




/*-- サイドフォーム --*/
.forms
	{
	background-color:Linen;
	border:1px solid #cc9999;
	}

.wakuf{
	margin:5px 0px;
	padding:2px;
	background-color:Linen;
	text-align:left;
}
.wakul{
	margin:0px 0px 10px 0px;
	padding:10px 10px 5px 10px;
	text-align:center;
	background-color:Aliceblue;
	border:1px solid #0066cc;
}

.wakul P ,.wakus P
{
	margin:0px;
	padding:5px 0px;
}

.wakul H4{
text-align:left;
color:#ff6600;
font-size:14px;
}


.wakus{
	margin-bottom:20px;
	padding:10px;
	border:1px solid #003399;
	text-align:center;
}
.wakus_s{
	margin:0px 10px;
	padding:5px 10px 5px 0px;
	background-color:LightYellow;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid WhiteSmoke;
	}

TABLE.fform{
	margin-bottom:5px;
	background-color:Linen;
	border:5px double #cc9999;
}



.dot{
	padding:10px;
	background-image:url(img/dbg.gif);
	background-position:center;
	background-repeat:repeat-x;
	}
	
DIV.works
	{
	border-bottom:1px solid #ff9900;
	}	
.works H3
	{
	border-top:1px solid #ff9900;
	margin:0px 0px 10px 0px;
	padding-top:10px;
	padding-bottom:7px;
	background-image:url(img/dbg.gif);
	background-position:bottom center;
	background-repeat:repeat-x;
	}
.works HR
	{
	margin-top:10px;
	padding:0px;
	color:#ff9900;
	}

.category-inner P{
margin:5px 0px;
}


table.hyo{
border-collapse:collapse;
}
td.hyo{
border:1px solid #cccccc;
padding:5px 15px 5px 5px;
text-align:right;
font-size:16px;
}
th.hyo{
border:1px solid #cccccc;
background-color:WhiteSmoke;
padding:5px 8px;
font-size:14px;
}


/*Aコース*/
.c_h2
	{
	padding:5px 5px 10px 5px;
	background:url(img/main_title3.gif) center bottom no-repeat;
	font-size:16px;
	color:#2475aa;
	margin-top:10px;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;
	text-align:left;
	}

.c_h3
	{
	font-size:14px;
	letter-spacing:1px;
	margin-top:40px;
	margin-bottom:5px;
	text-align:left;
	border-left:5px solid #003399;
	padding-left:5px;
	}

.ls2{
list-style-image:url(img/list_style2.gif);
}

.ls2 UL{
list-style-image:url(img/list_style3.gif);
}