/*--------------------*/
/*---- common.css ----*/
/*--------------------*/


/*--------------------*/
/*-------もくじ-------*/
/*--------------------*/
/*
		●共通
		●ラッパー
		●ヘッダー
		●メニュー
		●フッター



border: 1px solid gray;	
*/

/*--------------------*/
/*------- 共通  ------*/
/*--------------------*/
body {
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	color: #666666;
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-image: url(../img/bg_body.gif);
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial, Helvetica;
}
.clear {
	clear : both;
}
a:link {
	color:#0099cc;
	text-decoration:underline;
}
a:visited {
	color:#0099cc;
	text-decoration:underline;
}
a:hover {
	color:#1663ca;
	text-decoration:underline;
}
a:active {
	color:#1663ca;
	text-decoration:underline;
}
a img {
	border: 0px;
}
h1,h2,h3,h4,h5 {
	margin:0px;
	padding:0px;
}
ul,li {
	margin:0px;
	padding:0px;
}
li {
	list-style:none;
}
p {
	margin:0px;
	padding:0px 0px 17px 0px;
}
.display_none {
	display:none;
}
/*--------------------*/
/*------ font --------*/
/*--------------------*/
.font_10 {
	font-size: 10px;
}
.font_10_b {
	font-size: 10px;
	font-weight: bold;
}
.font_12_b {
	font-size: 12px;
	font-weight: bold;
}
/*--------------------*/
/*------ margin ------*/
/*--------------------*/
.m_t_10 {
	margin-top: 10px;
}
.m_t_15 {
	margin-top: 15px;
}
.m_t_20 {
	margin-top: 20px;
}
.m_t_30 {
	margin-top: 30px;
}
.m_b_10 {
	margin-bottom: 10px;
}
.m_b_30 {
	margin-bottom: 30px;
}
/*--------------------*/
/*------- form -------*/
/*--------------------*/
form {
	padding: 0px;
	margin: 0px;
}
.input_color {
	border: 1px solid #dad4c0; 
	background: #fbf9f6;
}
.input_200 {
	width: 200px;
}
#comment_textarea {
	width: 650px;
	height: 125px;
}
#input_search {
	width: 180px;
	height: 20px;
	margin: 3px 0px 5px 0px;
	border: 1px solid #d1d1d1;
	background: #ffffff;
	
}
#submit_search {
}
/*--------------------*/
/*----- wrapper ------*/
/*--------------------*/
#wrapper {
	width: 944px;
	margin: 14px auto 0px auto;
	padding-bottom: 25px;
	text-align: left;
}
/*--------------------*/
/*------ header ------*/
/*--------------------*/
#header {
	width: 944px;
	background: url(../img/img_header.jpg) 394px 53px no-repeat;
}
/*--------------------*/
/*---- tab_menu ------*/
/*--------------------*/
#tab_menu {
	width: 944px;
	height: 65px;
	background: url(../img/bg_tab_menu.gif) no-repeat;
}
#tab_menu li {
	float: left;
}
#menu_01 a,
#menu_01_d a,
#menu_08 a,
#menu_08_d a {
	width: 119px;
	height: 48px;
	display: block;
}
#menu_02 a,
#menu_02_d a,
#menu_03 a,
#menu_03_d a,
#menu_04 a,
#menu_04_d a,
#menu_05 a,
#menu_05_d a {
	width: 118px;
	height: 48px;
	display: block;
}
#menu_06 a,
#menu_06_d a,
#menu_07 a,
#menu_07_d a {
	width: 117px;
	height: 48px;
	display: block;
}
#menu_03_d {
	width: 118px;
	height: 65px;
	background: url(../img/bu_tab_menu_03_d.gif) no-repeat;
}
#menu_05_d {
	width: 118px;
	height: 65px;
	background: url(../img/bu_tab_menu_05_d.gif) no-repeat;
}
#menu_08_d {
	width: 118px;
	height: 65px;
	background: url(../img/bu_tab_menu_08_d.gif) no-repeat;
}
#menu_06_d {
	width: 118px;
	height: 65px;
	background: url(../img/bu_tab_menu_06_d.gif) no-repeat;
}
#menu_07_d {
	width: 118px;
	height: 65px;
	background: url(../img/bu_tab_menu_07_d.gif) no-repeat;
}
#tab_menu span {
	display: none;
}
/*--------------------*/
/*--- header_main ----*/
/*--------------------*/
#header_main {
	width: 944px;
	height: 69px;
	position: relative;
}
#logo {
	top: 20px;
	left: 0px;
	position: absolute;
	width: 403px;
	height: 39px;
	background: url(../img/logo.gif) no-repeat;
}
#logo a {
	width: 403px;
	height: 40px;
	display: block;
}
#logo span {
	display: none;
}
#banner_contact_header a {
	top: 2px;
	left: 667px;
	position: absolute;
	width: 275px;
	height: 60px;
	display: block;
	background: url(../img/banner_contact_header.gif) no-repeat;
}
#banner_contact_header span {
	display: none;
}
/*--------------------*/
/*----- contents -----*/
/*--------------------*/
#wrapper_contents {
	width: 944px;
	background: url(../img/bg_contents.gif) repeat-y;
}
#contents_side_left {
	width: 2px;
	float: left;
}
#contents_main {
	width: 940px;
	float: left;
}
#contents_side_right {
	width: 2px;
	float: left;
}
#contents_inner {
	width: 910px;
	margin-left: 15px;
}
#contents_left {
	width: 680px;
	float: left;
}
#contents_right {
	width: 200px;
	float: right;
}
/*--------------------*/
/*------- menu -------*/
/*--------------------*/
#bg_menu {
	width: 940px;
	background: #ffffff;
}
#menu {
	width: 936px;
	margin-left: 2px;
	background: #a19f98 url(../img/bg_menu.gif) repeat-y;
}
#menu li {
	width: 156px;
	height: 34px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: left;
}
#menu li a {
	text-decoration: underline;
	color: #ffffff;
}
#menu li div {
	padding: 12px 2px 0px 2px;
}
#bg_menu_bottom {
	margin-left: 4px;
	clear: both;
}
/*--------------------*/
/*------ p_navi ------*/
/*--------------------*/
#p_navi {
	width: 910px;
	padding: 13px 0px 13px 0px;
	font-size: 10px;
}
/*--------------------*/
/*---- side_menu -----*/
/*--------------------*/
.side_box {
	width: 200px;
}
.side_title {
	margin-bottom: 1px;
}
.side_box_inner {
	width: 200px;
	line-height: 130%;
	background: #f6f5f1;
}
.side_box_padding {
	padding: 6px 10px 6px 10px;
}
.img_side_book {
	margin-bottom: 5px;
}
/*--------------------*/
/*------ footer ------*/
/*--------------------*/
#bu_pagetop {
	width: 920px;
	text-align: right;
	margin: 30px auto 0px auto;
}
#footer {
	width: 930px;
	padding-top: 18px;
	padding-bottom: 20px;
	margin: 10px auto 0px auto;
	text-align: center;
	background: url(../img/bg_footer.gif) no-repeat;
}
#bu_contact {
	width: 680px;
	height: 80px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	background: url(../img/banner_contact.gif) no-repeat;
}
#bu_contact a {
	width: 249px;
	height: 39px;
	position: absolute;
	background: url(../img/bu_contact.gif) no-repeat;
	top: 34px;
	left: 316px;
	display: block;
}
#bu_contact span {
	display: none;
}
.footer_menu {
	line-height: 180%;
	font-size: 12px;
}
.footer_menu li {
	display: inline;
}
.footer_menu div {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #81776f;
}
/*--------------------*/
/*- トップコンテンツ -*/
/*--------------------*/
#top_box {
	width: 680px;
	margin-bottom: 20px;
	background: url(../img/bg_top_box_center.gif) repeat-y;
}
#top_box_contents {
	width: 680px;
	min-height: 56px;
	background: url(../img/bg_top_box_top.gif) no-repeat;
}
#top_box_contents_inner {
	padding: 10px 10px 0px 10px;
	line-height: 150%;
}
#top_box_contents_inner div {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #81776f;
}
#top_new_box {
	width: 680px;
}
#top_new_box_title {
	width: 680px;
	height: 31px;
	background: url(../img/bar_new.gif) no-repeat;
}
#top_new_box_title img {
	margin: 7px 0px 0px 7px;
}
.top_new_box_img {
	float: right;
	margin-left: 10px;
}
.top_new_box_contents {
	width: 675px;
	margin:10px 0px 10px 5px;
}
.top_new_box_cat {
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
}
.top_new_box_name {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}
.top_new_box_tx {
	line-height: 150%;
}
/*--------------------*/
/*---- エントリー ----*/
/*--------------------*/
#entry_box {
	width: 680px;
}
#entry_title {
	width: 680px;
	background: url(../img/bg_title_bar.gif) repeat-y;
}
#entry_title div {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 15px;
}
#entry_tx {
	padding: 10px;
	line-height: 150%;
}
#entry_next_box {
	width: 680px;
	padding-top: 30px;
}
#entry_back {
	width: 150px;
	text-align: left;
	float: left;
}
#entry_cat {
	width: 380px;
	text-align: center;
	float: left;
}
#entry_next {
	width: 150px;
	text-align: right;
	float: left;
}
.entry_etc {
	width: 680px;
	background: url(../img/bg_box_entry_etc_center.gif) repeat-y;
}
.entry_etc_contents {
	width: 680px;
	min-height: 49px;
	background: url(../img/bg_box_entry_etc_top.gif) no-repeat;
}
.entry_etc_contents_inner {
	width: 650px;
	padding: 17px 0px;
	margin: 0px auto;
}
.entry_etc_contents_inner p {
	padding: 0px;
	margin: 0px;
}
.entry_etc_title_box {
	margin-bottom: 10px;
}
.entry_etc_title {
	font-size: 14px;
	color: #81776f;
	font-weight: bold;
}
#comment_bu_box {
	width: 100%;
	 margin-top: 7px;
	text-align: center;
}
#bu_kakunin {
 margin-right: 4px;
}
#bu_toukou {

}
#bu_cancel {
	margin-left: 4px;
}
.entry_tracback_name {
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
}
.entry_tracback_title {
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
}
.entry_tracback_tx {
	padding-top: 5px;
	line-height: 150%;
}
#comment_input_box {
	margin-top: 0px;
}
.comment_tx {
	line-height: 150%;
	padding: 10px 0px;
}
.comment_data {
	text-align: right;
}
.comment_line {
	margin-top: 10px;
}

/*--------------------*/
/*------ カテゴリ ----*/
/*--------------------*/
.cat_list_box {
	width: 680px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
}
/*--------------------*/
/*-------- 検索 ------*/
/*--------------------*/
#search_num {
	padding-top: 20px;
}

