@charset "shift_jis";

/*
---------------------------------------------------------------------------
■created by SO-Bladez Co.,Ltd.
■archi team
---------------------------------------------------------------------------*/

body {
	color: #333333;	/*全般の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*全般の文字サイズ、行間、フォント指定*/
	background: #FFFFFF;	/*背景色*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/* Link All setting ---------------------------------------------------------------------------*/
a {
	color: #333333;	/*リンクテキストの文字色*/
}
a:hover {
	color: #C00000;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/* contena:HP for the block）------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 975px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/* hadder:logo into block----------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 100%;
	height: 96px;		/*ヘッダーの高さ*/
	position: relative;
	padding-bottom: 1px;	/*ヘッダー下に余白*/
}
/* h1 tag setting*/
#header h1 {
	font-size: 12px;			/*文字サイズ*/
	font-weight: normal;	/*文字の太さを標準にする。hタグのデフォルトの太字がいいならこの１行削除。*/
	text-align: right;		/*右よせ*/
	line-height: 10px;		/*行間*/
	position: absolute;
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置*/
	top: 10px;	/*ヘッダーブロックに対して上から10pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
}
/*logo image setting*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
}

/* main manu for images-----------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	height: 50px;
	width: 755px;
	top: 46px;	/*ヘッダーブロックに対して上から46pxの位置に配置*/
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置*/
}
ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}
/* main manu for text-------------------------------------------------------------------------*/
ul#menu2 {
	position: absolute;
	height: 50px;
	width: 755px;
	top: 46px;		/*ヘッダーブロックに対して上から46pxの位置に配置*/
	left: 220px;	/*ヘッダーブロックに対して左から220pxの位置に配置*/
}
ul#menu2 li {
	float: left;
	text-align: center;	/*文字をセンタリング*/
	width: 150px;
	border-right: 1px solid #000;	/*メニュー右側の線の幅、線種、色*/
	line-height: 1.2;
	font-weight: bold;	/*文字を太字に*/
}
ul#menu2 li a {
	text-decoration: none;
	display: block;
	width: 150px;
	height: 40px;
	padding-top: 10px;
}
ul#menu2 li a:hover {
	background: #e8e8e8;	/*マウスオン時の背景色*/
	color: #333;			/*マウスオン時の文字色*/
}
/* english mode*/
ul#menu2 li span {
	font-size: 9px;	/*文字サイズ*/
	color: #999;	/*文字色*/
	font-weight: normal;	/*上で太字にしたので、英語表記をは標準に戻す*/
}

ul#nav1 li a {
	display: block;
	width: 140px;
	background-color: #fff;
	float: right;
	padding: 10px;
	text-align: center;
	border: solid 1px #999;
	margin-top: 25px;
	margin-left: -1px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	font-weight: bold;
}
ul#nav1 li a:hover {
	background: #191970;
}


/* contents:main,sub&footer for block-------------------------------------------------------*/
#contents {
	clear: left;	/*メニューのfloatを解除*/
	width: 100%;
	padding-top: 10px;
}

/* main contents:for right block------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 730px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/* h2 tag setting*/
#main h2 {
	font-size: 80%;	/*文字サイズ*/
	clear: both;
	color: #FFF;		/*文字色*/
	background: #00079F;	/*背景色*/
	width: 720px;
	padding: 5px 0px 5px 10px;		/*左から、上、右、下、左への余白*/
	background: -moz-linear-gradient(top, #e4f1ff, #97b0f2 50%, #1727aa);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #e4f1ff),color-stop(0, #1727aa));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e4f1ff', endColorstr='#1727aa');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e4f1ff', endColorstr='#1727aa')";

}

#main h2.side {
	font-size: 120%;	/*文字サイズ*/
	clear: both;
	color: #FFF;		/*文字色*/
	background: #00079F;	/*背景色*/
	width: 720px;
	height: 70px;
	padding: 5px 0px 5px 10px;		/*左から、上、右、下、左への余白*/
	background: -moz-linear-gradient(left, #e4f1ff, #97b0f2 50%, #1727aa);
	background-image: -webkit-gradient(linear,left top,right top,color-stop(1, #e4f1ff),color-stop(0, #1727aa));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e4f1ff', endColorstr='#1727aa');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e4f1ff', endColorstr='#1727aa')";

}

#main h2.img {
	padding: 0px;
}
/* down tag of blank setting*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/* sub contents:for left block-------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/* h3 tag setting*/
#sub h3 {
	font-size: 80%;	/*文字サイズ*/
	clear: both;
	color: #FFFFFF;		/*文字色*/
	background: #00079F;	/*背景色*/
	padding: 5px 0px 5px 10px;		/*左から、上、右、下、左への余白*/
	background: -moz-linear-gradient(top, #e4f1ff, #97b0f2 50%, #1727aa);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #e4f1ff),color-stop(0, #1727aa));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e4f1ff', endColorstr='#1727aa');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e4f1ff', endColorstr='#1727aa')";

}
/* down tag of blank setting*/
#sub p {
	padding: 0em 5px 0.5em;	/*左から、上、左右、下への余白*/
}

