body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
	margin:0px;
	padding: 0px;
	color: #333333;
	line-height: 1.4em;
}


h1,h2 {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

table {
	margin:0px;
	padding: 0px;
}

p {
	margin:5px 0 10px 0;
	padding: 0px;
}

form {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	font-weight: normal;
}
/*--------------------------------------------------
ボックススタイル
--------------------------------------------------*/
#container {
	display:block;
	text-align: center;
	background-color: #ffffff;
	background-image:url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0px auto;
	padding: 0px;
}

#contents {
	text-align: left;
	background-color: #ffffff;
	display: block;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

#box {
	display:block;
	width:595px;
	margin:30px 0 10px 0;
}

/*--------------------------------------------------
float　はみ出し回避
--------------------------------------------------*/
#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/*--------------------------------------------------*/



#left {
	display:block;
	width:595px;
	float:left;
	margin: 10px 0 20px 0;
}

#right {
	display:block;
	width:190px;
	float:right;
	margin: 10px 0 20px 0;
}

#left_h {
	display:block;
	width:345px;
	height:75px;
	float:left;
}
#left_h_small {
	display:block;
	width:200px;
	float:left;
}
#right_h_top {
	display:block;
	width:340px;
	vertical-align:bottom;
	float:right;
	text-align:right;
}
#right_h {
	display:block;
	width:340px;
	margin-top:44px;
	vertical-align:bottom;
	float:right;
	text-align:right;
}

#clear {
	clear:both;
	margin:0;
	padding:0;

}


/*--------------------------------------------------
リンクスタイル
--------------------------------------------------*/
a:link {
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #FF3399;
	text-decoration: underline;
}

a:active {
	color: #FF3399;
	text-decoration: underline;
}

/*--------------------------------------------------
ナビゲーションメニューのスタイル
--------------------------------------------------*/
ul#nav_h {
	padding: 0px;
	margin: 0px;
	
}

ul#nav_h li {	
	padding: 0px;
	margin: 0 5px 0 5px;
	list-style-type: none;
	float:left;
	
}

div#nav_menu {
	display:block;
	width:800px;
	padding: 0px;
	margin: 0px auto;
	
}

ul#nav {
	display:inline;
	/*height:50px;*/
	padding: 0px;
	margin: 0px;
}

ul#nav li {	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float:left;
}

ul#nav li.li_left {
	margin-left:12px;
}

#nav_btn {
	display:block;
	width:595px;
	padding: 0px;
	margin: 0px auto;
	text-align:left;
}

#nav_btn ul {	
	padding: 0px;
	margin: 0px;
}


ul#nav_right{	
	padding: 0px;
	margin: 0px;
}


/*--------------------------------------------------
フッターのスタイル
--------------------------------------------------*/
#footer {
	font-size: 80%;
	line-height: 1.2em;
	width: 100%;
	height:67px;
	padding: 20px 0 10px 0;
	margin: 0 auto;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-color:#ffffff;
	text-align: center;
	color: #006699;
}

#footer .address {
	font-style: normal;
	margin-bottom: 1px;
	color:#ffffff;
	background-color:#cccccc;
	margin-top: 5px;
	padding-top: 5px;
}

#footer_nav {
	list-style:none;
	text-align:center;
}

#footer_nav li {
	margin: 0 5px 0 5px;
	display: inline;
}

/*--------------------------------------------------
スタイル
--------------------------------------------------*/
#top_line {
	margin: 0 0 10px 0;
	background-color:#73BE1E;
	color:#FFFFFF;
	text-indent:5px;
}
#top_image {
	margin: 5px 0 10px 0;
}
#red {
	color: #FF0000;
}

#red_coment {
	background-color:#FDEAE8;
	padding:10px 5px 10px 5px;
	color: #FF0000;
	border: 1px solid #FF0000;
}


#item {
	margin: 20px 0 10px 0;
}
#item_h {
	margin: 0 0 5px 0;
}


#img_m {
	margin: 5px 0 5px 0;
}

/*--------------------------------------------------
よくある質問
--------------------------------------------------*/
ul#faq  {
	width:595px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1.4em;
	text-align:left;
}

ul#faq li {
	background-image: url(../img/mark02.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent:20px;
}

ul#faq2 li {
	background-image: url(../img/mark03.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent:20px;
}


table#table_qa{
	margin: 20px 0 10px 0;
}

table#table_qa th{
	background-color:#CCCCCC;
	text-align:left;
	font-weight: normal;
	padding:4px;
	
}

table#table_qa td{
	background-color:#ffffff;
	text-align:left;
	padding:4px 4px 20px 4px;
	
}


div.back {
	width:595px;
	text-align:right;
	margin:5px 0 10px 0;
}

/*--------------------------------------------------
フォーム
--------------------------------------------------*/

#table_form {
	width:800px;
	margin:20px 0 20px 0;
}


#table_form th {
	background-color:#E6EFDC;
	font-weight: normal;
	text-align:right;
	width:200px;
	padding:3px;
}

.form_btn {
	width:800px;
	text-align:center;
	margin:5px 0 20px 0;
}

#box_form {
	display:block;
	width:800px;
	height:300px;
	margin:30px 0 10px 0;
}

/*--------------------------------------------------
個人情報保護について
--------------------------------------------------*/
div#policy {
	margin:20px 0 20px 0;
}

div#policy dt {
	padding:5px 0 5px 0;
	background-color:#e2e2e2;
	border-bottom: 1px solid #666666;
	text-indent:5px;
	font-weight:bold;
} 

div#policy dd {
	padding:5px 0 20px 0;
	margin-left: 0;
}

div#policy dl ul {
	margin-top:8px;
}

div#policy dl ul li{
	list-style-position:inside;
	list-style-type:disc;
}

/*--------------------------------------------------
1ページあたりの掲載について
--------------------------------------------------*/
table.catalog_info {
	border-collapse: collapse;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	margin: 5px 0 30px 0;

}

table.catalog_info th{
	border: 1px solid #999999;
	padding:5px;
	background-color:#E6EFDC;
	text-align:center;

}
table.catalog_info td{
	border: 1px solid #999999;
	padding:5px;
	background-color:#ffffff;
	text-align:center;

}
/*--------------------------------------------------
料金について
--------------------------------------------------*/
table.catalog_info2 {
	border-collapse: collapse;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	margin: 5px 0 5px 0;

}

table.catalog_info2 th{
	border: 1px solid #999999;
	padding:5px;
	background-color:#E6EFDC;
	text-align:center;

}
table.catalog_info2 td{
	border: 1px solid #999999;
	padding:5px;
	background-color:#ffffff;
	text-align:center;

}
