@charset "UTF-8";
/* CSS Document */
/* テキストカラー */
.gray {
	color:#666;
}
.red {
	color:#dd3333;
}
.blue {
	color:#2053ad;
}
.green {
	color:#3b83ba;
}
.brown {
	color:#5c2927;
}
.gold {
	color:#e7d9a4;
}
/* テキストリンク */
a:link {
	color:#dd3333;
	text-decoration:none;
}
a:visited {
	color:#ee4444;
	text-decoration:none;
}
a:hover {
	color:#f00;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
.nc_link a:link {
	color:#666;
	text-decoration:none;
}
.nc_link a:visited {
	color:#777;
	text-decoration:none;
}
.nc_link a:hover {
	color:#aaa;
	text-decoration:none;
}
.nc_link a:active {
	color:#f00;
	text-decoration:none;
}
.ptlink a:link {
	color:#333;
	text-decoration:none;
}
.ptlink a:visited {
	color:#444;
	text-decoration:none;
}
.ptlink a:hover {
	color:#dd3333;
	text-decoration:none;
}
.ptlink a:active {
	color:#f00;
	text-decoration:none;
}
/* 背景設定 */
html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
	color:#333;
	background-color:#fff;
	background-repeat:repeat-x;
}
body.index {
	background-image:url(../images/bg_index.png);
}
body.page {
	background-image:url(../images/bg_page.png);
}
/* ヘッダーの設定 */
#header {
	width:800px;
	height:100px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
#header h2 a {
	display:block;
	position:absolute;
	top:25px;
	left:0;
	width:128px;
	height:55px;
	background-image:url(../images/hd_logo.png);
	text-indent:-9999px;
	font-size:0em;
}
#header h1 {
	font-size:85%;
	font-weight:normal;
	color:#ccc;
	line-height:100px;
	padding-left:158px;
}
#header h3 {
	position:absolute;
	top:25px;
	right:0;
	width:141px;
	height:16px;
	background-image:url(../images/hd_tel.png);
	text-indent:-9999px;
	font-size:0em;
}
/* ヘッダナビの設定*/
.hnavi {
	position:absolute;
	width:263px;
	height:23px;
	right:0;
	top:57px;
}
.hnavi li {
	float:left;
	height:23px;
}
.hnavi li a {
	display:block;
	height:23px;
	background-image:url(../images/hw.gif);
	text-indent:-9999px;
	font-size:0em;
}
.hnavi li.hw1 {
	width:70px;
}
.hnavi li.hw1 a {
	width:70px;
}
.hnavi li.hw2 {
	width:89px;
}
.hnavi li.hw2 a {
	width:89px;
	background-position:-70px 0;
}
.hnavi li.hw3 {
	width:104px;
}
.hnavi li.hw3 a {
	width:104px;
	background-position:-159px 0;
}
/* グローバルナビの設定*/
.gnavi {
	width:800px;
	height:51px;
	margin:0 auto 20px;
	background-image:url(../images/gnavi.gif);
	text-align:left;
}
.gnavi li {
	float:left;
	width:135px;
	height:51px;
}
.gnavi li a {
	display:block;
	width:124px;
	height:51px;
	background-image:url(../images/gnavi.gif);
	text-indent:-9999px;
	font-size:0em;
}
.gnavi li.gw1 a {
	background-position:0 -51px;
}
.gnavi li.gw2 a {
	background-position:-135px -51px;
}
.gnavi li.gw3 a {
	background-position:-270px -51px;
}
.gnavi li.gw4 a {
	background-position:-405px -51px;
}
.gnavi li.gw5 a {
	background-position:-540px -51px;
}
.gnavi li.gw6 {
	width:124px !important;
}
.gnavi li.gw6 a {
	background-position:-675px -51px;
}
/* コンテナの設定 */
#container {
	width:800px;
	margin:0 auto;
	text-align:left;
}
#side {
	float:left;
	width:180px;
}
#doc {
	float:right;
	width:590px;
}
/* サイドの設定 */
h3.trial {
	margin-bottom:20px;
}
h3.trial a {
	display:block;
	width:180px;
	height:50px;
	background-image:url(../images/trial.gif);
	text-indent:-9999px;
	font-size:0em;
}
.choice {
	margin-bottom:10px;
}
.choice h3 {
	width:180px;
	height:30px;
	background-image:url(../images/sv_tx.gif);
	text-indent:-9999px;
	font-size:0em;
}
.choice dt {
	width:180px;
	height:26px;
	text-indent:-9999px;
	font-size:0em;
}
.choice dt.cx1 {
	background-image:url(../images/sv_asp.gif);
}
.choice dt.cx2 {
	background-image:url(../images/sv_server.gif);
}
.choice dd {
	float:left;
	width:180px;
	height:33px;
	border-bottom:1px solid #fff;
}
.choice dd.cw1, .choice dd.cw3 {
	border-bottom:1px dotted #ccc;
}
.choice dd a {
	display:block;
	width:180px;
	height:33px;
	background-image:url(../images/svw.gif);
	text-indent:-9999px;
	font-size:0em;
}
.cw2 a {
	background-position:0 -33px;
}
.cw3 a {
	background-position:0 -66px;
}
.cw4 a {
	background-position:0 -99px;
}
h3.guide {
	margin-bottom:20px;
}
h3.guide a {
	display:block;
	width:180px;
	height:180px;
	background-image:url(../images/guide.png);
	text-indent:-9999px;
	font-size:0em;
}
h3.download {
	margin-bottom:20px;
}
h3.download a {
	display:block;
	width:180px;
	height:50px;
	background-image:url(../images/download.gif);
	text-indent:-9999px;
	font-size:0em;
}
.subnavi {
	padding:20px 0 15px;
	border-top:1px dotted #ccc;
}
.history {
	padding-bottom:15px;
}
.history h4 {
	font-size:100%;
	border-bottom:1px solid #999;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#666;
}
.subnavi li, .history li {
	background-image:url(../images/pt_link.gif);
	background-repeat:no-repeat;
	background-position:10px 0.3em;
	padding:0 0 5px 18px;
	font-size:93%;
}
.bq1 {
	padding-left:38px !important;
	background-position:30px 0.35em !important;
}
/* コンテンツ部共通の設定 */
h3.sub {
	width:575px;
	height:24px;
	background-image:url(../images/sub_bg.gif);
	color:#fff;
	font-size:108%;
	padding:9px 0 0 15px;
	margin-bottom:20px;
}
h4.sub {
	background-color:#ddd;
	color:#333;
	padding:7px 0 5px 15px;
	margin:0 10px 20px;
}
.title {
	width:590px;
	height:110px;
	background-image:url(../images/title_bg.png);
	margin-bottom:20px;
}
.title h2 {
	width:590px;
	height:80px;
	background-repeat:no-repeat;
	background-position:30px 25px;
	text-indent:-9999px;
	font-size:0em;
}
.title p {
	font-size:85%;
	color:#666;
	padding-left:15px;
}
/* ブログのタイトル */
.blogtitle {
	width:590px;
	height:110px;
	background-image:url(../images/title_bg.png);
	margin-bottom:20px;
}
.blogtitle h2 {
	width:590px;
	height:60px;
	background-repeat:no-repeat;
	margin-left:20px;
	font-size:1.5em;
	color:#FFFFFF;
}
.blogtitle p {
	font-size:85%;
	color:#666;
	padding-left:15px;
}
	
