@charset "utf-8";

/* レイアウト基本設定 */

/*最背面の設定
----------------------------------------------------- */
body {
	background-color: #ECF2F7;
	background-image: url(../img/common_img/bg.gif);
}

#container {
	width: 798px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
}

/*基本文字リンクカラーの設定
----------------------------------------------------- */
a:link, a:active, a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}

/*ヘッダー領域の設定
----------------------------------------------------- */
#header {
	font-size: 12px;
	line-height: 160%;
	width: 798px;
	height: 195px;
	margin-bottom: 5px;
}

/* SEOテキストの設定 */
.title-txt {
	width: 778px;
	padding-top: 10px;
	padding-left: 20px;
}
.title-txt h1{
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
.title-txt h2 {
	font-size: 12px;
}

.logo {/* aishipロゴの設定 */
	float: left;
	width: 270px;
	height: 75px;
	padding-left: 20px;
}
.h-right {
	float: right;
	width: 480px;
	padding-right: 20px;
	text-align: right;
	padding-top: 10px;
}

.search {/* サイト内検索部分の設定 */
	text-align: right;
	padding-bottom: 5px;
	float: right;
	padding-left: 5px;
}
.search .input-txt {/* サイト内検索窓の設定 */
	padding: 3px;
}

.h-button {/* オレンジボタンの設定 */
	height: 24px;
	padding-top: 5px;
	width: 450px;
	margin-left: 30px;
}
.h-button li {
	height: 24px;
	display: inline;
	width: 108px;
}

.ticker {/* ティッカーの設定 */
	float: left;
	background-image: url(../img/common_img/ticker_bg.jpg);
	background-repeat: no-repeat;
	width: 480px;
	height: 35px;
	margin-top: 10px;
	padding-left: 24px;
	background-position: 24px 0px;
}
.ticker .ticker-txt-area {/* ティッカーテキストの設定 */
	background-color: #FFFFFF;
	width: 400px;
	margin: 6px 10px 0px 65px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #CCCCCC;
}
.h-link {
	float: right;
	margin-top: 18px;
	padding-right: 24px;
}
.h-link li {
	list-style:none;
	display: inline;
}

/* メインコラムの設定
----------------------------------------------------- */
#main-column {
	padding-left: 40px;
	padding-right: 40px;
}

/* パンくずリストの設定 */
.pankuzu {
	margin-bottom: 30px;
	font-size: 12px;
}
.pankuzu li {list-style:none;display: inline;}

div.column1-box {
	border: 5px solid #DDDDDD;
	padding: 30px 40px 30px 40px;
	margin: 30px;
}


/* ページタイトルの設定 */
.h2-title-1column  {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #006699;
	background-color: #EEEEEE;
}

#main-column h3 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/common_img/1column_h3.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#main-column h4 {
	font-weight: bold;
	margin-bottom: 15px;
	padding: 5px 2px 5px 10px;
	background-color: #0076AE;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}

#main-column h5 {
	font-weight: bold;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-image: url(../img/common_img/arrow_d.jpg);	
	padding: 0px 0px 0px 17px;
}
/* ｈ5の他の矢印画像付テキストの設定 */
.h5-b {background-image: url(../img/common_img/arrow_b.jpg)!important;}
.h5-c {background-image: url(../img/common_img/arrow_c.jpg)!important;}
.h5-d {background-image: url(../img/common_img/arrow_d.jpg)!important;}
.h5-e {background-image: url(../img/common_img/arrow_e.jpg)!important;}
.h5-f {
	background-image: none!important;
	padding: 0px 0px 5px 0px!important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#main-column p {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 5px;
}

.caption {/* 注意書きテキストの設定 */
	font-size: 10px!important;
	line-height: 120%!important;
}

/* フッター領域の設定
----------------------------------------------------- */
#footer {
	font-size: 12px;
	line-height: 160%;
	clear: both;
	padding-top: 20px;
}
.backtop {/*上に戻る */
	text-align: right;
	width: 778px;
	padding: 0px 20px 20px 0px;
}
.underlink1 {
	text-align: center;
	padding-bottom: 10px;
}
.underlink2 {
	background-color: #EEEEEE;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.underlink3 {
	color: #FFFFFF;
	background-image: url(../img/common_img/footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 90px;
}
.underlink3 address {padding-top: 15px;}

.underlink3 a:link, .underlink3 a:active, .underlink3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.underlink3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

