@charset "utf-8";

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
原則として、許可なしの再配布は禁止させていただきます。
また、無料でお使いの方は、フッター部分にある【ＰＲ枠】のリンクは全て削除禁止です。
加工後の削除も禁止させていただきます。
ご不明な点は、http://www.s-hoshino.com/info.htmlまたは、
http://www.megapx.com/info.htmlのフォームよりお問い合わせください。
よろしくお願いします！(・∀・)/
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

* {
	color:#000000;
	padding:0px;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
}

body {
	background-color: #D9D9D0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

a {
	color:#666666;
	text-decoration: none;
}

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

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #000000;
}

li {
	list-style-type: none;
}

.chui {
	color: #CC3300;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#wrap {
	float: left;
	padding: 5px;
	background-repeat: repeat-y;
	background-position: left;
}
#wrap2 {
	float: left;
	padding: 5px;
	background-repeat: repeat-y;
	background-position: left;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

h1 {
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

#header #sub {
	font-size: 10px;
	color: #666666;
	position: absolute;
	top: 2px;
	right: 5px;
	text-align: right;
}
#header #logo {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height: 18px;
}

#header #head_ul {
	position: absolute;
	top: 20px;
	right: 5px;
	width: 193px;
	height: 76px;
}
#header #head_ul li {
	font-size: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 7px;
}

#header #head_ul li a {
	font-size: 10px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/nav.gif);
	height: 35px;
	clear: both;
	padding-left: 37px;
} 

#nav li {
	display: block;
	float: left;
	text-align: center;
  }
  
#nav li a {
	color: #555555;
	text-decoration: none;
	background-image: url(img/g_menu_li.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 25px;
	width: 120px;
	padding-top: 10px;
	line-height: 25px;
}

#nav li a:hover {
	color: #000000;
	background-image: url(img/g_menu_li_ov.gif);
	background-color: #DDDDDD;
}

#nav li strong {
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(img/g_menu_st.gif);
	height: 30px;
	width: 120px;
	display: block;
	padding-top: 5px;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DFDFDB;
	text-align: center;
	border: 1px solid #FFFFFF;
}

#contents {
	width:610px;
	float: right;
}



#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contents h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(img/h3.gif);
	height: 35px;
	background-repeat: no-repeat;
}


#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E28787;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h4 a {
	font-size: 14px;
}

#contents h5 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #C74343;
	margin-right: 20px;
	padding-left: 10px;
}

#contents h6 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #C74343;
	margin-right: 20px;
	padding-left: 10px;
}

#contents ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#contents li a {
	font-size: 12px;
}


#contents #c_pad {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
}	
/**/

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents .img_left img {
	border: 2px solid #EDEDE9;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	float: right;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

#contents p .chui {
	line-height: 20px;
}
.list li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.list {
	margin-bottom: 10px;
}
.list li:hover {
	background-color: #FFFFFF;
}

/*
２box
-------------------------------------------------------------------*/
#contents .box2 {
	float: left;
	height: 130px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#contents .box2 h4 {
	margin: 0px;
	background-color: #505050;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #E31D00;
}

#contents .box2 p {
	margin: 0px;
}

#contents .box2 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#contents .box2 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
/*
3box
-------------------------------------------------------------------*/
#contents .box3 {
	float: left;
	height: 130px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
	width: 173px;
}
#contents .box3 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box3 p {
	margin: 0px;
}
#contents .box3 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 93px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	bottom: 4px;
	padding-right: 5px;
	left: 41px;
}

#contents .box3 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}

.box3 a img {
	border: 2px solid #EDEDE9;
}
.box3 a:hover img {
	border: 2px solid #FCD096;
}


#contents .box3_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_photo a img {
	border: 2px solid #FFFFFF;
}
.box3_photo a:hover img {
	border: 2px solid #FCD096;
}
#contents .box4 {
	float: right;
	height: 180px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 20px;
	width: 150px;
}

