/* ブラウザスタイルシート初期化用ファイル */
* {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
	list-style-type: none;
}
img {
	border:none;
}

/* レイアウト基本設定 */

/*最背面の設定
----------------------------------------------------- */
body {
	background:#013F7C url(http://www.lakestars.net/img/body.jpg) repeat-x fixed left top;

	margin: 0;
	padding: 0;
}
#container {
	margin-right: auto;
	margin-left: auto;
	background-color: #003366;
	padding-left: 20px;
	width: 960px;
	padding-top: 10px;
}

/*基本文字リンクカラーの設定
----------------------------------------------------- */
a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*ヘッダー領域の設定
----------------------------------------------------- */
▼▼▼header領域 {}
div#header {
	width: 940px;
	font-size: 0.75em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
ul#banner-area {/*スポンサーbanner領域の設定 */
	width: 940px;
	height: 60px;
	margin: 0 0 10px 0;
}
ul#banner-area li {/*スポンサーbanner領域の設定 */
	float: left;
	padding: 0 5px 0 0;
}
.header-img {/*メイン画像の設定 */
	width: 940px;
	height: 140px;
}
#g-menu-area {/*グローバルメニュー領域の設定。メニューの中身は「g_menu.css」に記述 */
	width: 940px;
	background-color: #000000;
	background-image: url(/o/lakestars/img/menu_img/menu_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 36px;
}
.headline {/*ニュースティッカー */
	width: 940px;
	height: 30px;
	background-image: url(/o/lakestars/img/common_img/headline_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 6px 0 0 0;
}
.headline .headline-txt {/*ニュースティッカー文字 */
	font-weight: bold;
	padding-left: 110px;
	width: 780px;
	float: left;
}
.headline .headline-rss {/*ニュースティッカーrssアイコン */
	float: right;
	margin-right: 5px;
}

/* フッター領域の設定
----------------------------------------------------- */
▼▼▼▼▼footer領域ここから {}
div#footer {
	clear: both;
	width: 940px;
	padding: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.backtop {/*上に戻る */
	text-align: right;
	width: 940px;
}
ul.under-links {/*下層ページへのテキストリンク */
	width: 940px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif!important;
	color: #FFFFFF;
	margin-top: 15px;
	line-height: 80%;
	height: 12px;
}
ul.under-links li {/*下層ページへのテキストリンク */
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.under-links .none {/*テキストリンクボーダー無 */
	border: none;
}
ul.bj-team-links {/*チームリンク */
	width: 940px;
	color: #FFFFFF;
	padding-top: 10px;
}
ul.bj-team-links li {/*チームリンク */
	float: left;
	height: 54px;
}
.copyright {/*著作権表示のテキストリンク */
	color: #FFFFFF;
	font-size: 11px!important;
	font-family: Arial, Helvetica, sans-serif!important;
	padding-top: 5px;
	width: 940px;
}
#bottom-round {/*最下部の角丸設定 */
	background-image: url(/o/lakestars/img/common_img/footer_bottom.jpg);
	background-repeat: no-repeat;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px bottom;
	background-color: #003366;
	height: 40px;
	margin-bottom: 20px;
}
.rw-link {/*ロックウェーブへのテキストリンク */
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	font-size:12px;
}

/* グローバルメニュー */
#dd {
	width: 940px;
	margin: 0px;
	padding: 0px;
}
#dd .mainmenu {
	list-style: none;
	float: left;
	height: 36px;
	margin: 0px;
	padding: 0px;
}
#dd .mainmenu a.menu {
	display: block;
	text-align: center;
}
#dd .mainmenu a.menu:hover {
	background: #000000;
}
.submenu {
	visibility: hidden;
	position: absolute;
	z-index: 3;
	background-color: #000000;
	width: 150px;
	background-image: url(/o/lakestars/img/menu_img/submenu_bg.jpg);

	background-repeat: repeat-y;
}
.submenu a {
	display: block;
	text-align: left;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

/*ドロップダウンメニュー透過設定*/
/*現在の設定値は透過率90％*/
.submenu {
	filter: alpha(Opacity=90);/*IE透過設定*/
	-moz-opacity:0.9;/*firefox透過設定*/
	opacity:0.9;/*safari、opera透過設定*/
}

▼▼▼3カラムコンテンツの設定 {}
/*3カラムコンテンツの設定
----------------------------------------------------- */
div.cont {
	width: 490px;
	padding: 0px;
	margin: 0px;
}
div.cont div.cont-box {
	background-image: url(/o/lakestars/img/common_img/width490px_cen_w.jpg);
	background-repeat: repeat-y;
	width: 490px;
	margin: 0;
	padding: 0px;
}
div.cont div.cont-box-bottom {
	background-image: url(/o/lakestars./img/common_img/width490px_bot_w.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 490px;
	margin: 0px;
	padding: 0px;
	height: 8px;
}
div.cont div.cont-box-inside {
	padding: 5px 15px 15px 15px;
}
div.cont-box-inside h4, div.cont-box-inside h5, div.cont-box-inside p {
	margin-left: 5px;
	margin-right: 5px;
}
div.cont-box-inside h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/o/lakestars/img/common_img/title_h2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 5px;
	padding-left: 20px;
	color: #FFFFFF;
}
div.cont-box-inside p {
	margin-bottom: 10px;
}
div.cont-box-inside h4 {
	line-height: 140%;
	font-weight: bold;
	color: #000033;
	margin-bottom: 10px;
	font-size: 14px;
}
h4.pattern1 {
	background-image: url(/o/lakestars/img/common_img/star.gif);
	background-repeat: no-repeat;
	padding: 3px 0 5px 25px;
	margin-bottom: 10px;
}
h4.pattern2 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #666666;
}
h4.pattern3 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h4.pattern4 {
	background-image: url(/o/lakestars/img/common_img/star.gif);
	background-repeat: no-repeat;
	padding: 3px 0 5px 25px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
▼▼▼1カラムコンテンツの設定 {}
/*1カラムコンテンツの設定
----------------------------------------------------- */
div.cont940 {
	width: 940px;
	padding: 0px;
	margin: 0px;
}
div.cont940 div.cont-box940 {
	background-image: url(/o/lakestars/img/common_img/width940px_cen_w.jpg);
	background-repeat: repeat-y;
	width: 940px;
	margin: 0;
	padding: 0px;
}
div.cont940 div.cont-box-bottom940 {
	background-image: url(/o/lakestars/img/common_img/width940px_bot_w.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 940px;
	margin: 0px;
	padding: 0px;
	height: 8px;
}
div.cont940 div.cont-box-inside940 {
	padding: 5px 15px 15px 15px;
}

▼▼▼共通コンテンツの設定 {}
/*共通コンテンツの設定
----------------------------------------------------- */

/*#contents-late内リンクカラー*/
div#contents-late a:link, div#contents-late a:active, div#contents-late a:visited {
	color: #0066CC;
	text-decoration: underline;
}
div#contents-late a:hover {
	color: #0099FF;
}

