@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #0041E0 url(../images/bg.gif) repeat-x top;	/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
}
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;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #00a5f5;
	text-decoration: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 114px;
	width: 100%;
	position: relative;
	background: url(../images/header_bg.gif) no-repeat top;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)、背景画像を上部に配置(top)*/
	padding-bottom: 30px;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 30px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 14px;	/*ヘッダーブロックに対して上から14pxの位置に配置*/
}
/*ログイン画像設定*/
#header #login {
	position: absolute;
	right: 10px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	top: 24px;	/*ヘッダーブロックに対して上から14pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 30px;
	text-align: right;	/*右寄せ*/
	font-weight: normal;
	color: #FFFFFF;		/*文字色*/
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 25px;
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	bottom: 30px;	/*ヘッダーブロックに対して下から30pxの位置に配置*/
	width: 900px;
}
ul#menu li {
	float: left;
	background: url(../base/menu_02.gif) no-repeat;
	height: 50px;
	width: 150px;
	line-height: 50px;
	text-align: center;
}
ul#menu img {
	vertical-align: bottom;
}
ul#menu li a {
	text-decoration: none;
	display: block;
	height: 50px;
	width: 150px;
}
ul#menu li.menu01 {
	background: url(../base/menu_01.gif) no-repeat;
}
ul#menu li.menu06 {
	background: url(../base/menu_06.gif) no-repeat;
}
ul#menu li a:hover {
	background: url(../base/menu_on_02.gif) no-repeat;
}
ul#menu li.menu01 a:hover {
	background: url(../base/menu_on_01.gif) no-repeat;
}
ul#menu li.menu06 a:hover {
	background: url(../base/menu_on_06.gif) no-repeat;
}
ul#menu li.current {
	background: url(../base/menu_on_02.gif) no-repeat;
}
ul#menu li.menu01.current {
	background: url(../base/menu_on_01.gif) no-repeat;
}
ul#menu li.menu06.current {
	background: url(../base/menu_on_06.gif) no-repeat;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background: #FFF url(../images/contents_bg.gif) no-repeat top;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)、背景画像を上部に配置(top)*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを右(right)に回り込み*/
	width: 670px;	/*メインコンテンツ幅*/
	padding: 0px 0px 30px 10px;	/*左から、上、右、下、左への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 630px;
	line-height: 40px;
	background: url(../images/bg1.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	height: 40px;
	padding-left: 40px;
	overflow: hidden;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを左(left)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 0px 10px 30px 0px;	/*左から、上、右、下、左への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;	/*文字色*/
	border-bottom: 4px solid #00a5f5;	/*下部の線の幅、線種、色の設定*/
	background: url(../images/bg3.gif);	/*背景画像の読み込み*/
	padding: 5px;
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li a {
	display: block;
	width: 230px;
	padding: 8px 4px;
	text-decoration: none;
	border-bottom: 1px solid #c9c9c9;	/*下側の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左側の線の幅、線種、色*/
	color: #333333;	/*文字色*/
	background: #FFFFFF url(../images/bg2.gif) repeat-x left bottom;	/*背景色、背景画像の読み込み、背景画像をX軸にリピートする(repeat-x)、背景画像を左側(left)・下部に配置(bottom)*/
}
ul.submenu li a:hover {
	background-color: #ffffff;	/*マウスオン時の背景色*/
	color: #00a5f5;	/*マウスオン時の文字色*/
	background-image: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: hidden;
	height: 150px;
	width: 660px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 640px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 540px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	color: #FFFFFF;		/*文字色*/
	background: #0041E0 url(../images/footer_bg.gif) repeat-x top;	/*背景色、背景画像の読み込み、背景画像をX軸にリピートする(repeat-x)、背景画像を上部に配置(top)*/
	padding-top: 40px;
	padding-bottom: 10px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 670px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 427px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #E5E5E5;	/*背景色*/
}
/*テーブル内のh3タグ設定*/
.ta1 h3 {
	font-size: 100%;
	border-bottom: 1px solid #666666;	/*下部の線の幅、線種、色*/
	margin-bottom: 0.5em;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #00a5f5;	/*背景色*/
	color: #FFFFFF;	/*文字色*/
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 670px;
}
/*テーブル内の右側*/
.ta2 td{
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta2 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 250px;
	vertical-align: top;
}
/*テーブル内のh3タグ設定*/
.ta2 h3 {
	font-size: 100%;
	border-bottom: 1px solid #666666;	/*下部の線の幅、線種、色*/
	margin-bottom: 0.5em;
}

