/**********************************************************/
/* セレクタ 全称                                          */
/**********************************************************/

* {
	/* マージン・パディング */
	margin: 0px;
	padding: 0px
	/* 表示・配置 */
	position: relative;
	top: 0px;
}

/**********************************************************/
/* セレクタ Body                                          */
/**********************************************************/

/*body, th, td {*/	/* ★IEバグ対策でth,tdを追加 */
body {	/* ★IEバグ対策でth,tdを追加 */
	/* 文字色・背景 */
	color:  #ffffff;/* 継承 */
	background-color: #ffffff;
		/* background-color: #ffffff; */	/* ★過去ページへの影響を考慮 */
	/* フォント */
	font-size: 12px;	/* 継承 */
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", serif;	/* 継承 */
	/* テキスト */
	line-height: 1.5em;	/* 継承 */
	text-align: center;	/* 継承 */	/* ★IE：ブロック要素センタリング */
	/* 幅・高さ */
	width: 100%;
	/* ボーダー */
	border-width: 0px
	/* 表示・配置 */
	position: relative;
	top: 0px;
	/* リスト */
		/* list-style-image: url(/img/sample.gif); */	/* 継承 */
	list-style-type: disc	/* 継承 */
	list-style-position: outoside;	/* 継承 */
	/* スクロールバー */
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #0000cd;
	scrollbar-track-color: #cccccc;
	scrollbar-darkshadow-color: #000000;
}

img	{
	/* ボーダー */
	border-width: 0px
}

h1{
	/* 文字色・背景 */
	color:#7c7c7c;	/* 継承 */
	/* フォント */
	font-weight: normal;	/* 継承 */
	font-size:10px;	/* 継承 */
	/* テキスト */
	line-height:15px;	/* 継承 */
}

ul {
	/* マージン・パディング */
	margin: 0;
	padding: 0;
}

li {
	/* 表示・配置 */
	display: inline;
	/* リスト */
	list-item-position: inside;
	list-style-type: none;
}

/**********************************************************/
/* セレクタ その他                                        */
/**********************************************************/

	/* a         { color:#333399; text-decoration:none; } */
/*
a:link    { color:#0000cd; text-decoration:none; }
a:visited { color:#0000cd; text-decoration:none; }
a:active  { color:#ff8c00; text-decoration:underline; }
a:hover   { color:#696969; text-decoration:underline; }
*/

/**********************************************************/
/* ID クラス                                              */
/**********************************************************/

.sample {
	/* 文字色・背景 */
	color: #000000;	/* 継承 */
	background-color: #ffffff;
	background-image: url(/img/sample.gif);
	/* フォント */
	font-weight: normal;	/* 継承 */
	font-size: 10px;	/* 継承 */
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", serif;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
	text-align: center;	/* 継承 */
	vertical-align: top;
	text-decoration: none;
	/* 幅・高さ */
	width: 100%;
	height: 5px;
	/* マージン・パディング */
	margin: 0px;
	padding: 0px;
	/* ボーダー */
	border-color: #999999;
	border-style: none;
	border-width: 0px
	/* 表示・配置 */
	position: relative;
	top: 0px;
	display: inline;
	float: left;
	clear: both;
	/* テーブル */
	table-layout: fixed;
	border-collapse: collapse;	/* 継承 */
	/* リスト */
	list-style-image: url(/img/sample.gif);	/* 継承 */
	list-style-position: outoside;	/* 継承 */
}