▼▼▼表組みパターン1 {}
/*表組みパターン1 */
div#contents-late .table01 {
	background-color: #FFFFFF;
	border: 2px solid #006699;
}
div#contents-late .table01 th {
	color: #FFFFFF;
	background-image: url(/o/lakestars/img/common_img/table_bg1.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
	padding: 5px;
}
div#contents-late .table01 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}

▼▼▼表組みパターン2 {}
/*表組みパターン2 */
div#contents-late .table02 {
	background-color: #FFFFFF;
	border: 2px solid #006699;
}
div#contents-late .table02 th {
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
	padding: 5px;
	background-color: #1E50A2;
}
div#contents-late .table02 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
▼▼▼表組みパターン3 {}
/*表組みパターン3 */
div#contents-late .table03 {
}
div#contents-late .table03 th {
	padding: 5px;
}
div#contents-late .table03 td {
	padding: 5px;
}
▼▼▼定義型のリストタグdl dt dd {}
/*表組みパターン3 */
div#contents-late .dl-list {
}
.dl-list dt {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px
}
.dl-list dd {
	margin-bottom: 10px;
	padding-left: 20px;
}

/*contents領域の設定
----------------------------------------------------- */
▼▼▼contents領域 {}
div#contents-late {/*中身は「contents.css」に記述 */
	width: 920px;
/*	background-image: url(../img/image.jpg);*/
	background-repeat: no-repeat;
	background-position: 620px 20px;
}

