* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #F5F5F5;
	font-size: 95%;
	line-height: 150%;
	text-align: center;
	color: #333333;
}
a{
	text-decoration:none;
}
#page {/*全体*/
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #999999;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#header {/*サイトタイトル*/
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px 10px;
	margin: 0px;
}
#topics {/*ページの名前*/
	background-color: #F9F9F9;
	border-top: 2px solid #CCCCCC;
	border-bottom:1px solid #666666;
	padding:10px;
	margin-bottom:1px;
}
#menu {/*右メニュー枠*/
	float: right;
	width: 188px;
	padding-top: 0px;
	padding-right: 10px;
}
td.menu{
	border-left: 2px solid #CCCCCC;
	background-color: #F5F5F5;
}
td.main {/*左メイン枠*/
	width: 550px;
	padding-top: 10px;
	margin-top:0px;
}
td.main p {/*左メイン*/
	margin-left: 60px;
	margin-bottom: 1em;
	margin-right: 30px;
}
td.main ul {/*左メイン*/
	margin-left: 75px;
	margin-bottom: 1em;
	margin-right: 30px;
}
ul {/*右メニュー*/
	margin-left: 37px;
	margin-bottom: 1em;
}
ul a{/*右メニュー*/
	text-decoration:underline;
}
#foot {/*最下部*/
	background-color: #666666;
	color: #FFFFFF;
	border-top: 1px solid #333333;
	padding: 10px;
	text-align: center;
}
#maruc {
	font-size: 80%;

}
.notice {/*右メーニュー下のコメントスペース*/
	padding: 5px;
	background-color: #FFFFFF;
	margin-left:10px;
	margin-bottom: 1em;
	border: 1px dotted #CCCCCC;
	text-align:left;
}
h1 {/*ページの名前*/
	font-size: 110%;
}
h2 {/*見出し*/
	font-size: 110%;
	margin-left: 25px;
	margin-bottom: 1em;
	border-bottom: 1px dashed #CCCCCC;
	margin-right: 30px;
	color: #744B4B;
}
.imgbox {/*料金からＱＲコードまで*/
	margin-top:0px;
	margin-left: 120px;
	width:300px;
	height:90px;
	background-color:;
}
.left{/*料金欄*/
	padding-top:20px;
	width:210px;
	float:left;
	line-height:25px;	
}
.right{/*ＱＲコード*/
	width:90px;
	float:right;
}
span.kyaria{/*対応キャリアの３種イメージ*/
	vertical-align:middle;
}
FORM{
	margin-left:120px;
}
p.top{/*トップに戻る*/
	text-align:right;
	font-size:12px;
	margin-top:1em;
	margin-bottom:1em;
}
p.top a{/*トップに戻る*/
	color:#555555;
}
.space{/*スペース*/
	height:30px;
}
p.kai-1{/*上の改ページ*/
	margin:10px 0px 15px 0px;
	text-align:center;
}
p.kai-2{/*下の改ページ*/
	margin:15px 0px 10px 0px;
	text-align:center;
}

