@charset "Shift_JIS";


/* サイトのベース */
body {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/back.jpg);
	background-repeat: repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
#wrapper {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
a {
	color: #003366;
}
a:hover {
	color: #FF6600;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ヘッダー */
#header {
	width: 725px;
	height: 200px;
	background-image: url(../img/header-img.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ヘッダー　ナビゲーション */
#header-navi {
	width: 725px;
	height: 33px;
	margin-bottom: 15px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 12px;
}
#header-navi ul {
	padding: 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#header-navi li {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#header-navi a {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	background-image: url(../img/header-linkmark-a.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#header-navi a:hover {
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	background-image: url(../img/header-linkmark-o.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	display: block;
	color: #FF6600;
	text-decoration: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* メイン */
#main {
	width: 695px;
	float: left;
	padding-left: 15px;
	padding-bottom: 15px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* コンテンツ */
#contents {
	width: 500px;
	float: right;
}
h1 {
	width: 500px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/contents-caption.jpg);
	background-repeat: no-repeat;
	color: #666666;
	font-size: 16px;
	line-height: 190%;
	text-indent: 15px;
}
h2 {
	width: 500px;
	height: 30px;
	padding: 0px;
	margin: 50px 0px 0px;
	background-image: url(../img/contents-caption-h2.jpg);
	background-repeat: no-repeat;
	color: #666666;
	font-size:15px;
	line-height: 180%;
	text-indent: 15px;
}
p {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 150%;
}
#return {
	text-align: right;
}
#bread {
	margin-bottom: 10px;
	font-size: 10px;
}
#flash-area {
	margin-bottom: 20px;
}
.image-box {
	padding-left: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	font-size: 10px;
	line-height: 110%;
}
.image-box .img {
	float:left;
	width:130px;
}
.image-box .cap {
	float:right;
	width:360px;
	font-size:10px;
}
.image-box a {
	font-weight: bold;	
}

#info {
	padding: 5px;
	margin: 10px 5px 0px;
	line-height: 150%;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 3px solid #C2C2C2;
	border-bottom: 3px solid #C2C2C2;
	background-color: #EEF6F6;
}
#info li {
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
}
#info strong {
	background-color:#FFFF00;
	font-weight:bold;
	color:#000000;
}
#info .red {
	color:red;
	font-size:large;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ローカル　ナビゲーション */
#local-navi {
	width: 180px;
	float: left;
}
h3 {
	width: 180px;
	height: 30px;
	margin: 0px;
	background-image: url(../img/local-navi-caption.jpg);
	font-size: 14px;
	color: #FFFFFF;
	line-height: 220%;
	text-align: center;
}
#local-navi ul {
	margin: -1px 0px 20px;
	padding: 0px;
	list-style-type: none;
}
#local-navi a {
	width: 180px;
	height: 24px;
	background-image: url(../img/local-navi-bt-a.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	line-height: 200%;
	text-indent: 17px;
	font-size: 12px;
	color: #666666;
}
#local-navi a:hover {
	width: 180px;
	height: 24px;
	background-image: url(../img/local-navi-bt-o.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	line-height: 200%;
	text-indent: 17px;
	font-size: 12px;
	color: #FF6600;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* フッター */
#footer-navi {
	height: 40px;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #ECECEC;
}
#footer-navi ul {
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
}
#footer-navi li {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	list-style-type: none;
}
#footer-navi a {
	padding: 2px;
	font-size: 12px;
}
#copyright {
	height: 13px;
	padding: 5px 15px 5px 0px;
	background-color: #333333;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
}
#produce {
	padding: 0px 15px 5px 0px;
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
	background-color: #333333;
}
#produce a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ついか */

#check li{
	background-image:url(../img/check.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0px 5px 25px;
	list-style:none;
	font-size:12px;
}
table#planet {
	width:100%;
	border:0px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}
table#planet td{
	width:100px;
	text-align:left;
}
table textarea{
	width:350px;
	font-size:12px;
}
.allstar {
	font-size:12px;
	padding-left:50px;
	padding-right:50px;
	line-height:150%;
}
strong {
	color:#FF0000;
	font-weight:bold;
}
#contents #adsense {
	text-align:center;
}
.banner_w468{
	margin:0 auto;
	width:468px;
	font-size:12px;
	letter-spacing:0px;
	}