#contents #box5 {
	float: none;
	height: 340px;
	background-color: #FFFFFF;
	margin-left: 40px;
}

#contents .boxscpic{
	float:right;
	height:auto;
	width:auto;
	padding-right: 5px;
	}

#contents .boxscpic img{
	height:115px;
	width:inherit;
	}


/*
リンク集ページ用
-------------------------------------------------------------------*/

#contents dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contents dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E8968C;
	padding-left: 5px;
}
#contents dd {
	margin: 5px;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#contents table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#contents table th {

}
#contents form table th {
	width: 127px;
}

#contents table td.td_head {
	background-color: #C85B5B;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#contents table td.td_odd {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #E7B6B6;
}



/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}
/*
contents2
------------------------------------------------------------*/
#contents2 {
	float: left;
	width: 790px;
}
#contents2 p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contents2 h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(img/h3_L.gif);
	height: 35px;
	background-repeat: no-repeat;
}
#contents2 h5 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #C74343;
	margin-right: 20px;
	padding-left: 10px;
}

#contents2 .box1 {
	float: right;
	height: 200px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	width: 180px;
}

#contents2 .box2 {
	float: right;
	height: 130px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	width: 180px;
	margin-bottom: 0px;
}

#contents2 .left{
	float: left;
	width: 590px;
	}
#contents2 .right{
	float: right;
	}

/*
3box
-------------------------------------------------------------------*/
#contents2 .box3 {
	float: right;
	height: 180px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	width: 180px;
	margin-bottom: 0px;
}


#contents2 #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents2 #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents2 #pan strong {

}

#contents2 table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 30px;
	float: left;
}
#contents2 table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#contents2 table th {
	padding: 0px;
	border: 1px solid #EAE8DF;
}
#contents2 form table th {
	width: 127px;
}

#contents2 table td.td_head {
	background-color: #C85B5B;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#contents2 table td.td_odd {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #E7B6B6;
}

#contents2 .box4 {
	float: left;
	height: 600px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	width: 190px;
	margin-left: 5px;
}

/*contents3
------------------------------------------------------------*/
#contents3 {
	width:610px;
	float: right;
}
#contents3 p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#contents3 h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(img/h3_L.gif);
	height: 35px;
	background-repeat: no-repeat;
}
#contents3 h5 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #C74343;
	margin-right: 20px;
	padding-left: 10px;
}
#contents #c_pad {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contents3 #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents3 #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents3 #pan strong {
	margin-left: 7px;
}

#contents3 .box1 {
	float: right;
	height: 200px;
	padding: 5px;
	margin-top: 50px;
	margin-right: 5px;
	width: 180px;
}

#contents3 .box2 {
	float: right;
	height: 130px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	width: 180px;
	margin-bottom: 0px;
}
#contents3 table{

}

/*
contents4
------------------------------------------------------------*/
#contents4 {
	float: left;
	width: 790px;
}
#contents4 p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contents4 h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(img/h3_L.gif);
	height: 35px;
	background-repeat: no-repeat;
}
#contents4 h5 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #C74343;
	margin-right: 20px;
	padding-left: 10px;
}

#contents4 .box1 {
	float: right;
	height: 200px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	width: 180px;
}

#contents4 .box2 {
	float: left;
	height: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: 102px;
	margin-bottom: 0px;
}
#contents4 .box2 table {

}
#contents4 .box2 h1{
background-color:#990000
}
#contents4 .box2 li a {
	display: block;
	width:70px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
} 
#contents4 .box2 li a:hover{
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
} 

/*
3box
-------------------------------------------------------------------*/
#contents4 .box3 {
	float: left;
	height: 150px;
	margin-top: 0px;
	margin-right: 0px;
	width: 668px;
	margin-bottom: 0px;
	background-color: #eeeeee;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
#contents4 .box3 p{
	color: #000000;
	left: auto;
}
#contents4 .box3 h1{
font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #C74343;
	margin-right: 20px;
	padding-left: 10px;
}
#contents4 .box3 .b3photo {
	float: right;
	height: 150px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	width: 200px;
	margin-bottom: 0px;
}

