@charset "UTF-8";
/* CSS Document */

/* 
==========================================================================
COMO JUNIOR　CSS  
==========================================================================
*/


body {
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: center;
	background: #FFEF00;
	font: 80%/1.4 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
}

/* リンクの設定 */
a:link {
	color: #03C;
	text-decoration: none;
}
a:visited {
	color: #03C;
	text-decoration: none;
}
a:hover {
	color: #03C;
	text-decoration: underline;
}
a:active {
	color: #03C;
	text-decoration: none;
}


/*
==========================================================================
ページ構成
==========================================================================
*/

/*　ページ全体の囲み
----------------------------------------------*/
#jni-wrapper {
	width: 1106px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

/*
==========================================================================
ヘッダー
==========================================================================
*/

/*　ヘッダー（全ページ共通）
----------------------------------------------*/

#jni-header {
	width: 1106px;
	height: 405px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/back_jni_head2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#jni-header .jnilogo {
	width: 368px;
	height: 57px;	
	top: 12px;
	left: 100px;
	position: absolute;
}
#jni-header .comologo {
	width: 223px;
	height: 19px;
	top: 34px;
	left: 487px;
	position: absolute;
}
#jni-header .jnitel {
	width: 156px;
	height: 46px;
	top: 28px;
	left: 710px;
	position: absolute;
}
#jni-header .jnitaiken {
	display: block;
	position: absolute;
	top: 28px;
	left: 866px;
	padding-top: 7px;	
	width: 156px;
	height: 39px;
	background-color: #FF4971;
	text-align: center;
}
#jni-header .jnitaiken-tx a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 16px;
}

#jni-header h2 {
	font-size: 11px;
	color: #333333;
	width: 220px;
	height: 12px;
	top: 53px;
	left: 487px;
	position: absolute;
}

#jni-header h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	width: 800px;
	height: 20px;
	top: 343px;
	left: 133px;
	position: absolute;
}

#jni-header .description {
	font-size: 11px;
	color: #333333;
	width: 800px;
	height: 20px;
	top: 363px;
	left: 133px;
	position: absolute;
}


/*
==========================================================================
コンテンツ部分　基本の枠組み（全ページ共通）
==========================================================================
*/

/*　コンテンツ全体の囲み（jni-navi + jni-contents）
--------------------------------------------*/
#jni-container{
	width: 906px;
	position: relative;
	padding-top: 97px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;	
}

#ga-container{
	width: 760px;
	margin: 14px 60px 40px;
	position: relative;
}

/*　コンテンツ（バック上部の角丸を表示するために二重構造）　
----------------------------------------------*/
#jni-contents {
	position: relative;
	background-color: #FFF;
	background-image: url(../images/back_jni_cont.gif);
	background-repeat: repeat-y;
}

/*　コンテンツ（main、sub が入る）　
----------------------------------------------*/
#jni-contents-inner {
	position: relative;
	padding-right: 33px;
	padding-left: 33px;	
}

/* clearfix */
#jni-contents-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
#jni-contents-inner { display: block; }
/* no ie mac \*/
* html #jni-contents-inner { height: 1%; }
#jni-contents-inner { display: block; }
/* */

#jni-main {
	width: 660px;
	float: right;
	margin-bottom: 25px;
}

#jni-sub {
	width: 170px;
	float: left;
	margin-bottom: 25px;
}

/*
==========================================================================
SNS バナー（全ページ共通）
==========================================================================
*/

#jni-sns {
	display: block;
	height: 50px;
	position: relative;
	padding-right: 33px;
	padding-left: 33px;
	background-color: #FFEF00;
	background-image: url(../images/back_jni_sns.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}

#jni-sns table {
		
}

#jni-sns td {
	padding-right: 10px;
}


/*
==========================================================================
サイドナビ（全ページ共通）
==========================================================================
*/




/*
============================================================
　グローバルナビ
============================================================
*/

#jni-navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 906px;
	height: 97px;
	background-color: #FFEF00;
	background-image: url(../images/back_jni_navi.gif);
	background-repeat: no-repeat;
}

#jni-navi ul {
	margin-left: 33px;
	list-style: none;
}

#jni-navi li {
	float: left;
	display: block;
	height: 45px;
	text-align: center;
	font-size: 12px;
	line-height: 45px;
}

#jni-navi li a:link {
	color: #FFF;
	text-decoration: none;
}
#jni-navi li a:visited {
	color: #FFF;
	text-decoration: none;
}
#jni-navi li a:hover {
	color: #FF0;
	text-decoration: none;
}
#jni-navi li a:active {
	color: #FF0;
	text-decoration: none;
}

/* ４項目の場合 
.jninv1 {
	background: #535353;
	width: 210px;
}
.jninv2 {
	background: #474747;
	width: 210px;
}
.jninv3 {
	background: #535353;
	width: 210px;
}
.jninv4 {
	background: #474747;
	width: 210px;
}
*/

/* ５項目に修正 */
.jninv1 {
	background: #535353;
	width: 168px;
}
.jninv2 {
	background: #474747;
	width: 168px;
}
.jninv3 {
	background: #535353;
	width: 168px;
}
.jninv4 {
	background: #474747;
	width: 168px;
}
.jninv5 {
	background: #535353;
	width: 168px;
}


#jni-navi #jni-pankuzu {
	font-size: 11px;
    position: absolute;
	top: 52px;
	left: 0px;
	width: 840px;
	text-align: right;
	margin-left: 33px;
}




/*
==========================================================================
フッター（全ページ共通）
==========================================================================
*/

#jni-footer{
	width: 840px;
	height: 40px;
	position: relative;
	margin-top: 0px;
	margin-right: 133px;
	margin-left: 133px;
	margin-bottom: 30px;
	clear: both;
}

#jni-ft1 ul {
	width: 720px;
	height: 15px;	
}

#jni-ft1 ul {
	padding-bottom: 5px;
	list-style: none;	
}

#jni-ft1 li {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 10px;
	line-height: 10px;
	background-image: url(../images/jni_ft_listmark.gif);
	background-repeat: no-repeat;
}

#jni-ft2 {
	border-top: 1px solid #000;
    padding-top: 5px;
	clear: left;	
}

#jni-ft2 h3 {
	font-size: 10px;
	line-height: 14px;
	display: block;
	float: left;
	font-weight: normal;
}

#jni-ft2 h3 a {
	color: #333333;
}

#jni-ft2 .ga-topbanner {
	float: right;
}

#jni-footer a:link,
#jni-footer a:visited {
	color: #333333;	
}
#jni-footer a:hover,
#jni-footer a:active {
	color: #1D4FB3;	
}
