﻿@charset "utf-8";


/*
	[INDEX]
		・ラッパー
		・ヘッダー
		・グランドナビ
		・コンテンツコンテナ
		・２カラム用コンテンツ領域
		・３カラム用コンテンツ領域
		・左サイドナビゲーション
		・フッター
		・右サイドナビゲーション
		・リンク関連スタイル
		・各コンテンツページ共通設定
		・clearfix
*/

/*------------------------------
ラッパー
------------------------------*/
#wrapper{
	width:777px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
}

/*------------------------------
ヘッダー
------------------------------*/
#header {
	width: 777px;
	margin: 0px;
	padding: 0px;
}
h1 {
	color:#FF0000;
	margin-bottom: 5px;
	font-size: 12px;
}
#header .kankaku1 {
	margin-right: 14px;
}
/*------------------------------
グランドナビ
------------------------------*/
#globalNavi {
	width: 777px;
	margin-top: 7px;
	margin-bottom: 15px;
}
#globalNavi ul{
	text-align: center;
	list-style: none;
	width: 777px;
	height: 40px;
	background-image: url(../images/glonavi1.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#globalNavi li {
	float: left;
	color: #333333;
	font-weight: normal;
	text-align: center;
	display: block;
	font-size: 10pt;
	list-style-type: none;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 11px;
	height: auto;
	width: auto;
}


#globalNavi a, #globalNavi a:link, #globalNavi a:visited {
	text-decoration: none;
	color: #333333;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	list-style-type: none;
	display: block;
	background-color: transparent;
	/*＼*//*/
	display: inline;
	/**/
}
#globalNavi a:hover {
	color: #9900FF;
}




/*------------------------------
コンテンツコンテナ
------------------------------*/
#contentsContainer{
	width:777px;
	background-color:#ffffff;
	margin-top: 30px;
}

/*------------------------------
コンテンツ領域
------------------------------*/
#content{
	background-color:#ffffff;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	width: 579px;
}
#main1  {
	background-color: #FFF2F2;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 20px;
}
h2 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #FF0000;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #AE0000;
	line-height: 1.6;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 0px;
}
.nasi {
	clear: both;
}
h5  {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.4;
}
h6  {
	font-weight: bold;
	color: #AE0000;
	margin-top: 20px;
	clear: both;
	font-size: 12px;
}
p  {
	font-size: 100%;
	line-height: 1.6;
}
.no {
	margin-top: 0px;
}

.migi {
	text-align: right;
}

.ue1   {
	margin-top: 15px;
}
.ue2  {
	margin-top: 10px;
	display: block;
}
.huto1   {
	font-weight: bold;
	color: #333333;
}
.iro1  {
	color: #FF0000;
}
.iro2  {
	color: #AE0000;
}
.iro3 {
	color: #FFFFFF;
	font-weight: bold;
}
.iro4 {
	color: #0088FF;
}
.iro5 {
	color: #b8ccb8;
}




#main1 td p {
	line-height: 1.4;
}


/*------------------------------
テーブル
------------------------------*/
#main1 table {
	width: 100%;
	border-bottom: 1px solid #FFB8B8;
	border-left: 1px solid #FFB8B8;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#main1 table td {
	border-top: 1px solid #FFB8B8;
	border-right: 1px solid #FFB8B8;
	margin: 0px;
	padding: 5px;
}

#main1 table span.bg1 {
	background-color: #FFF19F;
	padding: 1px;
}
.muryo {
	margin-top: 20px;
}

/*------------------------------
左サイドナビゲーション
------------------------------*/
#sideNavi {
	width:184px;
	float: left;
}

#sideNavi p {
	margin-bottom: 10px;
}


#sideNavi li {
	font-size: 10pt;
	line-height: 1.8;
	background-image: url(../images/iko1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#sideNavi .sita1 {
	margin-bottom: 3px;
}

#sideNavi li.namae1 {
	font-size: 11px;
	line-height: 1.4;
	text-indent: 20px;
	background-image: none;
}

/*------------------------------
ご利用ガイド
------------------------------*/
#main3 {
	clear: both;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-top: 20px;
}

#main3 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #AE0000;
	text-align: center;
	background-color: #FFD2D8;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main3 h4 {
	font-size: 13px;
	font-weight: bold;
	color: #AE0000;
	margin-top: 0px;
}

#main3 p {
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
}
#main3 table {
	width: 777px;
	border-bottom: 1px solid #FFB8B8;
	border-left: 1px solid #FFB8B8;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#main3 table td {
	border-top: 1px solid #FFB8B8;
	border-right: 1px solid #FFB8B8;
	margin: 0px;
	padding: 5px;
}
#main3 table span.bg1 {
	background-color: #FFF19F;
	padding: 1px;
}


/*------------------------------
フッター
------------------------------*/
#footer{
	width:777px;
}

#footer .fotterLink{
	width:777px;
	float:left;
	margin-top: 10px;
}

#footer .fotterLink ul{
	font-weight: bold;
	color: #AE0000;

}
#footer .fotterLink li{
	float:left;
	margin-right:20px;
	white-space: nowrap;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
}
#footer .fotterLink li a{
	padding-left:14px;
}
#footer .fotterLink li a:link{
	background:url(../images/iko2.gif) left center no-repeat;
}
#footer .fotterLink li a:visited{
	background:url(../images/iko2.gif) left center no-repeat;
}
#footer .fotterLink li a:hover{
	background:url(../images/iko1.gif) left center no-repeat;
}

#footer .fotterLink li.noreturn{
	float:none;
}
#footer #copyright{
	height: 24px;
	width: 777px;
	padding-top: 20px;
	clear: both;
	font-size: 100%;
}



/*------------------------------
リンク関連スタイル
------------------------------*/
a:link{ color:#0053DF; text-decoration:none; }
a:visited{ color:#0053DF; text-decoration:none; }
a:hover{
	color:#9900FF;
	text-decoration:underline;
}

a.link1:link{
	color:#0053DF;
	text-decoration:none;
}
a.link1:visited{
	color:#0053DF;
	text-decoration:none;
}
a.link1:hover{
	color:#9900FF;
	text-decoration:underline;
}




/*------------------------------
各コンテンツページ共通設定
------------------------------*/
.images1 {
    margin-bottom:5px;
}
	
.images2 {
    margin-bottom:10px;
} 
.images3 {
    margin-bottom:15px;
}     
.images4 {
    margin-bottom:20px;
}     
.images5 {
    margin-top:5px;
}     
.images6 {
    margin-top:10px;
}
.images7 {
    margin-top:15px;
}  
.images8 {
    margin-top:20px;
} 
.images9 {
	margin-right: 13px;
	margin-bottom: 10px;
}
.images10 {
	margin-right: 13px;
}


.images11 {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
.images12 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.images13 {
	margin-right: 5px;
}
.images14 {
	margin-top: 5px;
	margin-right: 5px;
}
.images15 {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.images16 {
	margin-left: 10px;
}
.ce1 {
	text-align: center;
	display: block;
}
.bla1 {
	font-weight: bold;
}

.bla2 {
	font-weight: bold;
	clear: both;
}





/*------------------------------
Clear Fix Hack
------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*IE7 MacIE5*/
.clearfix{display:inline-block;}
/*IE6*/
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hides from IE-mac */