.banner_w120{
	margin:0 auto;
	width:120px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ローテーションアド */
#adbox { /*広告本体*/
  border:none;
  width :100%;
 }

.ad p{ /*バナーのボックス*/
  width :100%;
  text-align:left;
  letter-spacing:0px;
  font-size:12px;
  line-height:0px;
 }
.ad li {
	text-align:left;
	list-style:none;
	letter-spacing:0px;
	font-size:12px;
	}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#locai-navi ad {
	text-align:center;
	margin-left:100%;
	margin-right:100%;
}

/* 海外向けsubmit */

/* 中央寄せの設定 */
div.atweb_div1 {
	/* 幅の設定 */
	width: 100%;
	/* IE用中央寄せの設定 */
	text-align: center;
}
div.atweb_div2 {
	/* 幅の設定 */
	width: 500px;
	/* 中央寄せの設定 */
	margin-left: auto;
	margin-right: auto;
}
/* テーブル全体の設定 */
table.atweb_table1 {
	/* テーブル幅の設定 */
	width:100%;
	/* 枠線の設定 */
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #666666;
}
/* 項目セルの設定 */
td.atweb_item1 {
	/* セル幅の設定 */
	width: 40%;
	/* セル余白の設定 */
	padding: 5px;
	/* セル背景色の設定 */
	background-color: #F6F6F6;
	/* 枠線の設定 */
	border: 1px;
	border-style: solid;
	border-color: #666666;
	/* セル内テキスト折り返しの設定 */
	white-space:normal;
	/* セル内テキスト表示位置の設定 */
	text-align: left;
	vertical-align: middle;
	/* セル内テキストフォントサイズの設定 */
	font-size: smaller;
}
/* テータセルの設定 */
td.atweb_data1 {
	/* セル幅の設定 */
	width: auto;
	/* セル余白の設定 */
	padding: 5px;
	/* セル背景色の設定 */
	background-color: #FFFFFF;
	/* 枠線の設定 */
	border: 1px;
	border-style: solid;
	border-color: #666666;
	/* セル内テキスト表示位置の設定 */
	text-align: left;
	vertical-align: middle;
	/* セル内テキストフォントサイズの設定 */
	font-size: smaller;
}
/* 価格表 */
#pricing {
	/* 幅の設定 */
	width: 100%;
	/* IE用中央寄せの設定 */
	text-align: center;
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #0033FF;
}
#pricing th{
	font-size:14px;
	color:#0033FF;
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #0033FF;
}
#pricing td{
	text-align: center;
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #0033FF;
}
<style type="text/css">
<!--
/* 中央寄せの設定 */
div.atweb_div1 {
	/* 幅の設定 */
	width: 100%;
	/* IE用中央寄せの設定 */
	text-align: center;
}
div.atweb_div2 {
	/* 幅の設定 */
	width: 500px;
	/* 中央寄せの設定 */
	margin-left: auto;
	margin-right: auto;
}
/* テーブル全体の設定 */
table.atweb_table1 {
	/* テーブル幅の設定 */
	width: 470px;
	/* 枠線の設定 */
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #666666;
}
/* 項目セルの設定 */
td.atweb_item1 {
	/* セル幅の設定 */
	width: 25%;
	/* セル余白の設定 */
	padding: 5px;
	/* セル背景色の設定 */
	background-color: #F6F6F6;
	/* 枠線の設定 */
	border: 1px;
	border-style: solid;
	border-color: #666666;
	/* セル内テキスト折り返しの設定 */
	white-space: normal;
	/* セル内テキスト表示位置の設定 */
	text-align: left;
	vertical-align: middle;
	/* セル内テキストフォントサイズの設定 */
	font-size: smaller;
}
/* テータセルの設定 */
td.atweb_data1 {
	/* セル幅の設定 */
	width: auto;
	/* セル余白の設定 */
	padding: 5px;
	/* セル背景色の設定 */
	background-color: #FFFFFF;
	/* 枠線の設定 */
	border: 1px;
	border-style: solid;
	border-color: #666666;
	/* セル内テキスト表示位置の設定 */
	text-align: left;
	vertical-align: middle;
	/* セル内テキストフォントサイズの設定 */
	font-size: smaller;
}
-->
</style>