/* sub menu---------------------------------------------------------------------------------*/
ul.submenu li {
	border-bottom: 1px solid #000;	/*メニューの下線の幅、線種、色*/
}
ul.submenu li a {
	display: block;
	width: 215px;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
}
ul.submenu li a:hover {
	background: #0000cd;	/*マウスオン時の背景色*/
	color: #FFF;		/*マウスオン時の文字色*/
}
/* sub contents into box:subbox-------------------------------------------------------------*/
.subbox {
	background: url(../images/bg1.gif);	/*背景画像の読み込み*/
	padding: 5px;	/*ボックス内の余白*/
	margin-bottom: 1em;
	border-top: 4px solid #00079F;		/*上の線の幅、線種、色*/
	border-right: 1px solid #00079F;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #00079F;	/*下の線の幅、線種、色*/
	border-left: 1px solid #00079F;	/*左の線の幅、線種、色*/
}
/* subbox of box----------------------------------------------------------------------------*/
.subbox .box {
	background: #FFF;	/*背景色*/
	border: 1px solid #666;	/*枠線の幅、線種、色*/
}
/* subbox of sub menu-----------------------------------------------------------------------*/
.subbox ul.submenu li a {
	width: 203px;
	background: #FFF;	/*背景色*/
}
.subbox ul.submenu li a:hover {
	background: #666;	/*マウスオン時の背景色*/
	color: #FFF;		/*マウスオン時の文字色*/
}

/* top page:info block----------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 340px;	/*ブロックの高さ*/
	width: 720px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 700px;
	border-bottom: 1px solid #ccc;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 600px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/* fotter-----------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	font-size: 11px;	/*文字サイズ*/
	background: #00079F;	/*背景色*/
	color: #FFF;		/*文字色*/
	background: -moz-linear-gradient(top, #e4f1ff, #97b0f2 50%, #1727aa);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #e4f1ff),color-stop(0, #1727aa));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e4f1ff', endColorstr='#1727aa');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e4f1ff', endColorstr='#1727aa')";

}
#footer a {
	text-decoration: none;
	color: #FFF;
}

/* table1---------------------------------------------------------------------------------*/
.ta1 {
	width: 730px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/* table into of right*/
.ta1 td{
	width: 487px;
	padding: 10px;
	vertical-align: top;
}
/* table into of down tag blank*/
.ta1 p {
	padding: 0px !important;
}
/* table into of left erea*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #DCDCDC;	/*背景色*/
}
/* table 1 row into erea*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;		/*文字色*/
	background: #5B5E92;	/*背景色*/
}

/*service.html page of box--------------------------------------------------------------*/
#main .box1 {
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	margin-bottom: 1em;
	border: 3px solid #00079F;	/*ボックスの線幅、線種、色*/
	width: 704px;
}
/* pict*/
#main .box1 img {
	float: left;	/*画像を左に回り込み*/
	border: 1px solid #333333;	/*画像のフチの線幅、線種、色*/
}
/* h3 tag*/
#main .box1 h3 {
	font-size: 80%;		/*文字サイズ*/
	margin-left: 165px;		/*左の写真とバランスをとって設定*/
	background: #DADADA;	/*背景色*/
	border-left: 3px solid #00079F;	/*下部の線の幅、線種、色*/
	margin-bottom: 0.5em;
	padding: 3px 0px 3px 5px;	/*左から、上、右、下、左への余白*/
}
/* down tag*/
#main .box1 p {
	padding: 0px 0px 0px 5px;	/*左から、上、右、下、左への余白*/
	margin-left: 165px;	/*左の写真とバランスをとって設定*/
}

/* top page of slide show----------------------------------------------------------------*/
#mainimg {
	clear: left;
	position: relative;
	height: 260px;
	width: 975px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/* others--------------------------------------------------------------------------------*/
.look {
	background: #DCDCDC;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #C00000;
}
.color2 {
	color: #696969;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