#contents4 .box3 .b3photo img{
	height: 150px;
	width: inherit;	
}

#contents4 #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents4 #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents4 #pan strong {

}

#contents4 table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
	width: 730px;
}

#contents4 table table{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 100%;
	height: 100%;
}
#contents4 table table th{
	width:inherit;
	padding: 0px;
	border-color: #999999;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #DDDDDD;
	height: 22px;
	font-size: 12px;
}

#contents4 table table th:hover{
	padding: 0px;
	border-color: #ffffff;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #AAAAAA;
	height: 22px;
	font-size: 12px;
	color: #FFF;
}

#contents4 table table tr a{
	padding: 0px;
	border-color: #999999;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #DDDDDD;
	height: 22px;
	font-size: 12px;
}

#contents4 table table tr a:hover{
	padding: 0px;
	border-color: #999999;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #F00;
	height: 22px;
	font-size: 12px;
}

#contents4 table table td {
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #eeeeee;
}

#contents4 table td {
	padding: 0px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #eeeeee;
}
#contents4 table th {
	padding: 0px;
	border-color: #cccccc;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	background-color: #eeeeee;
	height: 22px;
	font-size: 12px;
}
#contents4 form table th {
	width: 127px;
}

#contents4 table td.td_head {
	background-color: #C85B5B;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#contents4 table td.td_odd {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

#contents4 table td .boxpi {
	width: 250px;
	float: right;
	height: 150px;
}

#contents4 table td .boxpi img {
	width: 150px;
	height: 150px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #E7B6B6;
}

#contents4 .box4 {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	width: 100%;
	margin-left: 0px;
	height: 160px;
	background-color: #EEE;
}
#contents4 .box5 {
	float: left;
	height: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	width: 90%;
	margin-left: 30px;
}
#contents4 .box5 {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	width: 100%;
	margin-left: 0px;
	height: auto;
}
#contents4 .box5 p {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#contents4 .box6 {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	width: 100%;
	margin-left: 0px;
	height: auto;
}
#contents4 .box6 .photobig {
	float: left;
	height:240px;
	width:750px;
	padding: 0;
	margin: 5px 20px 5px 20px;
}
#contents4 .box6 .photobig img {
	height:240px;
	width:auto;
	padding: 0;
	margin: 0px 2px 0px 2px;
}
#contents4 .box6 .photosmall {
	float: left;
	height:90px;
	width:100%;
	padding: 5px 0px 5px 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#contents4 .box6 .photosmall img {
	height:90px;
	width:90px;
	padding: 0;
	margin: 0px 2px 0px 2px;
}
#contents4 .box7 {
	float: left;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: 100%;
	margin-bottom: 0px;
}
#contents4 .box8{
	float:left;
	width:auto;
	height: auto;
	}


/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 175px;
	background-color: #DFDFD2;
	margin-left: 2px;
	padding-bottom: 10px;
}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #CECEB9;
	background-color: #EFEFE9;
}

#side_d h3 {
	display: block;
	width: 146px;
	line-height: 24px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 24px;
	font-weight: normal;
}

#side_d ul {
	margin-bottom: 5px;
}

#side_d li a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
}


#side_d li a:hover {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

#side .sidebox {
	width:134px;
	margin-top: 4px;
}

#side .sidebox img{
	width:134px;
	height:inherit;
	margin-bottom:6px;
}



/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #F5F4F0;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #pr {
	font-size: 10px;
	color: #888888;
	text-align: right;
	padding: 5px;
}
#f_menu #pr a {
	font-size: 10px;
	color: #888888;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #505050;
	font-size: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.detail1 {
	color: #990000;
	text-decoration: underline;
}
.crossline {
	font-weight: bold;
	text-decoration: line-through;
}
.contents3 {
	color: #CC3333;
	text-decoration: underline;
}

