/*2014.01.19 2014デザインサイト向けに、一般テンプレートベースで作成*/

/*このテンプレートはCoolWebWindow(http://www.coolwebwindow.com)で公開*/
/*されている商用テンプレートを元に、2012年制作時アスカ工業WEBのスタイ*/
/*ルシートを追加・改装する形で制作しました。素晴らしいテンプレートを */
/*公開されているCoolWebWindow様に感謝申し上げます。　　　　　　　　  */



/* ====== ウェブサイトデザイン(各タグ)基本設定 ===== */
html {
	overflow-y:scroll;
}

body { 
	margin:0; 
	padding:0; 
	text-align:center;
	line-height:1.6;
	letter-spacing:1px;
	font-size:13px;
	color:#333;
	background:#fff url("image/bg.gif") 0 205px repeat-x;
	border-top:5px solid #28357F;
}

br {
	letter-spacing:normal;
}


a {
	color:#134D99;
	text-decoration:none;
}

/* マウスカーソルが乗った場合 */
a:hover {
	color:#134D99;
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}

p {
	margin:10px;
}

img {
	border:0;
	vertical-align:bottom;
}


/* ====== 各DIV項目の基本設定 ===== */
/* ====== 旧(2011年ウェブサイト)トップメニューの設定 ====== */
#header{
	position:relative; 
	height:30px;
	margin:0 auto;
	background-color:#DFDFDF;
	background-image:url(image/button_bg.png);
	background-repeat:repeat-x;
	background-position: bottom;  
} 


/* ====== ヘッドリンク(english/sitemap/お問い合わせ)の設定 ====== */
#gnavi {
	position:absolute;
	bottom:0;
	right:0;
}


/* ====== トップ(ヘッダ)メニューの基本設定 ====== */
#menu {
	width:100%;
	float:left;
	border-bottom:5px solid #28357F;
	background:url("image/bg_menu.gif") 0 0 repeat-x;
}


/* ====== トップ部(ヘッダ部)の高さと背景指定 ====== */
#frontheader{
	position:relative;
	height:60px;
	background-color:#333333;
	background-image : url(image/bghead2a.png);
	background-repeat : repeat-x;
	background-position: center;
	width:100%;
}


/* ====== トップ部(header2)の幅(900px)と背景指定、アスカロゴ配置もココ ====== */
#frontheader2{	
	position:relative;
	height:60px;
	background-color:#EEEEEE;
	background-repeat : repeat-x;
	background-image : url(image/bghead2.png);
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;  
}


/* ====== トップ部(header_right)の幅(450px)と背景指定、右側リンク部 ====== */
#frontheader_right{
	float:right;
	position:absolute;
	height:60px;
	top:0;
	right:20px;
	height:60px;
	background-color:#EEEEEE;
	background-repeat : repeat-x;
	background-image : url(image/bghead2.png);
	width:450px;   
}


/* ====== 階層情報を表示する領域基本設定 ====== */
#classInfo {
	clear:both;
	background:#EEEEEE;
	margin:0;
	background-repeat : repeat-x;
	/*background-image : url(image/bg_classinfo.png);*/
}

#classInfo2 {
	clear:both;
	text-align:left;
	font-size:12px;
	height:20px;
	width:900px;
	margin:0 auto;
	padding:0px 0px 0px 10px;
}

/* ====== アイキャッチ画像を表示する領域基本設定 ====== */
#icatchIndexWrap {
	clear:both;
	position:relative;
	z-index:-1
	overflow:hidden;
	height:200px;
	background:#BBBBBB;
}


/* ====== ※本項目は未使用 ====== */
#icatchWrap {
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:200px;
   background:#ddd;
}


/* ====== アイキャッチ画像のサイズ、マージン指定 ====== */
#icatch {
	width:1024px;
	margin:0 auto;
}


/* ====== メインドキュメント(サブメニュー＋メイン)部 ====== */
#contents {
	clear:both;
	position:relative;
	z-index:1;
	overflow:hidden;
	width:900px;
	margin:-110px auto 0 auto;
	background:#fff;
	text-align:left;
	font-size:14px;
}


/* ====== メインドキュメント部単体設定 ====== */
#main {
	float:right;
	width:640px;
	padding:10px;
	background:url("image/bg_contents.gif") 100% 0 no-repeat;
}


/* ====== サブメニュー部単体 ====== */
#sub {
	float:left;
	width:220px;
	padding:10px;
	background:url("image/bg_contents.gif") 0 0 no-repeat;
}


/* ====== ※本項目は未使用 ====== */
#pageTop {
   clear:both;
   width:800px;
}


/* ====== フッター部の基本設定 ====== */
#footer {
	clear:both;
	background:#ddd;
}


/* ====== フッター部 その2 ====== */
#footMenu {
	text-align:left;
	clear:both;
	overflow:hidden;
	width:900px;
	margin:0 auto;
	padding:30px 10px 20px 40px;
}


/* ====== 各DIV項目の詳細設定 ===== */
/* ====== テンプレートヘッダー部 ※本項目は未使用 ====== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
   padding:10px 0;
   font-size:11px;
}

#header #gNavi {
   position:absolute;
   top:0;
   right:0;
   margin:0;
   font-size:11px;
}


/* ========ヘッド部リンクのカスタマイズ======== */
#gnavi ul {
	list-style:none;
}

#gnavi li {
	float:left;
	margin-left:15px;
	font-size:11px;
}

#gnavi li a {
	display:block;
	padding-left:12px;
	background:url("image/go.gif") 0 50% no-repeat;
}


/* ========階層表示カスタマイズ設定======== */
#classInfo2 img {
	border:0;
	vertical-align:middle;
}


