@charset "utf-8";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#F8F8FF;
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

a:link    { Color: #0000cc; text-decoration: none; }
a:visited { color: #0000cc; text-decoration: none; }
a:hover   { color: #ff0000; text-decoration: underline; }
a:active  { color: #0000cc; text-decoration: none; }

.top
{
   display: block;
   width: 50px;
   height: 16px;
   background-image: url('../images/top.gif');
   background-repeat: no-repeat;
   text-indent: -4096px;
}

/*
-------------------------------------------------------------------------------------------*/
.custom_box {
    width:160px;
    height:120px;
 padding:5px;
}

.float
{
 padding:0.2em;
 float: left;
 margin-right: 1em;
}
.floatclear
{
 clear: both;
}


ul{
	list-style-type: none;
}

img {
	border: none;
}

.fla {
	text-align: center;
	height: 200px;
	background: #000102;
	padding-top: 100px;
	color: #999999;
}

.color1 {
	color: #0D3F69;
}

.look {
	background: #e8edf1;
}



/*コンテナー（HP全体の枠組み）
-------------------------------------------------------------------------------------------*/
#container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../images/container_bg.gif) repeat-y;
}




/*ヘッダー
-------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	background: #003561 url(../images/header_bg.jpg) no-repeat;
}

#header h1 {
	font-size: 10px;
	color: #fafafa;
	line-height: 1.2;
	position: absolute;
	left: 20px;
	top: 5px;
	font-weight: normal;
}

#header img {
	vertical-align: top;
	padding-top: 18px;
}

#side_link {
	position: absolute;
	left: 830px;
	top: 5px;
}
/*キャンペーン用上乗せ画像
-------------------------------------------------------------------------------------------*/
#camp_img1 {
	position: absolute;
	left: 155px;
	top: 475px;
}

#camp_img2 {
	position: absolute;
	left: 155px;
	top: 845px;
}


/*ナビメニュー
-------------------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 72px;
	right: 0px;
	line-height: 26px;
	background: url(../images/nav_bg.gif);
	padding-left: 50px;
	font-size: 11px;
}

#nav li {
	float: left;
	width: 8em;
	overflow: hidden;
	height: 21px;
}

#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/arrow1.gif) no-repeat left center;
	padding-left: 13px;
}

#nav a:hover {
	color: #e60012;
	background: url(../images/arrow1.gif) no-repeat 2px center;
}



/*メインメニュー
-------------------------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	height: 66px;
	width: 150px;
}
ul#menu img {
	vertical-align: top;
}



/*コンテンツ
-------------------------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*メインコンテンツ
-------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 570px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline;
	position: relative;
}

#main h2 {
	background: #00539A url(../images/h2_bg.gif) no-repeat;
	height: 45px;
	font-size: 110%;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 45px;
	overflow: hidden;
}

#main p {
	padding: 0.5em 10px 1em;
}

#main a {
	color: #000000;
}

#main a:hover {
	color: #e60012;
}



/*メインコンテンツ内の「BLOG RSS」部分
-------------------------------------------------------------------------------------------*/
#main dl.blog {
	width: 548px;
/*	height: 410px;*/
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #e8edf1;
}

#main dt {
	font-weight: bold;
	color: #0D3F69;
}

#main dd {
	border-bottom: 1px dotted #1D5F87;
	width: 97%;
}


/*メインコンテンツ内の「新着情報」部分
-------------------------------------------------------------------------------------------*/
#main dl.new {
	width: 548px;
	height: 130px;
/*	height: auto;		/*新着情報ボックスの高さ*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #e8edf1;
}

#main dt {
	font-weight: bold;
	color: #0D3F69;
}

#main dd {
	border-bottom: 1px dotted #1D5F87;
	width: 97%;
}


#main dl.topics {
	width: 548px;
/*	height: 180px;*/
	height: auto;		/*新着情報ボックスの高さ*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #e8edf1;
}

#main dt {
	font-weight: bold;
	color: #0D3F69;
}

#main dd {
	border-bottom: 1px dotted #1D5F87;
	width: 97%;
}

/*サービス内容テーブル設定
-------------------------------------------------------------------------------------------*/

#main table {
	width: 548px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#main table td {
	line-height: 120%; 
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#main table th {
	background-color: #EFEDE7;
	line-height: 120%; 
	padding: 7px;
	width: 150px;
	text-align: left;
	border: 1px solid #EAE8DF;
}
#main form table th {
	width: 150px;
}


.service {
	width: 548px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.service td {
	text-align: center;
	font-weight: bold;
	line-height: 120%; 
	padding: 5px;
	border: 1px solid #EAE8DF;
}
.service th {
	background-color: #EFEDE7;
	line-height: 120%; 
	padding: 7px;
	width: 150px;
	text-align: left;
	border: 1px solid #EAE8DF;
}
.form service th {
	width: 150px;
}

/*ボックスコンテンツ
-------------------------------------------------------------------------------------------*/
.box {
	width: 570px;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px dashed #0D3F69;
	margin-bottom: 10px;
	width: 100%;
}

.box td{
	padding-bottom: 10px;
	vertical-align: top;
}

.box h4 {
	border-bottom: 1px solid #0D3F69;
	border-left: 4px solid #0D3F69;
	padding-left: 5px;
	font-size: 120%;
	position: relative;
}

.box h4 span {
	position: absolute;
	right: 0px;
	color: #e60012;	
}

.box img {
	padding: 4px;
	border: 1px solid #cccccc;
	margin: 2px;
}

.box a:hover img {
	border: 1px solid #333333;
}

/*サブコンテンツ（右側ブロック）
-------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 270px;
	color: #000000;
	background: #F8F8FF;
	margin: 15px 15px 15px;
	display: inline;
}

#sub a {
	color: #000000;
	background: #F8F8FF;
}

#sub a:hover {
	color: #e60012;
}

#sub p {
	padding-top: 0.5em;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1em;
}

#sub h3 {
	background: #000203 url(../images/h3_back.jpg) repeat-x top;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 100%;
}

/*フッター
-------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background: #000102;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
	background-color:#F8F8FF;
}

#footer a {
	color: #000000;
}



.c_table	{
width:100%;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
border-top:1px dotted #999999;
}
.c_table th	{
width:25%;padding:4px 2px 2px 4px;
text-align:left;vertical-align:top;color:#666666;
background-color:#EEEEEE;
border-bottom:1px dotted #999999;border-left:5px solid #FF9900;
}
.c_table td	{
padding:4px 2px 2px 4px;
border-bottom:1px dotted #999999;border-left:3px double #CCCCCC;
}