/* ページトップの設定 */
.pagetop {
	float:right;
	width:118px;
	height:21px;
	padding-bottom:5px;
	background-repeat:no-repeat;
}
.pagetop a {
	display:block;
	width:118px;
	height:21px;
	background-image:url(../images/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* フッタの設定 */
#footer {
	clear:both;
	margin:0 auto;
	background-image:url(../images/ft_bg.gif);
	background-repeat:repeat-x;
}
.ft_box {
	width:800px;
	margin:0 auto;
	min-height:100px;
	height:auto !important;
	height:100px;
	text-align:left;
}
.copyright {
	text-align:right;
	padding:20px 0;
	color:#999;
	font-size:77%;
}
#footer ul {
	padding:20px 0;
}
#footer li {
	float:left;
	background-image:url(../images/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.3em;
	padding:0 20px 0 8px;
	font-size:93%;
}
/* ボックス設定 */
.box0 {
	width:590px;
	line-height:1.7;
}
.box1 {
	width:570px;
	margin-left:10px;
	line-height:1.7;
}
.box2 {
	width:550px;
	margin-left:20px;
	line-height:1.7;
}
.line {
	clear:both;
	width:570px;
	margin-left:10px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2 {
	clear:both;
	width:550px;
	margin-left:20px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
* html .line {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
* html .line2 {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
/* テーブルの設定 */
.table1 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table1 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	vertical-align:top;
	margin:0;
}
.table1 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	white-space:nowrap;
	color:#3b83ba;
	text-align:right;
	vertical-align:top;
	margin:0;
}
.table2 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	vertical-align:top;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	color:#666;
	background-color:#eee;
	white-space:nowrap;
	text-align:center;
}
.link_tx {
	background-image:url(../images/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.55em;
	padding:0 0 5px 7px;
	line-height:1.6;
}