/*250px角丸囲み設定
----------------------------------------------------- */
dl.box250px {
	background-image: url(/o/lakestars/img/common_img/width250px_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
dl.box250px dt {
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 250px;
}
dl.box250px dd {
	background-image: url(/o/lakestars/img/common_img/width250px_center.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px 0 5px 10px;
}

/*250px角丸囲みの中の設定
----------------------------------------------------- */
.melmaga {/* メルマガ入力欄 */
	font-size: 12px;
	line-height: 100%;
	color: #FFFFFF;
}
.melmaga-form {/* メルマガ入力欄 */
	vertical-align: middle;
	margin-top: 5px;
}
.input-txt {/* メルマガ入力欄 */
	width: 155px;
	height: 20px;
	font-size: 12px;
	vertical-align: top;
}

/* 180pxサイドメニュー 
----------------------------------------------------- */
dl.box180px {
	background-image: url(/o/lakestars/img/common_img/width180px_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
dl.box180px dt {
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 180px;
}
dl.box180px dd {
	background-image: url(/o/lakestars/img/common_img/width180px_center.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px 0 5px 10px;
}

/*bjtv設定
----------------------------------------------------- */
dl.bjtv {
	background-image: url(/o/lakestars/img/common_img/bjtv_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 180px;
}
dl.bjtv dt {
	height: 5px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
dl.bjtv dd {
	background-image: url(/o/lakestars/img/common_img/bjtv_center.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 15px 0 15px 10px;
}

#contents_outer {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#main {
	margin: 0px;
	padding: 0px;
	display: none;
}

#pankuzu {
	margin: 0px;
	padding: 0px;
	display: none;
}

#contents {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/* class="mail" */
.mail {
 border-width: 0px;

 width: px;

	margin: 0px;
	padding: 0px;border-style: solid;
}

.mail form {

}
.mail table {
	width: 800px;
	background-color: #FFFFFF;
	border: 2px solid #006699;
	margin-left: 20px;
}
.mail table th {
	width: 150px;
	text-align: left;
	background-color: #D2E9FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.mail table td {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.caution {color: #FF0000;}

.mail table input[type="text"],input[type="submit"], input[type="reset"]{
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
}
.mail table textarea {
	width: 95%;
	height: 200px;
	font-size: 12px;
	padding: 3px;
}
.mail table input[type="radio"]{
	margin-right: 5px;
	padding-right: 3px;
}


.mail .center {
	text-align: center;
	margin-top: 20px;
}

.mail img {	margin-bottom: 30px;}
div.text {
	font-weight: bolder;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #FF0000;
}


/* class="entry" */
.entry {
 border-width: 0px;

 width: px;

	margin: 0px;
	padding: 0px;border-style: solid;
}

.entry form {}
.entry table {
	width: 800px;
	background-color: #FFFFFF;
	border: 2px solid #006699;
	margin-left: 20px;
}
.entry table th {
	width: 300px;
	text-align: left;
	background-color: #D2E9FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.entry table td {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.caution {color: #FF0000;}

.entry table input[type="text"],input[type="submit"], input[type="reset"]{
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
}
.entry table textarea {
	width: 95%;
	height: 200px;
	font-size: 12px;
	padding: 3px;
}
.entry table input[type="radio"]{
	margin-right: 5px;
	padding-right: 3px;
}

.entry .center {
	text-align: center;
	margin-top: 20px;
}

.entry img {	margin-bottom: 30px;}



/*文字の色設定
----------------------------------------------------- */
▼▼▼文字の色設定 {}
.font-red {color: #FF0000!important;}
.font-blue {color: #0000CC!important;}
.font-green {color: #339900!important;}
.font-orange {color: #FF6600!important;}
.font-darkblue {color: #003399!important;}
.font-white {color: #FFFFFF!important;}

/*文字のサイズ設定
----------------------------------------------------- */
▼▼▼文字のサイズ設定 {}
.font10px {font-size: 10px!important;}
.font12px {font-size: 12px!important;}
.font14px {font-size: 14px!important;}
.font16px {font-size: 16px!important;}
.font20px {font-size: 20px!important;}
.font24px {font-size: 24px!important;}

/*文字のウエイト設定
----------------------------------------------------- */
▼▼▼文字のウエイト設定 {}
strong {font-weight: bold!important;}
.font-bold {font-weight: bold!important;}

/*配置ポジション設定
----------------------------------------------------- */
▼▼▼配置ポジション設定 {}
.align-right {text-align: right;}
.align-center {text-align: center;}
.align-left {text-align: left;}

/*画像の回り込み設定
----------------------------------------------------- */
▼▼▼画像の回り込み設定 {}
.float-right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
.float-left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

/*回り込み解除設定
----------------------------------------------------- */
▼▼▼回り込み解除設定 {}
.float-clear-both {clear: both!important;}

/*レイアウト下部余白
----------------------------------------------------- */
▼▼▼レイアウト下部余白 {}
.bottom5px {margin-bottom: 5px!important;}
.bottom10px {margin-bottom: 10px!important;}
.bottom15px {margin-bottom: 15px!important;}
.bottom20px {margin-bottom: 20px!important;}
.bottom30px {margin-bottom: 30px!important;}
.bottom40px {margin-bottom: 40px!important;}
.bottom50px {margin-bottom: 50px!important;}
.bottom100px {margin-bottom: 100px!important;}
.bottom200px {margin-bottom: 200px!important;}
.bottom300px {margin-bottom: 300px!important;}
.bottom400px {margin-bottom: 400px!important;}
.bottom500px {margin-bottom: 500px!important;}


/*ボーダーの設定
----------------------------------------------------- */
▼▼▼ボーダーの設定{}
hr.border1 {
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #666666;
	height: 1px;
	margin-bottom: 10px;
}
hr.border2 {
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #666666;
	height: 1px;
	margin-bottom: 10px;
} 

/*背景色の設定
----------------------------------------------------- */
▼▼▼背景色の設定{}
.bg-white {
	padding: 10px 5px 0 5px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-top-color: #666666;
}

.category {
 border-style: solid;

 border-width: px;

	width: px;
}

.category h3 {
 font-weight: nomal;

	font-size: px;
}

.ygtvitem {
 font-weight: nomal;

	font-size: px;
}

.ygtvlabel {
 text-decoration: none;

 margin-left: 2px;

 font-weight: nomal;

	font-size: px;
}

.ygtvtn {
 background: url('/o/img/treeview/tn.gif') 0 0 no-repeat;

 height: 22px;

	width: 16px;
}

.ygtvtm {
 background: url('/o/img/treeview/tm.gif') 0 0 no-repeat;

 cursor: pointer;

 height: 22px;

	width: 16px;
}

.ygtvtmh {
 background: url('/o/img/treeview/tmh.gif') 0 0 no-repeat;

 cursor: pointer;

 height: 22px;

	width: 16px;
}

.ygtvtp {
 background: url('/o/img/treeview/tp.gif') 0 0 no-repeat;

 cursor: pointer;

 height: 22px;

	width: 16px;
}

.ygtvtph {
 background: url('/o/img/treeview/tph.gif') 0 0 no-repeat;

 cursor: pointer;

 height: 22px;

	width: 16px;
}

.ygtvln {
 background: url('/o/img/treeview/ln.gif') 0 0 no-repeat;

 height: 22px;

	width: 16px;
}

.ygtvlm {
 background: url('/o/img/treeview/lm.gif') 0 0 no-repeat;

 cursor: pointer;

 height: 22px;

	width: 16px;
}

.ygtvlmh {
 background: url('/o/img/treeview/lmh.gif') 0 0 no-repeat;

 cursor: pointer;

 height: 22px;

	width: 16px;
}

.ygtvlp {
 background: url('/o/img/treeview/lp.gif') 0 0 no-repeat;

 cursor: pointer;

 height: 22px;

	width: 16px;
}

.ygtvlph {
 background: url('/o/img/treeview/lph.gif') 0 0 no-repeat;

 cursor: pointer;

 height: 22px;

	width: 16px;
}

.ygtvloading {
 background: url('/o/img/treeview/loading.gif') 0 0 no-repeat;

 height: 22px;

	width: 16px;
}

.ygtvdepthcell {
 background: url('/o/img/treeview/vline.gif') 0 0 no-repeat;

 height: 22px;

	width: 16px;
}

.ygtvblankdepthcell {
 height: 22px;

	width: 16px;
}

* html .ygtvchildren {
	height: 2%;
}

.ygtvlabel:link {
 text-decoration: none;

	margin-left: 2px;
}

.ygtvlabel:visited {
 text-decoration: none;

	margin-left: 2px;
}

.ygtvlabel:hover {
 text-decoration: none;

	margin-left: 2px;
}

.ygtvspacer {
 margin: 2px;

 width: 10px;

	height: 10px;
}

.process {
 border-width: px;

 border-style: solid;

	width: px;
}

.process h2 {
 font-weight: nomal;

	font-size: px;
}

.process h3 {
 font-weight: nomal;

	font-size: px;
}

.process p {
 font-weight: nomal;

	font-size: px;
}

.payment {
 border-width: px;

 border-style: solid;

	width: px;
}

.payment h2 {
 font-weight: nomal;

	font-size: px;
}

.payment h3 {
 font-weight: nomal;

	font-size: px;
}

.payment p {
 font-weight: nomal;

	font-size: px;
}

.rule {
 border-width: px;

 border-style: solid;

	width: px;
}

.rule h2 {
 font-weight: nomal;

	font-size: px;
}

.rule h3 {
 font-weight: nomal;

	font-size: px;
}

.rule p {
 font-weight: nomal;

	font-size: px;
}

.qa {
 border-width: px;

 border-style: solid;

	width: px;
}

.qa h2 {
 font-weight: nomal;

	font-size: px;
}

.qa h3 {
 font-weight: nomal;

	font-size: px;
}

.qa p {
 font-weight: nomal;

	font-size: px;
}

.qa_map h4 {
 font-weight: nomal;

	font-size: px;
}

.profile {
 border-width: px;

 border-style: solid;

	width: px;
}

.profile h2 {
 font-weight: nomal;

	font-size: px;
}

.profile h3 {
 font-weight: nomal;

	font-size: px;
}

.profile p {
 font-weight: nomal;

	font-size: px;
}

.link {
 border-width: px;

 border-style: solid;

	width: px;
}

.link h2 {
 font-weight: nomal;

	font-size: px;
}

.link h3 {
 font-weight: nomal;

	font-size: px;
}

.link p {
 font-weight: nomal;

	font-size: px;
}

.map {
 border-width: px;

 border-style: solid;

	width: px;
}

.map h2 {
 font-weight: nomal;

	font-size: px;
}

.map h3 {
 font-weight: nomal;

	font-size: px;
}

.map p {
 font-weight: nomal;

	font-size: px;
}

.tokusho {
 border-width: px;

 border-style: solid;

	width: px;
}

.tokusho h2 {
 font-weight: nomal;

	font-size: px;
}

.tokusho th {
 font-weight: nomal;

	font-size: px;
}

.tokusho h3 {
 font-weight: nomal;

	font-size: px;
}

.tokusho td {
 font-weight: nomal;

	font-size: px;
}

.tokusho p {
 font-weight: nomal;

	font-size: px;
}

.privacy {
 border-width: px;

 border-style: solid;

	width: px;
}

.privacy h2 {
 font-weight: nomal;

	font-size: px;
}

.privacy h3 {
 font-weight: nomal;

	font-size: px;
}

.privacy p {
 font-weight: nomal;

	font-size: px;
}

.recommend {
 border-width: px;

 border-style: solid;

	width: px;
}

.recommend h3 {
 font-weight: nomal;

	font-size: px;
}

.recommend .title {
 font-weight: nomal;

	font-size: px;
}

.recommend .content p {
 font-weight: nomal;

	font-size: px;
}

.recommend .content img.left {
	float: left;
}

.recommend .content img.right {
	float: right;
}

.ranking {
 border-width: px;

 border-style: solid;

	width: px;
}

.ranking h3 {
 font-weight: nomal;

	font-size: px;
}

.ranking .title {
 font-weight: nomal;

	font-size: px;
}

.ranking .content p {
 font-weight: nomal;

	font-size: px;
}

.whatsnew {
 border-width: px;

 border-style: solid;

	width: px;
}

.whatsnew h3 {
 font-weight: nomal;

	font-size: px;
}

.whatsnew .title {
 font-weight: nomal;

	font-size: px;
}

.whatsnew .content p {
 font-weight: nomal;

	font-size: px;
}

.whatsnew .content img.left {
	float: left;
}

.whatsnew .content img.right {
	float: right;
}

.whatsnew-page {
 border-width: px;

 border-style: solid;

	width: px;
}

.whatsnew-page h2 {
 font-weight: nomal;

	font-size: px;
}

.whatsnew-page th {
 font-weight: nomal;

	font-size: px;
}

.whatsnew-page td {
 font-weight: nomal;

	font-size: px;
}

.mail h2 {
 font-weight: nomal;

	font-size: px;
}

.mail h3 {
 font-weight: nomal;

	font-size: px;
}

.mail th {
 font-weight: nomal;

 font-size: px;

 border-width: 0px;

	border-style: solid;
}

.mail td {
 font-weight: nomal;

 font-size: px;

 border-width: 0px;

	border-style: solid;
}

.mail .text {
 font-weight: nomal;

	font-size: px;
}

.entry h2 {
 font-weight: nomal;

	font-size: px;
}

.entry h3 {
 font-weight: nomal;

	font-size: px;
}

.entry th {
 font-weight: nomal;

 font-size: px;

 border-width: 0px;

	border-style: solid;
}

.entry td {
 font-weight: nomal;

 font-size: px;

 border-width: 0px;

	border-style: solid;
}

.entry .text {
 font-weight: nomal;

	font-size: px;
}