/*テーブル３
---------------------------------------------------------------------------*/
.ta3 {
	width: 100%
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta3 td{
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta3 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 80px;
	padding: 10px;
	text-align: center;
	background-color: #E5E5E5;	/*背景色*/
}
/*テーブル内のh3タグ設定*/
.ta3 h3 {
	font-size: 100%;
	border-bottom: 1px solid #666666;	/*下部の線の幅、線種、色*/
	margin-bottom: 0.5em;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 200px;
	width: 670px;
	margin-bottom: 10px;
}
#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;
}

/*サービスページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	width: 654px;
	padding: 5px;
	overflow: hidden;
	border-top: 1px solid #c9c9c9;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下側の線の幅、線種、色*/
	border-left: 5px solid #c9c9c9;		/*左側の線の幅、線種、色*/
	margin-bottom: 1em;
	background: url(../images/bg2.gif) repeat-x bottom;	/*背景画像の読み込み、背景画像をX軸にリピートする(repeat-x)、背景画像を下部に配置(bottom)*/
}
#main .box1 .left {
	float: left;
	width: 162px;
}
#main .box1 .left img {
	border: 1px solid #c9c9c9;	/*画像の枠線の幅、線種、色*/
	padding: 5px;	/*画像まわりの余白*/
	background-color: #FFFFFF;	/*背景色*/
	vertical-align: bottom;
}
#main .box1 .left a:hover img {
	border: 1px solid #00a5f5;	/*マウスオン時の枠線の幅、線種、色*/
}
#main .box1 .righ {
	float: right;
	width: 480px;
}
#main .box1 .righ h3 {
	font-size: 100%;
	color: #00a5f5;	/*h3タグの文字色*/
}
#main .box1 .righ h3 a {
	color: #00a5f5;	/*リンク設定した際のh3タグの文字色*/
}
#main .box1 .righ p {
	padding: 0px;
}

/*アドバイザー紹介のボックス
---------------------------------------------------------------------------*/
#main .box2 {
	width: 142px;
	padding: 5px;
	overflow: hidden;
	background-image: url(../images/bg4.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	margin-bottom: 1em;
	text-align: center;
}
#main .box2 img {
	border: 1px solid #c9c9c9;
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: bottom;
}
#main .box2 h3 {
	font-size: 100%;
	color: #5DCCFA;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main .box3 {
	width: 624px;
	padding: 5px;
	overflow: hidden;
	background-image: url(../images/bg4.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 5px solid #c9c9c9;
	margin-bottom: 1em;
}
#main .box3 .left {
	float: left;
	width: 162px;
}
#main .box3 .left img {
	border: 1px solid #c9c9c9;
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: bottom;
}
#main .box3 .left a:hover img {
	border: 1px solid #5DCCFA;
}
#main .box3 .righ {
	float: right;
	width: 450px;
}
#main .box3 .righ h3 {
	font-size: 100%;
	color: #5DCCFA;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#main .box3 .righ h3 a {
	color: #5DCCFA;
}
#main .box3 .righ p {
	padding: 0px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
}
.pt0 {
	padding-top: 0 !important;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #00a5f5;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}

.btn_application {
    display: block;
    background: #164EDA;
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #fff;
    padding: 4px 0;
    text-decoration: none;
    text-align: center;
}
