@charset "shift_jis";

/* --------------------------------------------------------------
  Copyright (C) 2013 CUSTOM EYE. All Rights Reserved.
-------------------------------------------------------------- */

/*************************************************************

	ブラウザスタイルのリセット

*************************************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	list-style:none;
	}


/*************************************************************

	基本設定

*************************************************************/
body{
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Verdana,Osaka,Arial,Sans-Serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
	background: #F0F4FF;
	}

a{color: #002DB0;}
a:hover{color: #666666;}


/*************************************************************

	各種マージン

*************************************************************/
.m_top_5 {margin-top: 5px;}
.m_top_10 {margin-top: 10px;}
.m_top_15 {margin-top: 15px;}
.m_top_20 {margin-top: 20px;}
.m_top_25 {margin-top: 25px;}
.m_top_30 {margin-top: 30px;}

.m_bottom_5 {margin-bottom: 5px;}
.m_bottom_9 {margin-bottom: 9px;}
.m_bottom_10 {margin-bottom: 10px;}
.m_bottom_15 {margin-bottom: 15px;}
.m_bottom_20 {margin-bottom: 20px;}
.m_bottom_25 {margin-bottom: 25px;}
.m_bottom_30 {margin-bottom: 30px;}
.m_bottom_35 {margin-bottom: 35px;}
.m_bottom_40 {margin-bottom: 40px;}
.m_bottom_45 {margin-bottom: 45px;}

.m_left_5 {margin-left: 5px;}


/*************************************************************

	フォントサイズ

*************************************************************/
.fontsize10 {font-size: 10px;}
.fontsize11 {font-size: 11px;}
.fontsize12 {font-size: 12px;}
.fontsize13 {font-size: 13px;}
.fontsize14 {font-size: 14px;}
.fontsize15 {font-size: 15px;}
.fontsize16 {font-size: 16px;}


/*************************************************************

	カラー

*************************************************************/
.fontRed{color: #FF0000;}
.fontNavy{color: #043C77;}


/*************************************************************

	行間

*************************************************************/
.lineheight1_0 {line-height: 1.0;}
.lineheight1_2 {line-height: 1.2;}
.lineheight1_4 {line-height: 1.4;}
.lineheight1_6 {line-height: 1.6;}


/*************************************************************

	共通ヘッダー

*************************************************************/
#headerTxt{
	background: #FFFFFF;
	}
#headerTxtInner{
	width: 943px;
	margin: 0 auto;
	}
#headerTxtInner h1{
	padding: 12px 0 12px 4px;
	color: #333333;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	}

#header{
	width: 943px;
	margin: 0 auto;
	}
#headerBg{
	background-image: url("cmnfix/bg_navi_01.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	}

#headerLogo{
	padding: 33px 0 0 4px;
	}


/*************************************************************

	共通フッター

*************************************************************/
#footer{
	width: 943px;
	margin: 0 auto;
	}
#footerBg{
	background-image: url("cmnfix/bg_footer_01.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 943px;
	height: 122px;
	}

#footerAddress{
	padding: 2px 0 0 0;
	color: #002DB0;
	font-size: 12px;
	line-height: 1.2;
	}

#footerCopy{
	padding: 10px 0 0 4px;
	color: #002DB0;
	font-size: 11px;
	line-height: 1.4;
	font-family: Verdana;
	}


/*************************************************************

	メインビジュアル

*************************************************************/
#mainvisual{
	width: 943px;
	margin: 0 auto;
	}


/*************************************************************

	共通コンテンツ表

*************************************************************/
.table01{
	background: #CCCCCC;
	}
.table02{
	margin-top: -1px;
	background: #CCCCCC;
	}

.tablebody01{
	padding: 9px;
	background: #E8E8E8;
	font-size: 12px;
	color: #333333;
	}
.tablebody02{
	padding: 9px;
	background: #FFFFFF;
	font-size: 12px;
	color: #333333;
	}


/*************************************************************

	共通コンテンツ

*************************************************************/
#contents{
	width: 943px;
	margin: 0 auto;
	}

#sideContentsBg1{
	background-image: url("cmnfix/bg_sidenavi_01.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 217px;
	height: 261px;
	}
.sideContentsBox{
	padding: 65px 0 0 17px;
	}
.sideContentsBox2{
	border-bottom: 1px dotted #3566C5;
	}
.sideContentsBox p{
	padding: 10px 0 10px 5px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.2;
	}
.sideContentsBox p a{
	color: #FFFFFF;
	text-decoration: none;
	}
.sideContentsBox p a:hover{
	color: #CCCCCC;
	text-decoration: underline;
	}

.pagetopGo{
	padding: 0 5px 0 0;
	text-align: right;
	}

.bg_img_01{
	background-image: url("cmnfix/prt_img_02.gif");
	background-repeat: repeat-y;
	background-position: top left;
	width: 220px;
	}


/*************************************************************

	others

*************************************************************/
.tx_others_01{
	padding: 5px 10px 0 10px;
	color: #333333;
	font-size: 16px;
	line-height: 1.4;
	}

