@charset "utf-8";

/* ================================================================================ */
/*      0.共通設定                                                                  */  
/* ================================================================================ */

body {
	font-size: small;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../image/bg.png);
}

ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

a:link {
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;
	font-size: small;
}
a:visited {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	font-size: small;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
	font-size: small;
}

/* フォント太字をデフォルトに戻す */
.thin {
	font-weight: normal;
}

/* 980px外枠 */
.outer
	{
	width:980px;
	margin:0 auto 0 auto;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7DD5FD;
	border-right-color: #7DD5FD;
	border-bottom-color: #7DD5FD;
	border-left-color: #7DD5FD;
	background-color: #FFFFFF;
	}
	
/* 外枠影 */	
.shadow {
	width:980px;
	position: relative; /* 外枠1px */
	background-image: url(../images/shadow02.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center;
	padding-left: 10px;
}

	
/* 画像の枠線消し */
img{border:0px;}

/* クリア設定 */
.clears{
  clear:both;
}
.clearleft {
  clear:left;
}
.clearright {
  clear:left;
}

/* 青ライン */
.blue {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7DD5FD;
	margin: 0px;
	padding: 0px;
}

/* オレンジ点線ライン */
.orangedot {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F97575;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* h3 icon_dot */
h3.icondot {
	font-size: small;
	margin-top: 0px;
	line-height: 1em;
	margin-bottom: 6px;
	background-image: url(../images/icon_dot.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
}

/* 赤文字 */
.fontred {
	color:#FF0000;
}

/*  右寄せ */
.textright {
	text-align:right;
	padding-right:6px;
}

	
/* ================================================================================ */
/*      1.ヘッダー                                                                  */  
/* ================================================================================ */

.header
	{
	height: 40px; /* ヘッダー高さ40px */
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
.outer .header img {
	float: left; /* ジャンガロゴの左寄せ */
}
.header-inner {
	padding: 0px 0px 0px 0px;
}

/* ================================================================================ */
/*      1-2.グローバルナビゲーション                                                */  
/* ================================================================================ */

/* グローバルナビ枠設定 */
#globalnavi{
	float: right;
	top:8px;
	right:10px;
	position: absolute;
	font-size: small; /* グローバルナビフォントサイズsmall */
}
/*
#globalnavi{
	margin:0;
	float: right;
	padding-right: 10px; 
	padding-bottom: 0;
	bottom: -12px; 
	position: relative;
	font-size: small; 
} 
*/
/* グローバルナビフォント設定 */
#globalnavi li a {
	list-style-type: none;
	font-weight: normal;
	color: #666666;
}

#globalnavi li {
	display: inline; /* 改行しないようにする */
	list-style-type: none;
}

/* グローバルナビ►マーク設定 */
.globalnavi-icon-sankaku {
	background-image: url(../images/icon_sankaku.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 2px;
	margin-right: 8px;
	padding-right: 4px;
}

/* ================================================================================ */
/*      2.左ナビ                                                                    */  
/* ================================================================================ */

/* 200px左ナビ枠 */ 
.leftnavi {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

/* 現在位置表示 */
#menu ul li a.selected {
	background-color: #7DD5FD; /* 背景色 */
}

#menu ul li ul li a.selected {
	background-color: #7DD5FD; /* 背景色 */
}

/* -------------------------------------------------------------------------------- */
/*      2-1.ログイン欄                                                              */  
/* -------------------------------------------------------------------------------- */

#login-inner {
	margin: 0px;
	background-image: url(../images/background_login.jpg);
	overflow: visible;
	height: 142px;
	width: 200px;
	padding: 0px;
}

#login-inner ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#login-inner ul li a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin: 0px;
	list-style-type: none;
	vertical-align: middle;
	font-weight: bold;
	max-width: 188px;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 1.2em;
	color: #0033FF;
	font-size:16px;
}

/* button_arrowの設定 */ 
#login-inner a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	padding-right: 6px;
	vertical-align: middle;
	padding-left: 8px;
}

#login-inner ul li a:hover {
  color: #047AD2;
  text-decoration: underline;
}

/* ログインボタンの間のドット線 */ 
.login-border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #158CE3;
}

/* -------------------------------------------------------------------------------- */
/*      2-2.左ナビ（親）                                                            */  
/* -------------------------------------------------------------------------------- */

#menu {
	margin: 0px;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu ul li {
  display: inline; /* 改行しないようにする */
  margin: 0px;
  padding: 0px;
}

#menu ul li a {
	text-decoration: none;
	width: 190px;
	display: block;
	margin: 0px;
	padding: 5px;
	background-color: #D8F9FF; /* 背景色 */
	color: #666666; /* 文字色 */
	font-weight: bold; /* 欄下罫線 */
	font-size: small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7DD5FD;
}

#menu ul li a:hover {
	background-color: #7DD5FD; /* 背景色 */
}

#menu ul li ul {
  display: inline; /* 改行しないようにする */
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#menu ul li ul li a {
	text-decoration: none;
	width: 190px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #D8F9FF; /* 背景色 */
	color: #666666; /* 文字色 */
	overflow: hidden;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8F9FF; /* 欄下罫線 */
	font-size: small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8F9FF;
}

/* -------------------------------------------------------------------------------- */
/*      2-3.左ナビフリーエリア                                                      */  
/* -------------------------------------------------------------------------------- */