.header_text_1 {
	/* 文字色・背景 */
	background-image: url(/image/area/header/backg_seo_top.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height:15px;
}

.header_text_1_in {
	/* 文字色・背景 */
	color: #7c7c7c;	/* 継承 */
	background-image: url(/image/area/header/backg_seo_top.gif);
	/* フォント */
	font-size: 10px;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 800px;
	height:15px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.header_logo{
	/* 文字色・背景 */
	background-color: #ffffff;
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height:31px;
}

.header_logo_in{
	/* 幅・高さ */
	width: 800px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.header_logo_l{
	/* 幅・高さ */
	width: 240px;
	/* 表示・配置 */
	float: left;
}

.header_logo_c{
	/* 幅・高さ */
	width: 320px;
	/* 表示・配置 */
	float: left;
}

.header_logo_r{
	/* 幅・高さ */
	width: 240px;
	height:31px;
	/* 表示・配置 */
	float: right;
}

.header_logo_r_t{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 10px;	/* 継承 */
	/* 幅・高さ */
	width: 240px;
	height: 10px;
}

.header_logo_r_b{
	/* テキスト */
	line-height: 21px;	/* 継承 */
	/* 幅・高さ */
	width: 240px;
	height:21px;
}

.header_logo_r img{
	/* テキスト */
	vertical-align: middle;
}

.header_logo_r input{
	/* フォント */
	font-size: 12px;	/* 継承 */
	/* テキスト */
	vertical-align: middle;
}

.header_menu_top{
	/* 文字色・背景 */
	background-image: url(/image/area/header/backg_5px.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 5px;
	/* 表示・配置 */
	clear: both;
}

.header_menu_top_in{
	/* 文字色・背景 */
	background-color: #000000;
	background-image: url(/image/area/header/backg_5px.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 5px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 800px;
	height: 5px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.header_menu_main{
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/area/header/backg_mainmenu.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 34px;
	/* 表示・配置 */
	clear: both;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.header_menu_main_in{
	/* テキスト */
	line-height: 34px;	/* 継承 */
	text-align: left;	/* 継承 */
	/* 幅・高さ */
	width: 800px;
	height: 34px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.header_menu_main_bt{
	/* 表示・配置 */
	float: left;
}

.header_menu_sub{
	/* 文字色・背景 */
	background-color: #ffffff;
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 10px;
	/* 表示・配置 */
	clear: both;
}

.header_menu_sub_in{
	/* フォント */
	font-size: 10px;
	/* テキスト */
	line-height: 10px;	/* 継承 */
	text-align: left;	/* 継承 */
	vertical-align: bottom;
	/* 幅・高さ */
	width: 800px;
	height: 10px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	/* 表示・配置 */
	clear: both;
}

.header_menu_bottom{
	/* 文字色・背景 */
	background-image: url(/image/area/header/backg_submenu_btm.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 5px;
	/* 表示・配置 */
	clear: both;
}

.header_menu_bottom_in{
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/area/header/backg_submenu_btm.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 5px;	/* 継承 */
	/* 幅・高さ */
	width: 800px;
	height: 5px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;


}

.header_screen{
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/area/header_title/backg_topimage.jpg);
	/* テキスト */
	text-align: center;	/* 継承 */
	vertical-align: top;
	/* 幅・高さ */
	width: 100%;
	height: 180px;
	/* 表示・配置 */
	clear: both;
}

.header_screen_top{
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 7px;	/* 継承 */
	text-align: center;	/* 継承 */
	vertical-align: top;
	/* 幅・高さ */
	width: 800px;
	height: 7px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	/* 表示・配置 */
	clear: both;
}

.header_screen_middle{
	/* テキスト */
	text-align: left;	/* 継承 */
	/* 幅・高さ */
	width: 800px;
	height: 166px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	/* 表示・配置 */
	clear: both;
}

.header_screen_content{
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* 幅・高さ */
	width: 640px;
	height: 166px;
	/* 表示・配置 */
	float: left;
}

h3.header_screen_content{
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* 幅・高さ */
	width: 640px;
	height: 83px;
}

.header_screen_order{
	/* 文字色・背景 */
	background-image: url(/image/area/header/image_top_b2.jpg);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 3px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 160px;
	height: 166px;
	/* 表示・配置 */
	float: right;
}

.header_screen_order_h{
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 3px;	/* 継承 */
	text-align: center;	/* 継承 */
}

.header_screen_order_line{
	/* 幅・高さ */
	width: 160px;
	height: 6px;
	/* 表示・配置 */
	clear: both;
}

.header_screen_order_link{
	/* 幅・高さ */
	width: 100px;
	height: 15px;
	/* フォント */
	font-size: 10px;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
	text-align: left;	/* 継承 */
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.header_screen_order_domain{
	/* テキスト */
	text-align: left;	/* 継承 */
	/* 幅・高さ */
	width: 130px;
	height: 30px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.header_screen_order_domain input{
	/* フォント */
	font-size: 12px;	/* 継承 */
	/* テキスト */
	vertical-align: middle;
}

.header_screen_bottom{
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 7px;	/* 継承 */
	text-align: center;	/* 継承 */
	vertical-align: top;
	/* 幅・高さ */
	width: 800px;
	height: 7px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	/* 表示・配置 */
	clear: both;
}

.header_text_2{
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/area/header/backg_topimage_btm.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 20px;
}

.header_text_2_in{
	/* 文字色・背景 */
	color: #aeaeae;	/* 継承 */
	background-color: #ffffff;
	background-image: url(/image/area/header/backg_topimage_btm.gif);
	/* フォント */
	font-weight: normal;	/* 継承 */
	font-size: 11px;	/* 継承 */
	/* テキスト */
	line-height: 20px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 800px;
	height: 20px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.header_shadow{
	/* 文字色・背景 */
	background-image: url(/image/area/header/backg_shadow.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 15px;
}

.header_shadow_in{
	/* 文字色・背景 */
	background-image: url(/image/area/header/backg_con_shadow.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
	text-align: left;	/* 継承 */
	/* 幅・高さ */
	width: 820px;
	height: 15px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.header_shadow_in_home{
	/* 文字色・背景 */
	background-image: url(/image/area/header/backg_con_shadow_home.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
	text-align: left;	/* 継承 */
	/* 幅・高さ */
	width: 820px;
	height: 15px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.middle{
	/* 文字色・背景 */
	background-color: #ffffff;
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	/* 表示・配置 */
	clear: both;
}

.middle_in{
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(../image/backg_content_mid.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 814px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.middle_in_c{
	/* 文字色・背景 */
	background-color: #ffffff;
	/* テキスト */
	text-align: left;	/* 継承 */
	/* 幅・高さ */
	width: 800px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	/* 表示・配置 */
	overflow: hidden;	/* ★FF：floatで背景が消える対応 */
}
.middle_in_c:after {	/* ★FF：floatで背景が消える対応 */
	content: ""; display: block; clear: both; height: 1px; overflow: hidden;
}
/*\*/
* html #middle_in_c {	/* ★FF：floatで背景が消える対応 */
	height: 1em; overflow: visible;
}
/**/

.content_area{
	/* 幅・高さ */
	width: 620px;
	/* マージン・パディング */
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	/* 表示・配置 */
	overflow: hidden;
	float: left;
}

.content_area_home{
	/* 幅・高さ */
	width: 630px;
	/* マージン・パディング */
	margin: 0px;
	padding: 0px;
	/* 表示・配置 */
	overflow: hidden;
	float: left;
}

.side_menu{
	/* 幅・高さ */
	width: 160px;
	/* マージン・パディング */
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/* 表示・配置 */
	float: right;
}

.side_menu_top{
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/area/side/backg_rightside_top.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 5px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 160px;
	height: 10px;
	/* 表示・配置 */
	clear: both;
}

.side_menu_content{
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/area/side/backg_rightside_mid.gif);
	/* フォント */
	font-size: 10px;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 160px;
	/* 表示・配置 */
	clear: both;
}

.side_menu_bottom{
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/area/side/backg_rightside_btm.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 5px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 160px;
	height: 5px;
	/* 表示・配置 */
	clear: both;
}

.side_menu_spacer{
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 5px;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 5px;
	/* 表示・配置 */
	clear: both;
}

.side_menu_box_title{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	background-image: url(/image/area/side/bt_dedi2.gif);
	/* フォント */
	font-size: 11px;	/* 継承 */
	font-weight: bold;
	/* テキスト */
	line-height: 25px;	/* 継承 */
	text-align: center;	/* 継承 */
	vertical-align: middle;
	/* 幅・高さ */
	width: 140px;
	height: 25px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}

.side_menu_box_content{
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/area/side/side_bg_short.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 140px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	/* ボーダー */
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.side_menu_box_content_long{
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/area/side/side_bg_long.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 140px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	/* ボーダー */
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.side_menu_box_content_in{
	/* 文字色・背景 */
	color: #333333;	/* 継承 */
	/* フォント */
	font-size: 11px;	/* 継承 */
	/* テキスト */
	line-height: 14px;	/* 継承 */
	text-align: left;	/* 継承 */
	/* 幅・高さ */
	width: 124px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}

.side_menu_box_faq{
	/* 文字色・背景 */
	background-image: url(/image/area/side/bt_faq2.gif);
	/* テキスト */
	text-align: left;	/* 継承 */
	/* 幅・高さ */
	width: 140px;
	height: 60px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}

.side_menu_box_faq_l{
	/* 幅・高さ */
	width: 50px;
	height: 60px;
	/* 表示・配置 */
	float: left;
}

.side_menu_box_faq_r{
	/* 幅・高さ */
	width: 90px;
	height: 60px;
	/* 表示・配置 */
	float: right;
}

.side_menu_box_faq_r1{
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 6px;	/* 継承 */
	/* 幅・高さ */
	width: 90px;
	height: 6px;
}

.side_menu_box_faq_r2{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	/* フォント */
	font-size: 11px;	/* 継承 */
	font-weight: bold;
	/* テキスト */
	line-height: 16px;	/* 継承 */
	text-align: center;	/* 継承 */
	vertical-align: middle;
	/* 幅・高さ */
	width: 90px;
}

.side_menu_box_faq_r2 a:link{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
}

.side_menu_box_faq_r2 a:visited{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
}

.side_menu_box_faq_r2 a:active{
	/* 文字色・背景 */
	color: #666666;	/* 継承 */
}

.side_menu_box_faq_r2 a:hover{
	/* 文字色・背景 */
	color: #666666;	/* 継承 */
}

.side_menu_box_dic{
	/* 文字色・背景 */
	background-image: url(/image/area/side/bt_dic2.gif);
	/* テキスト */
	text-align: left;	/* 継承 */
	/* 幅・高さ */
	width: 140px;
	height: 50px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}

.side_menu_box_dic_l{
	/* 幅・高さ */
	width: 50px;
	height: 50px;
	/* 表示・配置 */
	float: left;
}

.side_menu_box_dic_r{
	/* 幅・高さ */
	width: 90px;
	height: 50px;
	/* 表示・配置 */
	float: right;
}

.side_menu_box_dic_r1{
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 6px;	/* 継承 */
	/* 幅・高さ */
	width: 90px;
	height: 8px;
}

.side_menu_box_dic_r2{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	/* フォント */
	font-size: 11px;	/* 継承 */
	font-weight: bold;
	/* テキスト */
	line-height: 16px;	/* 継承 */
	text-align: center;	/* 継承 */
	vertical-align: middle;
	/* 幅・高さ */
	width: 90px;
}

.side_menu_box_dic_r2 a:link{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
}

.side_menu_box_dic_r2 a:visited{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
}

.side_menu_box_dic_r2 a:active{
	/* 文字色・背景 */
	color: #666666;	/* 継承 */
}

.side_menu_box_dic_r2 a:hover{
	/* 文字色・背景 */
	color: #666666;	/* 継承 */
}

.side_menu_map{
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	/* マージン・パディング */
	clear: both;
}

.side_menu_map_t{
	/* 文字色・背景 */
	background-image: url(/image/area/side/side_line_top.gif);
	/* フォント */
	font-size: 1px;	/* 継承 */
	/* テキスト */
	line-height: 1px;	/* 継承 */
	/* 幅・高さ */
	width: 140px;
	height: 5px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.side_menu_map_d{
	/* 文字色・背景 */
	background-image: url(/image/area/side/side_line_down.gif);
	/* フォント */
	font-size: 1px;	/* 継承 */
	/* テキスト */
	line-height: 1px;	/* 継承 */
	/* 幅・高さ */
	width: 140px;
	height: 5px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.side_menu_map_in{
	/* 文字色・背景 */
	background-image: url(/image/area/side/side_line_back.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 140px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.side_menu_map_in_text{
	/* 文字色・背景 */
	color : #464646;	/* 継承 */
	/* フォント */
	font-size: 10px;	/* 継承 */
	/* テキスト */
	line-height: 18px;	/* 継承 */
	text-align: left;	/* 継承 */
	vertical-align: middle;
	/* 幅・高さ */
	width: 120px;
	/* マージン・パディング */
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.side_menu_map_in_text a:link{
	/* 文字色・背景 */
	color : #464646;	/* 継承 */
}

.side_menu_map_in_text a:visited{
	/* 文字色・背景 */
	color : #464646;	/* 継承 */
}

.side_menu_map_in_text a:active{
	/* 文字色・背景 */
	color : #ff3300;	/* 継承 */
}

.side_menu_map_in_text a:hover{
	/* 文字色・背景 */
	color : #ff3300;	/* 継承 */
}

.side_menu_map_in_text_2{
	/* 文字色・背景 */
	color : #4A7AAA;	/* 継承 */
	/* フォント */
	font-size: 10px;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
}

.side_menu_map_in_text_2 a:link{
	/* 文字色・背景 */
	color : #4A7AAA;	/* 継承 */
}

.side_menu_map_in_text_2 a:visited{
	/* 文字色・背景 */
	color : #4A7AAA;	/* 継承 */
}

.side_menu_map_in_text_2 a:active{
	/* 文字色・背景 */
	color : #ff3300;	/* 継承 */
}

.side_menu_map_in_text_2 a:hover{
	/* 文字色・背景 */
	color : #ff3300;	/* 継承 */
}

.footer_menu{
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/area/footer/backg_footer.gif);
	/* 幅・高さ */
	width: 100%;
	height: 40px;
	/* 表示・配置 */
	clear: both;
}

.footer_menu_in{
	/* 幅・高さ */
	width: 800px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}

.footer_menu_line{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 6px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 6px;
}

.footer_menu_main{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	/* フォント */
	font-size: 11px;	/* 継承 */
	/* テキスト */
	line-height: 14px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 14px;
}

.footer_menu_main a:link{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	/* テキスト */
	text-decoration: none;
}

.footer_menu_main a:visited{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	/* テキスト */
	text-decoration: none;
}

.footer_menu_text{
	/* 文字色・背景 */
	color: #aeaeae;	/* 継承 */
	/* フォント */
	font-size: 11px;	/* 継承 */
	/* テキスト */
	line-height: 14px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 14px;
}

.footer_menu_text a:link{
	/* 文字色・背景 */
	color: #aeaeae;	/* 継承 */
	/* テキスト */
	text-decoration: none;
}

.footer_menu_text a:visited{
	/* 文字色・背景 */
	color: #aeaeae;	/* 継承 */
	/* テキスト */
	text-decoration: none;
}

.footer_copy{
	/* 文字色・背景 */
	color: #808080;	/* 継承 */
	background-color: #ffffff;
	/* フォント */
	font-size: 11px;
	/* テキスト */
	line-height: 18px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 18px;
}

.footer_copy_line{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	background-color: #ffffff;
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 6px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 6px;
}

.footer_line{
	/* 文字色・背景 */
	background-color: #ffffff;
	/* フォント */
	font-size: 0px;	/* 継承 */
	/* テキスト */
	line-height: 0px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 1px;
}

.footer_gmo{
	/* 文字色・背景 */
	background-color: #ffffff;
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
}

.footer_gmo_line{
	/* 文字色・背景 */
	background-color: #ffffff;
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 10px;
}

.footer_gmo_in{
	/* 幅・高さ */
	width: 800px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.footer_gmo_l{
	/* 幅・高さ */
	width: 122px;
	/* 表示・配置 */
	float: left;
}

.footer_gmo_r{
	/* 幅・高さ */
	width: 660px;
	/* 表示・配置 */
	float: right;
}

.footer_system{
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	background-color: #ffffff;
	/* テキスト */	
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 10px;
	/* 表示・配置 */
	clear: both;
}

.spacer_h5{
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 5px;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	height: 5px;
	/* 表示・配置 */
	clear: both;
}

.clear{
	/* テキスト */
	line-height: 0;
	/* 幅・高さ */
	height: 0;
	/* 表示・配置 */
	clear: both;
}


/**********************************************************/
/* ID クラス home                                         */
/**********************************************************/

.sample2 {
	/* 文字色・背景 */
	color: #000000;	/* 継承 */
	background-color: #ffffff;
	background-image: url(/img/sample.gif);
	/* フォント */
	font-weight: normal;	/* 継承 */
	font-size: 10px;	/* 継承 */
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", serif;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
	text-align: center;	/* 継承 */
	vertical-align: top;
	text-decoration: none;
	/* 幅・高さ */
	width: 100%;
	height: 5px;
	/* マージン・パディング */
	margin: 0px;
	padding: 0px;
	/* ボーダー */
	border-color: #999999;
	border-style: none;
	border-width: 0px
	/* 表示・配置 */
	position: relative;
	top: 0px;
	display: inline;
	float: left;
	clear: both;
	/* テーブル */
	table-layout: fixed;
	border-collapse: collapse;	/* 継承 */
	/* リスト */
	list-style-image: url(/img/sample.gif);	/* 継承 */
	list-style-position: outoside;	/* 継承 */
}

.home_plan {
	/* 幅・高さ */
	width: 630px;
	height: 245px;
	/* 表示・配置 */
	clear: both;
}

.home_plan_l {
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	background-color: #ffffff;
	background-image: url(/image/page/home/home_plan_l.gif);
	/* フォント */
	font-weight: normal;	/* 継承 */
	font-size: 1px;	/* 継承 */
	/* テキスト */
	line-height: 1px;	/* 継承 */
	/* 幅・高さ */
	width: 19px;
	height: 245px;
	/* 表示・配置 */
	float: left;
}

.home_plan_p {
	/* 幅・高さ */
	width: 611px;
	height: 245px;
	/* 表示・配置 */
	float: right;
}

.home_plan_pa {
	/* 幅・高さ */
	width: 203px;
	height: 245px;
	/* 表示・配置 */
	float: right;
}

.home_plan_pa4 {
	/* 表示・配置 */
	float: left;
}

.home_plan_pb {
	/* 幅・高さ */
	width: 203px;
	height: 245px;
	/* 表示・配置 */
	float: right;
}

.home_plan_pb4 {
	/* 表示・配置 */
	float: left;
}

.home_plan_pc {
	/* 幅・高さ */
	width: 205px;
	height: 245px;
	/* 表示・配置 */
	float: right;
}

.home_plan_pc4 {
	/* 表示・配置 */
	float: left;
}

.home_plan_select {
	/* 幅・高さ */
	width: 630px;
	height: 122px;
	/* 表示・配置 */
	clear: both;
}

.home_plan_select_ml {
	/* 幅・高さ */
	width: 18px;
	height: 122px;
	/* 表示・配置 */
	float: left;
}

.home_plan_select_mr {
	/* 幅・高さ */
	width: 612px;
	height: 122px;
	/* 表示・配置 */
	float: right;
}

.home_plan_select_a {
	/* 幅・高さ */
	width: 304px;
	height: 122px;
	/* 表示・配置 */
	float: left;
}

.home_plan_select_b {
	/* 幅・高さ */
	width: 304px;
	height: 122px;
	/* 表示・配置 */
	float: right;
}

.home_bottom {
	/* 幅・高さ */
	width: 630px;
	/* 表示・配置 */
	clear: both;
}

.home_bottom_ml {
	/* 幅・高さ */
	width: 18px;
	/* 表示・配置 */
	float: left;
}

.home_bottom_mr {
	/* 幅・高さ */
	width: 612px;
	/* 表示・配置 */
	float: right;
}

.home_bottom_etc {
	/* 幅・高さ */
	width: 203px;
	/* 表示・配置 */
	float: left;
}

.home_bottom_etc_title {
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	/* フォント */
	font-weight: normal;	/* 継承 */
	font-size: 1px;	/* 継承 */
	/* テキスト */
	line-height: 1px;	/* 継承 */
}

.home_bottom_etc_top {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/page/home/leftside_top.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 10px;	/* 継承 */
	/* 幅・高さ */
	width: 203px;
	height: 10px;
	/* 表示・配置 */
	clear: both;
}

.home_bottom_etc_content {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/page/home/leftside_mid.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 203px;
	/* 表示・配置 */
	clear: both;
}

.home_bottom_etc_content_in {
	/* 文字色・背景 */
	color:#808080;	/* 継承 */
	/* フォント */
	font-size: 10px;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
	text-align: left;	/* 継承 */
	vertical-align:top;
	/* 幅・高さ */
	width: 180px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.home_bottom_etc_content_in a:link{
	/* 文字色・背景 */
	color:#808080;	/* 継承 */
}

.home_bottom_etc_content_in a:visited{
	/* 文字色・背景 */
	color:#808080;	/* 継承 */
}

.home_bottom_etc_bottom {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/page/home/leftside_btm.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 10px;	/* 継承 */
	/* 幅・高さ */
	width: 203px;
	height: 10px;
	/* 表示・配置 */
	clear: both;
}

.home_bottom_news {
	/* 幅・高さ */
	width: 403px;
	/* 表示・配置 */
	float: right;
}

.home_bottom_news_top {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/page/home/backg_whatsnew_top.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 10px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 403px;
	height: 34px;
	/* 表示・配置 */
	clear: both;
}

h2.home_bottom_news_top_h {
	/* 文字色・背景 */
	color: #ffffff;	/* 継承 */
	/* フォント */
	font-weight: normal;	/* 継承 */
	font-size: 1px;	/* 継承 */
	/* テキスト */
	line-height: 5px;	/* 継承 */
}

.home_bottom_news_content {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/page/home/backg_whatsnew_mid.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 403px;
	/* 表示・配置 */
	clear: both;
}

.home_bottom_news_content_in {
	/* 文字色・背景 */
	color:#808080;	/* 継承 */
	/* フォント */
	font-size: 10px;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
	text-align: left;	/* 継承 */
	vertical-align:top;
	/* 幅・高さ */
	width: 380px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.home_bottom_news_content_all {
	/* 文字色・背景 */
	color:#808080;	/* 継承 */
	/* フォント */
	font-weight: normal;	/* 継承 */
	font-size: 11px;	/* 継承 */
	/* テキスト */
	text-align: right;	/* 継承 */
}

.home_bottom_news_content_img {
	/* 幅・高さ */
	width: 75px;
	height: 15px;
	/* 表示・配置 */
	float: left;
}

.home_bottom_news_content_title {
	/* 文字色・背景 */
	color:#3c3c3c;	/* 継承 */
	/* フォント */
	font-weight: bold;	/* 継承 */
	font-size: 10px;	/* 継承 */
	/* テキスト */
	line-height: 15px;
	text-align: left;	/* 継承 */
}

.home_bottom_news_content_title a:link{
	/* 文字色・背景 */
	color:#3c3c3c;	/* 継承 */
}

.home_bottom_news_content_title a:visited{
	/* 文字色・背景 */
	color:#3c3c3c;	/* 継承 */
}

.home_bottom_news_content_doc {
	/* 文字色・背景 */
	color:#808080;	/* 継承 */
	/* フォント */
	font-size: 9px;	/* 継承 */
	/* テキスト */
	line-height: 10px;
	vertical-align: middle;
	/* マージン・パディング */
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px;
	/* 表示・配置 */
	clear: both;
}

.info_bottom_news_content_doc {
	/* 文字色・背景 */
	color:#606060;	/* 継承 */
	/* フォント */
	font-size: 10px;	/* 継承 */
	/* テキスト */
	line-height: 10px;
	vertical-align: middle;
	/* マージン・パディング */
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px;
	/* 表示・配置 */
	clear: both;
}

.home_bottom_news_content_line {
	/* 文字色・背景 */
	background-color:#ffffff;
	background-image:url(/image/element/line/line_yoko.gif);
	/* フォント */
	font-size: 1px;	/* 継承 */
	/* テキスト */
	line-height: 1px;
	/* 幅・高さ */
	height: 1px;
}

.home_bottom_news_bottom {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/page/home/backg_whatsnew_btm.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 10px;	/* 継承 */
	/* 幅・高さ */
	width: 403px;
	height: 10px;
	/* 表示・配置 */
	clear: both;
}

/**********************************************************/
/* ID クラス サブ                                         */
/**********************************************************/

.content_area_half{
	/* テキスト */
	text-align: left;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	/* 表示・配置 */
	clear: both;
	overflow: hidden;	/* ★FF：floatで背景が消える対応 */
}
.content_area_half:after {	/* ★FF：floatで背景が消える対応 */
	content: ""; display: block; clear: both; height: 1px; overflow: hidden;
}
/*\*/
* html #content_area_half {	/* ★FF：floatで背景が消える対応 */
	height: 1em; overflow: visible;
}
/**/

.content_area_half_l{
	/* 幅・高さ */
	width: 305px;
	/* 表示・配置 */
	overflow: hidden;
	float: left;
}

.content_area_half_r{
	/* 幅・高さ */
	width: 305px;
	/* 表示・配置 */
	overflow: hidden;
	float: right;
}

.content_area_icon_3px{float:left; margin-right:3px; margin-bottom:3px;}
.content_area_icon_3px_r{float:left; margin-right:0px; margin-bottom:3px;}
.content_area_icon_4px{float:left; margin-right:4px; margin-bottom:4px;}
.content_area_icon_4px_r{float:left; margin-right:0px; margin-bottom:4px;}
.content_area_spec table{font-size:11px; line-height:13px;}
.content_area_small {font-size:9px; line-height:11px;}


.half_box {
	/* 幅・高さ */
	width: 305px;
	/* 表示・配置 */
	clear: both;
}

.half_box_top {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/element/box305/box_305_top.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 10px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 305px;
	height: 10px;
	/* 表示・配置 */
	clear: both;
}

.half_box_content {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/element/box305/box_305_mid.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 305px;
	/* 表示・配置 */
	clear: both;
}

.half_box_content_in {
	/* 文字色・背景 */
	color:#808080;	/* 継承 */
	/* フォント */
	font-size: 10px;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
	text-align: left;	/* 継承 */
	vertical-align:top;
	/* 幅・高さ */
	width: 248px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.half_box_bottom {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/element/box305/box_305_btm.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 10px;	/* 継承 */
	/* 幅・高さ */
	width: 305px;
	height: 10px;
	/* 表示・配置 */
	clear: both;
}

.box_555g {
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 100%;
	/* 表示・配置 */
	clear: both;
}

.box_555g_in {
	/* 幅・高さ */
	width: 555px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.box_555g_top {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/element/box555/box_555g_top.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 10px;	/* 継承 */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 555px;
	height: 10px;
	/* 表示・配置 */
	clear: both;
}

.box_555g_content {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/element/box555/box_555g_mid.gif);
	/* テキスト */
	text-align: center;	/* 継承 */
	/* 幅・高さ */
	width: 555px;
	/* 表示・配置 */
	clear: both;
}

.box_555g_content_in {
	/* 文字色・背景 */
	color:#808080;	/* 継承 */
	/* フォント */
	font-size: 10px;	/* 継承 */
	/* テキスト */
	line-height: 15px;	/* 継承 */
	text-align: center;	/* 継承 */
	vertical-align:top;
	/* 幅・高さ */
	width: 545px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.box_555g_bottom {
	/* 文字色・背景 */
	background-color: #ffffff;
	background-image: url(/image/element/box555/box_555g_btm.gif);
	/* フォント */
	font-size: 3px;	/* 継承 */
	/* テキスト */
	line-height: 10px;	/* 継承 */
	/* 幅・高さ */
	width: 555px;
	height: 10px;
	/* 表示・配置 */
	clear: both;
}

.box_555g_spacer {
	/* 幅・高さ */
	width: 120px;
}


/*
#container{
	width: 690px;
	margin: 0 auto;
	text-align: left;
}

#inner{
	margin: 0 10px;
}

.CenterLeft{
	width: 330px;
	float: left;
}

.CenterRight{
	width: 330px;
	float: right;
}

.LeftC{
	width: 160px;
	float: right;
}

.left{
	width: 160px;
	float: left;
}

.RightC{
	width: 160px;
	float: left;
}

.right{
	width: 160px;
	float: right;
}

.clear{
	clear: both;
	line-height: 0;
	height: 0;
}
*/

/* 削除・改変不可 */
/* ただし、フォントサイズ・色、1行の高さ等デザインに関する変更可能です */
#CSSCopyright{
	font-size: 10px;
}

/**********************************************************/
/* GMOフッター用CSS                                       */
/**********************************************************/

div#gmo_foot {background: #ffffff left top;}
div#gmo_link {padding-right: 10px; padding-left: 0px; font-size: 10px; padding-bottom: 0px; margin: 0px; line-height: 13px; padding-top: 0px; list-style-type: none; text-align: left;}
.gmo_link a:link {text-decoration:underline; color:#003366;}
.gmo_link a:visited {text-decoration:underline; color:#003366;}
ul#gmo_ul {padding-right: 10px; padding-left: 0px; font-size: 10px; padding-bottom: 0px; margin: 0px; line-height: 1.4em; padding-top: 0px; list-style-type: none; text-align: left;}
ul#gmo_ul li {display: inline; margin-right: 0.5em; text-shadow: #00c 0.1em 0.1em 0.1em;}
ul#gmo_ul a.link {padding-left: 11px; background: url(http://img.gmo.jp/footer/img/link.gif) no-repeat; margin-left: 0.5em;}
ul#gmo_ul a.link:hover {background: url(http://img.gmo.jp/footer/img/link_hover.gif) no-repeat;}
ul#gmo_ul li a {font-size: 10px;}
li#gmo_service {font-weight: bold; margin-right: 1em; text-shadow: #000 0.2em 0.2em 0.2em;}
div#gmo_copy {clear: both; font-size: 10px; padding-top: 5px; font-family: verdana; text-align: center;}
div#gmo_eng {font-size: 10px; padding-top: 15px; font-family: verdana;}



/**********************************************************/
/* 未整理                                                 */
/**********************************************************/
#my_new_title_service_light { position: relative; width:100%; top: 0px; background-color: #2cd8fe;}
#my_new_title_service_standard { position: relative; width:100%; top: 0px; background-color: #96d403;}
#my_new_title_service_enterprise { position: relative; width:100%; top: 0px; background-color: #ffc416;}


body {	
	margin: 0px;
	padding: 0px;
	color: #3c3c3c;
	background-color: #ffffff;
	font-size: 12px;
	font-family:  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", serif;
	line-height: 1.5em;
	text-align: center;
	width: 100%;
	border-width: 0px
	list-style-type: disc;
	list-style-position: outoside;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #0000ff;
	scrollbar-track-color: #cccccc;
	scrollbar-darkshadow-color: #000000;
}
	a:link    { color:#0000cd; text-decoration:none; }
	a:visited { color:#0000cd; text-decoration:none; }
	a:active  { color:#ff8c00; text-decoration:underline; }
	a:hover   { color:#696969; text-decoration:underline; }

h1      {
	font-size:10px;
	color: #7c7c7c;
	font-weight: normal;
	letter-spacing:0px;
	margin:0px;
	padding: 0px;
	height: 15px;}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}

.seo_top {
	background-image: url(../image/backg_seo_top.gif);
	text-align: center;
	line-height:15px;
	height: 15px;
	padding: 0px;
}

.head_top{
	background-image: url(../image/backg_head_top.gif);
	width: 814px;
	height: 54px;
	margin: 0px;
	padding: 0px;
	/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.head_logo_left{
	margin-top:11px;
	margin-left:10px;
	padding-top:11px;
	padding-left:10px;
	float: left;
}
.head_logo_center{
	font-weight:bold;
	font-size:12px;
	color:#2929FE;
	margin:15px 0px 0px 5px;
	padding:15px 0px 0px 5px;
	float: left;
}
.head_logo_right{
	margin-top:15px;
	margin-left:95px;
	padding-top:15px;
	padding-left:95px;
	float: left;
}

.head_btm{
	background-image: url(../image/backg_head_btm.gif);
	width: 814px;
	height: 18px;
	margin: 0px;
	padding: 0px;
/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.menu_main{
	width: 814px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.menu_btm{
	background-image: url(../image/backg_mn_btm.gif);
	text-align: left;
	width: 814px;
	height: 9px;
	margin: 0px;
	padding: 0px;
/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.content_mid{
	background-image: url(../image/backg_content_mid.gif);
	text-align: left;
	width: 814px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
/* マージン・パディング */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.pt_orange_mid{
	width: 205px;
	background-image: url(../image/pt_orange_mid.gif);
	vertical-align:top;
	text-align: left;
	color: #ffffff;
	font-size:12px;
	line-height: 15px;
}

.pt_pink_mid{
	width: 205px;
	background-image: url(../image/pt_pink_mid.gif);
	vertical-align:top;
	text-align: left;
	color: #ffffff;
	font-size:12px;
	line-height: 15px;
}

.pt_blue_mid{
	width: 205px;
	background-image: url(../image/pt_blue_mid.gif);
	vertical-align:top;
	text-align: left;
	color: #ffffff;
	font-size:12px;
	line-height: 15px;
}

.pt_text{
	text-align: left;
	color: #ffffff;
	font-size:13px;
	line-height: 15px;
}

.pt_link_mid{
	width: 160px;
	background-image: url(../image/pt_link_mid.gif);
	vertical-align:top;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
}

.line_black{
	background-image: url(../image/line_black.gif);
}

.line_gray{
	background-image: url(../image/line_gray.gif);
}



.top_box{
	width:280px;
}

.top_mr {
	width:300px;
	background:url(../image/top_mr.jpg) no-repeat;
	padding:10px 10px 0px 10px;
}

.top_mrb {
	width:300px;
	height:10px;
	background:url(../image/top_mrb.jpg) no-repeat;
}

.top_vps {
	width:300px;
	background:url(../image/top_vps.jpg) no-repeat;
	padding:10px 10px 0px 10px;
}


.top_vpsb {
	width:300px;
	height:10px;
	background:url(../image/top_vpsb.jpg) no-repeat;
}

.top_func{
	width: 600px;
	height: 40px;
	text-align:right;
	padding:5px 20px 0 0;
	background:url(../image/top_p2.gif) no-repeat;
}

.top_funct{
	width:580px;
}

.pt_osusume_mid{
	width: 600px;
	height: 35px;
	text-align: center;
	background-image: url(../image/pt_osusume_mid.gif);
}

.pt_osusume_title{
	width: 60px;
	vertical-align:top;
}

.pt_osusume_text{
	text-align: left;
	font-size:12px;
	line-height: 15px;
}

.content_btm{
	background-image: url(../image/backg_content_btm.gif);
	text-align: left;
	width: 814px;
	height: 14px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;

}

.footer{
	color: #3c3c3c;
	background-color: #ffffff;
	width: 814px;
	height: 35px; 
	TEXT-ALIGN: center;
 margin-right: auto;
 margin-left: auto;
}

.footer_left{
	font-size:12px;
	color: #7c7c7c;
	margin-top:2px;
	margin-left:10px;
	padding-top:2px;
	padding-left:10px;
	/* float: left; */
/* マージン・パディング */
 margin-right: auto;
 margin-left: auto;
 padding: 0px;
 TEXT-ALIGN: center;

.footer_right{
	font-size:12px;
	color: #7c7c7c;
	margin-top:2px;
	margin-left:50px;
	padding-top:2px;
	padding-left:50px;
	/* float: left; */


/* マージン・パディング */
 margin-right: auto;
 margin-left: auto;
 padding: 0px;
 TEXT-ALIGN: center;
}


