@charset "shift_jis";


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、白っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
	overflow: scroll;
	background-image: url(images/header_bgimg.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 2;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-position: left 30px;
}
a {
	color: #CC0000;
}

ul {
	list-style-type: none;
}

li {
	background-image: url(images/gray_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-left: -20px;
}

td,th {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 2;
}
h1,h2,h3,p{
	margin: 0px;
	padding: 0px;
}


img {
	border: none;
}

h3 {
	text-align:left;
}

.color1 {
	color: #990000;
	font-size: 10px;
	font-weight: normal;
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}


/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	margin: 0px auto;
	width: 1010px;
	padding-right: 4px;
	padding-left: 4px;
	text-align:left;
}


/*ヘッダー
------------------------------------------------------------------------------------------*/
#header {

}
#header h1 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#header a {
	color: #333333;
	text-decoration: none;
}
#main #right_box {
	float: right;
	width: 240px;
	margin-right: 5px;
	padding-top: 35px;
}
#main #right_box img {
	margin-bottom: 10px;
}

#main #right_box #title {
	background-image: url(images/right_title_bg.gif);
	background-repeat: repeat-x;
	background-color: #F0F4FC;
	font-weight: bold;
	color: #336699;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2C6CA0;
	border-right-color: #2C6CA0;
	border-left-color: #2C6CA0;
}
#main #right_box #contents {
	background-color: #FFFFFF;
	color: #336699;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2C6CA0;
	border-left-color: #2C6CA0;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C6CA0;
}
#main #right_box a {
	color: #336699;
	text-decoration: none;
}
#main #right_box a:hover {
	text-decoration: underline;
}
#header a:hover {
	text-decoration: underline;
}
#header table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header td {
	margin: 0px;
	padding: 0px;
}
#header_title {
	width: 1010px;
}

#header_img {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	width: 900px;
	margin: 0px;
}

#header_img img {
	border: 5px solid #B2B4BF;
}

#header td {
	margin: 0px;
	padding: 0px;
	color:#000000;
}

/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


/*ナビメニュー（メインメニューの右上にある小さなメニュー）
------------------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 76px;
	right: 4px;
	line-height: 26px;
	background: url(images/nav_bg.gif);
	padding-left: 50px;
	font-size: 11px;
}
#nav li {
	float: left;
	width: 10em; /*IE7のメイリオフォントだと8em（8文字）分にしか表示されないので注意*/
	overflow: hidden;
	height: 21px;
}
#nav li a {
	color: #999999;
	text-decoration: none;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 13px;
}
#nav a:hover {
	color: #BB000F;
}


/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	width: auto;
	background-color: #FFFFFF;
}
#main h3{
	width: 100%;
	background-color: #CCCCCC;
	background-image: url(images/sub_title_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 16px;
	margin-top: 10px;
}

#main table {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-collapse: collapse;
	width: 992px;
}


#main th {
	margin: 0px;
	padding: 0px;
	color:#000000;
	border-collapse: collapse;
	background-color: #E9F8F8;
}
/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #F9F9F9;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 264px;
	margin-top: 15px;
	padding-bottom: 40px;
}

#sub h3 {
	font-size: 100%;
	background: #F9F9F9;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 34px;
	margin-top: 5px;
}
#footer a {
	color: #000000;
	text-decoration: none;

}
#footer a:hover {
	color: #000000;
	text-decoration:underline;

}
#footer #copyright {
	padding-top: 85px;
}


#mailform {
	font-size: 12px;
}

#mailform table {
	width: 870px;
	background-color: #ffffff;
	border-collapse: collapse;
	}

#mailform td{
	font-size: 12px;
	border: 1px solid #E0DFE3;
	padding: 5px;
}
#mailform th{
	margin: 0px;
	padding: 5px;
	color:#000000;
	border-collapse: collapse;
	background-color: #E9F8F8;
	border: 1px solid #E0DFE3;
}



#main_contents p {
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 3px;
}
#main_contents table {
	border: 1px solid #E0DFE3;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

#main_contents {
	text-align: center;
}


#main_contents th {
	border: 1px solid #E0DFE3;
	border-collapse: collapse;
	background-color: #F5F4F7;
	text-align: center;
}

#main_contents td {
	border: 1px solid #E0DFE3;
	border-collapse: collapse;
	letter-spacing: 1px;
}
.price {
	font-size: 16px;
	font-weight: bold;
	color: #10109F;
	letter-spacing: 2px;
	text-align: center;
}

.aka {
	color: #FF0000;
}


#main_contents .title {
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	font-size: 13px;
	background-color: #F3F2F4;
	width: auto;
	padding: 5px;
	text-align: left;
}
#main_contents .text {
	color: #333333;
	font-size: 13px;
	margin-bottom: 20px;
	width: 750px;
	text-align: left;
}

#main_contents img {
}
#main_contents .text_title_adsl {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FF0000;
	width: 750px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-left: 10px;
	text-align: left;
}
#main_contents .text_title_kanyuken {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #6DCF1D;
	width: 750px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339900;
	text-align: left;
}

#main_contents #provider {
	padding: 0px;
	width: 700px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
#main_contents #provider img {
	margin-right: 0px;
}
#main_contents #provider td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#grayframe {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#grayframe div{
	border: 1px solid #CCCCCC;
}
.bggray {
	background-color: #F3F3F3;
}

.bgwhite {
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
}
.border_white {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#container #main #main_contents img {
	margin-top: 15px;
	margin-bottom: 15px;
}

.bord_right {
	text-align:left;
}