.leftnavi-free {
	background-color: #D8F9FF; /* 背景色水色 */
	text-align: center;
}

.leftnavi .leftnavi-free img {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* 個人情報保護方針用 */
.leftnavi-free02 {
	background-color: #FFFFFF; /* 背景色白 */
	width: 200px;
	text-align: center;
}
.leftnavi-free02 p {
	padding-top: 10px;
	font-size: small;
	font-weight: bold;
}

/* ================================================================================ */
/*      3.メイン                                                                    */  
/* ================================================================================ */

/* 780pxメイン枠 */ 
.main {
	float:right;
	width:778px; /* 左ナビとの境に2pxの空きをあける */
	}
	
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #7DD5FD;
	}
	
.main-inner {
	position: relative;
}

.main-padding3 {
	padding-left:3px;
	padding-right:3px;
}

/* メイン枠のp段落は左に6pxの領域内スペース */
.main p {
	padding-left: 6px;
	margin-top: 0px;
}

/* オレンジサブヘッド */
.main h2 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/background_orange_header.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 6px;
}

/* ブルーサブヘッド */
.second-left-box h2, .second-right-box h2, .blueheader {
	font-size: medium;
	font-weight: bold;
	background-image: url(../images/background_blue_header.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 6px;
}

/* サブヘッド下太文字 */
.main h3, h4 {
	font-size: small;
	margin-top: 0px;
	line-height: 1.3em;
	margin-bottom: 6px;
}

/* 上に戻る */
.backtotop {
	float:right;
	padding-left:14px;
	background-image:url(../images/arrow_blue_up.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin: 0px;
	padding-right: 6px;
}

/*  リスト行間設定 */
.ul-li-height-1em {
	margin-bottom:1em;
}

/*  リストビュレットなし */
.nonebulet {
	list-style-position:outside;
	list-style-type:none;
}


/* -------------------------------------------------------------------------------- */
/*      3-1.トップボックス                                                    */  
/* -------------------------------------------------------------------------------- */
	
/* トップ左ボックス */
.main-inner .top-left-box {
	float: left;
	width: 378px;
	padding-left: 3px;
	padding-right: 10px;
	padding-bottom:6px;
}

/* トップ右ボックス */
.main-inner .top-right-box {
	float: right;
	width: 376px;
	margin-left: 3px;
	padding-right: 6px;
	padding-bottom:6px;
}

/* トップボックス内段組 */
.topbox {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.topbox li {
	float: left;
	padding-left: 0px;
}

/* 150px画像用設定 */
.topbox-img-150 {
	width: 150px;
	padding-left: 0px;
}	
.topbox-img-150-text {
	width: 200px;
	padding-left: 0px;
}

.topbox-img-150-text600 {
	width: 600px;
	padding-left: 0px;
}

/* 332px画像用設定 */
.topbox-img-332 {
	width: 332px;
	padding-left: 0px;
	margin-left:10px;
}	
.topbox-img-332-text {
	width: 430px;
	padding-left: 0px;
}

/* -------------------------------------------------------------------------------- */
/*      3-2.セカンドボックス（What's new と Inforomation）                          */  
/* -------------------------------------------------------------------------------- */

/* セカンド左ボックス（What's new） */
.second-left-box {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7DD5FD;
}

.main-inner .second-left-box {
	float: left;
	width: 554px;
	padding-left: 3px;
}

/* セカンド右ボックス（Inforomation） */
.main-inner .second-right-box {
	float: right;
	width: 214px;
}

/* Information欄バナー設定 */
.second-right-box p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

/* 80px画像用設定 */
.second-left-box-img-80 {
	width: 80px;
	padding-left: 0px;
}	
.second-left-box-img-80-text {
	width: 458px;
	padding-left: 0px;
	margin-left:10px;
	padding-right: 6px;
	padding-bottom:6px;
}

/* -------------------------------------------------------------------------------- */
/*      3-3.フォーム　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* -------------------------------------------------------------------------------- */

/* thの設定 */
.formtitle, .title  {
	text-align:left;
	padding-left:3px;
}


/* ================================================================================ */
/*      4.フッター                                                                  */  
/* ================================================================================ */

/* フッター */
.foot {
	clear:both;
}

/* フットナビ */
#footnavi {
	margin:0;
	float: right;
	padding-right: 10px; /* グローバルナビ右から10px余白 */
	padding-bottom: 0;
	bottom: 0px; /* グローバルナビ縦位置 */
	position: relative;
	font-size: small; /* グローバルナビフォントサイズsmall */
} 

/* フットナビフォント設定 */
#footnavi li a {
	list-style-type: none;
	font-weight: normal;
	color: #666666;
}

#footnavi li {
	display: inline; /* 改行しないようにする */
	list-style-type: none;
}

/* フットナビ►マーク設定 */
.footnavi-icon-sankaku {
	background-image: url(../images/icon_sankaku.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 2px;
	margin-right: 8px;
	padding-right: 4px;
}

/* コピーライト */
/*
.copyright {
	background-image: url(../images/background_footer.jpg);
	height: 22px; 
	color: #000000;
	text-align: center;
	padding-top: 3px;
}
*/
.copyright{
	background-image: url(../images/background_footer.jpg);
	text-align: center;
	font-style:normal;
	font-weight:normal;
	margin: 0px;
	padding-top: 3px;
	height: 22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7DD5FD;
	clear:both;
}