/* ========トップメニューカスタマイズ設定======== */
#menu ul {
	overflow:hidden;
	width:850px;
	margin:0 auto;
	padding:0;
	border-right:1px solid #e5e5e5;
}

#menu li {
	float:left;
	color:#333;
	text-align:center;
	list-style-type:none;
}

#menu li a {
	display:block;
	width:140px;
	color:#333;
	line-height:40px;
	text-decoration:none;
	border-left:1px solid #e5e5e5;
}

#menu li a.active {
	color:#fff;
	text-decoration:none;
	background:url("image/bg_menu_on.png") 0 0 repeat-x;
}

#menu li a:hover {
	color:#fff;
	text-decoration:none;
	background:url("image/bg_menu_on.png") 0 0 repeat-x;
}


/* ====== アイキャッチ部テキストの詳細設定　※本項目は未使用 ====== */
#icatch h2 {
   padding-top:30px;
}


/* ====== メインドキュメント部の詳細設定 ====== */
#main h2 {
	margin-bottom:8px;
	padding:2px 2px 2px 0;
	color:#5A5132;
	font-size:15px;
	font-weight:bold;
	border-bottom:3px double #5A5132;
}

#main h3 {
	margin-bottom:5px;
	padding:16px 10px 10px 10px;
	font-size:17px;
	border-bottom:1px dotted #ddd;
	background:#fff url("image/bg_main_h3.png") 0 0 repeat-x;
	border-left:4px solid #FF6347;
}

#main h4 {
	margin-bottom:5px;
	padding:5px;
	font-size:14px;
	border-left:5px solid #3C56AB;
	border-bottom:1px dotted #ddd;
}

#main h5 {
	margin-bottom:5px;
	padding:5px;
	font-size:13px;
	color:#fff;
	background:#3C56AB;
}

#main h6 {
	margin-bottom:5px;
	font-size:13px;
}

#main p {
	margin:0 0 1em 0;
}

#main dt {
	margin-bottom:3px;
}

#main dd {
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
	background:#eee;
}


/* ====== メインドキュメント部/informationの詳細設定 ====== */
/* ====== ※本項目は通常未使用 ===== */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   margin-top:30px;
   margin-left:20px;
   width:90%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:0px solid #ddd;
   background:#f0f7fc;
}

#main table td {
   padding:0px;
   font-size:14px;
   text-align:left;
   border:0px solid #ddd;
}


/* ====== MAPS(事業所情報)用の詳細設定 ====== */
* html body #main dl.information dd div {
   display:inline-block;
}

#maps dl.information dt {
   float:left;
   width:21em;
   margin:0;
   padding:0;
}

#maps dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#maps table {
   margin-top:10px;
   margin-left:20px;
   width:90%;
   border-collapse:collapse;
}

#maps table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#f0f7fc;
}

#maps table td {
   padding:5px;
   font-size:13px;
   text-align:left;
   border:1px solid #ddd;
}

/* ====== inquiryお問い合わせ)用の詳細設定 ====== */
#inquiry {
   margin:5px 10px 5px 10px;
   padding:8px 20px 8px 20px;
   border:1px solid #d2b48c;
   background:#ffebcd;
}



/* ====== 過去のリリース情報の詳細設定 ====== */
#main dl.old_news {
	margin:0;
	font-size:13px;
}
#main dl.old_news dt {
	float:left;
	padding-top:5px;
}

#main dl.old_news dd {
	margin:0 0 5px 0;
	padding: 5px 0px 5px 9em;
	background:url("image/bg_dotline.gif") 0 100% repeat-x;
}

#main dl.old_news img {
	vertical-align:middle;
}


/* ====== サブメニュー部の詳細設定 ====== */
#sub .section {
	margin-bottom:10px;
	border:1px solid #E8E8E8;
}

#sub h3 {
	padding:10px 5px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	border:1px solid #fff;
	border-bottom:none;
	background:#3C56AB url("image/bg_sub_h3.png") 0 0 repeat-x;
}

#sub ul {
	margin:0;
	padding:5px 5px 1px 5px;
	border:1px solid #fff;
	background:#E8E8E8;
}

#sub li {
	margin-bottom:5px;
	padding:5px;
	line-height:1.4;
	border:1px solid #b5b5b5;
	list-style:none;
	background:#fff url("../images/bg_sub_list.gif") 0 0 repeat-x;
}

#sub li a {
	display:block;
	padding-left:5px;
	line-height:2.5;
	font-size:14px;
	border-left:5px solid #3C56AB;
}

#sub2 ul {
	margin:0;
	padding:0;
}

#sub2 li {
	line-height:1.4;
	border-bottom:1px solid #ddd;
	list-style:none;
}

#sub2 li a {
	display:block;
	padding-left:20px;
	color:#333;
	line-height:3.0;
}


/* ====== フッター部の詳細設定 ====== */
#footMenu .section {
	float:left;
	width:150px;
	margin-right:30px;
	padding:0;
}

#footMenu h3 {
	font-size:12px;
	border-bottom:1px dotted #999;
}

#footMenu ul {
	margin:0;
	padding:0;
}

#footMenu li {
	margin:0;
	padding:0;
	list-style:none;
}

#footMenu li a {
 	padding-left:10px;
 	font-size:11px;
/* 	background:url(../images/bg_footmenu.gif) 0 50% no-repeat; */
}

.copyright {
	clear:both;
	padding:10px 0;
	font-style:normal;
	font-size:11px;
	text-align:center;
}

.corporateinfo {
	clear:both;
	padding:10px 00px 00px 00px;
	font-style:normal;
	font-size:11px;
	text-align:left;
}
