/*CSSの設定*/
/*各種HTMLにclassとidを設定することにより変化します。*/
/*CSSファイルに「.***」とあるものは class="***"と指定し、*/
/*CSSファイルに「#***」とあるものは id="***"と指定すれば指定通りに変更が可能です。*/
/*ただし id はHTML内で一回しか使えません。*/


/*インポート属性*/

/*（基本以外で例外的にCSSを設定したいときに使うファイル）*/
@import url("./client.css");

/*（マージン設定）*/
@import url("./margin.css");

/*（パディング設定）*/
@import url("./padding.css");

/*（カラー設定）*/
@import url("./color.css");

/*（ボックス設定）*/
@import url("./div.css");

/*（フォント設定）*/
@import url("./fontsize.css");

/*（タブ設定）*/
@import url("./tab.css");

/*（テーブル設定）*/
@import url("./table.css");

/*（ナビゲーション設定）*/
@import url("./nav.css");

/*（ナビゲーション設定）*/
@import url("./bukken.css");

/*（htag設定）*/
@import url("./htag.css");


/* ライトボックス代替 */
@import url("./colorbox.css");

/* スライダー代替 */
@import url("./camera.css");

/* スライダー代替 */
@import url("./zeromail.css");


/*基礎ＨＴＭＬ部分*/

/*html{
	height:100%;
	background:url(../images/bg.gif) center top;
}

body{
	height:100%;
	margin: 0;
	padding: 0;
	* padding-left: 1px;
	border: 0;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	background:url(../images/bg_main.gif) center top repeat-y;	
}

body > html{
    height: auto;
}
*/

/*ゼロ*/
body,table,div,pre,p,blockquote, 
form,
dl,dt,dd,li,h1,h2,h3,h4,h5,h6, 
embed,object,
header,footer
 { 
	margin: 0;
	padding: 0;
	vertical-align: baseline; 
	font-size: 100.01%;
}

/*基本コード*/
body{
	color: #333333;
	background: #DDDDDD;
	font-family:"Lucida Grande", "メイリオ","Meiryo", "30D230E930AE30CE89D230B420Pro20W3", "30e130a430ea30aa", "FF2DFF3320FF3030B430B730C330AF", "Osaka", verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
}


address{
	margin: 0;
	font-style: normal;
	font-size: 10px;
}

/*トップに戻る*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*リンク設定部分*/
a { 
	text-decoration: underline; 
	color: #0066CC;
} 
a:hover { 
	text-decoration: underline; 
	color: #FF0000;
} 


/*リスト部分*/

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


/*ライン設定*/

.ue{
	border-top: 1px dotted #DDDDDD;
	padding: 10px 0 5px 0;
}

.shita{
	border-bottom: 1px dotted #DDDDDD;
	padding: 5px 0 10px 0;
}

.migi{
	border-right: 1px dotted #DDDDDD;
	padding: 0 5px 0 5px;
}

.hidari{
	border-left: 1px dotted #DDDDDD;
	padding: 0 5px 0 5px;
}


/*基本汎用テキスト部分*/

.mini{
	font-size: 10px;
	line-height: 130%;
}

.off{
	display: none;
}

.text{
	text-indent: -9500px;
}

.strong{
	font-style : normal;
	font-weight: lighter;
}

.bold{
	font-weight: bold;
}

.zero{
	margin: 0;
	padding: 0;
	border: 0;
}

/*文字寄せ*/
.textLeft{
	text-align: left;
}

.textCenter{
	text-align: center;
}

.textRight{
	text-align: right;
}

.textTop{
	vertical-align: top;
}

.textMiddle{
	vertical-align: middle;
}

.textBottom{
	vertical-align: bottom;
}


/*基本hタグの設定*/
h1{

	font-weight: lighter;
}

h2,h3{

	line-height: 150%;
}

h4,h5{

	line-height: 150%;
}

.title{
	color:#000A7D;
	height: 50px;
	padding: 30px 0 0 20px;
	font-size: 24px;
	line-height: 100%;
	background-repeat: repeat-x;
	background-image: url(../images/htag/title.png);
}

.htag{
	color:#000A7D;
	height: 24px;
	padding: 12px 0 0 20px;
	margin: 5px 0 0 0;
	font-size: 16px;
	line-height: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/htag/htag.png);
}

.htag2{
	height: 12px;
	padding: 12px;
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 100%;
	color:#003366;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}


.htag3{
	margin: 10px 0 0px 0;
	padding: 8px;
	border-width:0 0 5px 0 ;
	border-color:#3399CC;
	border-style:solid;
	background:#0483c3;
	color:#FFFFFF;
	font-size: 16px;
	line-height:140%;
	font-weight:bold;
}

.htag4{
	font-size: 16px;
	height: 28px;
	color:#003366;
	padding: 0 0px 0 18px;
	background-image: url(../images/htag/htag4.png);
	background-position: left;
	background-repeat: no-repeat;
}

.htag5{
	font-size: 16px;
	color:#003366;
	padding: 5px 10px;
	background: #FFCC00;
}

.htag7{
	margin: 10px 0 10px 0;
	padding: 8px;
	border-width:0 0 1px 0 ;
	border-color:#17479e;
	border-style:solid;
	background:#FFFFFF;
	color:#003366;
	font-size: 16px;
	line-height:140%;
	font-weight:bold;
}

.kihonBox{
	border-right: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding: 10px;
}

.midashiBox{
	border: solid 5px #7D0000;
	margin: 0 0 10px 0;
	padding: 10px;
	background-image: url(../images/midashiBox.gif);
}

.kihonBox2{
	background-repeat: repeat-y;
	font-size: 90%;
	line-height: 150%;
	background: #EEEEEE;
	border-left: 1px solid #CCCCCC; 
	border-right:  1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	margin:  0 0 10px 0;
	padding: 10px;
}

.kihonBox3{
	background-repeat: repeat-y;
	font-size: 90%;
	line-height: 150%;
	background: #EEEEEE;
	border: 1px solid #CCCCCC; 
	margin:  0 0 10px 0;
	padding: 10px;
}

/*clear属性*/

.cr{
	clear: both;
}

.clear{
	text-align: right;
	clear: both;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */



/*画像配置やリサイズ*/

.imgLeft{
	margin: 0 10px 10px 0;
	float: left;
}


.imgRight{
	margin: 0 0 10px 10px;
	float: right;
}

.imgLeft05{
	margin: 0 5px 5px 0;
	float: left;
}


.imgRight05{
	margin: 0 0 5px 5px;
	float: right;
}

/*よくある質問*/
.faqQ{
	background-repeat: no-repeat;
	background-image: url(../images/faq_q.png);
	color:#745221;
	font-size: 14px;
	height: 50px;
	padding: 10px 0 0 80px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}


.faqAbox{
	background: #FADADA;
	margin: 0 0 0 0px;
	padding: 10px 10px 10px 00px;
}

.faqA{
	text-indent: -999%;
	background-repeat: no-repeat;
	background-image: url(../images/faq_a.png);
	width: 85px;
	height: 50px;
	margin: 0 05px 0px 0;
	float: left;
}


/*画像リサイズ*/
.photoImage{
	position:relative;
	width:100px;
	height:100px;
	margin: 0 10px 10px 0;
	float: left;
}

.photo10075{
	width: 100px;
	height: 75px;
}