@charset "UTF-8";

/*======================================
	1-1.Universal selector
=======================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.5;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

/*======================================
	1-2.Structure Module
=======================================*/

body {
	background: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;	/**font-size: small;
	*font: x-small;*/
}

/*======================================
	1-3.Text Module
=======================================*/

p,
address {
	margin: 0.8em 0px;
}



/*======================================
	1-4. Hypertext Module
=======================================*/

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.s10p {
	font-size: 10px;
}
.s12p {
	font-size: 12px;
}
.s14p {
	font-size: 14px;
}
.s16p {
	font-size: 16px;
}
.gothic {
	font-family: Arial, Helvetica, sans-serif;
}


/*======================================
	各ページ固有のクラスやID
=======================================*/
#Header { /*ライブラリー項目*/
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#Header ul#Header { /*ライブラリー項目*/
	width: 14em;
	position: absolute;
	z-index: 1;
	right: 10px;
	bottom: 13px;
	height: 1em;
}
#Header ul#Header li { /*ライブラリー項目*/
	display: inline;
	list-style-type: none;
}
#Header ul#Header li a { /*ライブラリー項目*/
	background-image: url(../images/indeximages/bluearrw.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	margin-left: 10px;
	font-weight: bold;
}

#Menuback { /*ライブラリー項目*/
	background-image: url(../images/indeximages/menuback.jpg);
	background-repeat: repeat;
	width: 100%;
}
#Menuback ul#Navi { /*ライブラリー項目*/
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3A6ECF;
}
#Menuback ul#Navi li { /*ライブラリー項目*/
	float: left;
	list-style-type: none;
}
#Menuback ul#Navi li a { /*ライブラリー項目*/
	font-weight: bold;
	color: #FFF;
	line-height: 1em;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding: 15px 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3A6ECF;
	position: relative;
}
#Menuback ul#Navi li a:hover { /*ライブラリー項目*/
	background-image: url(../images/indeximages/menuback_f2.jpg);
	background-repeat: repeat;	
}





#Tittlebar {
	background-image: url(../keitai/smallgateimages/yellowback.jpg);
	background-repeat: repeat;
	width: 100%;
	margin-top: 0px;
}
#Tittlebar #Tttlbdy {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/kaisyagyimages/ksy_ttleback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 104px;
	position: relative;
}
#Tittlebar #Tttlbdy #Ttlbx {
	width: 550px;
	border: 2px solid #FFF;
	padding: 8px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	position: absolute;
	z-index: 2;
	left: 20px;
	bottom: 15px;
	margin: 0px;
}
#Tittlebar #Tttlbdy #Ttlbx h1 {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	height: 32px;
}

#Tittlebar #Tttlbdy #OtwBox #Tel { /*ライブラリー項目　お問合せボックス*/
	font-weight: bold;
	font-size: 12px;
}
#Tittlebar #Tttlbdy #OtwBox { /*ライブラリー項目　お問合せボックス*/
	text-align: center;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1px;
	padding-left: 1px;
	line-height: 1.2;
	position: absolute;
	z-index: 3;
	right: 100px;
	bottom: 17px;
	background-image: url(../images/otoiawaseimages/whitemesh.gif);
	background-repeat: repeat;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CB2000;
	border-bottom-color: #CB2000;
}



#Pankuzu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}
#Main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#Main #Lftnavi {
	display: inline;
	float: left;
	width: 170px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666;
	background-color: #AFC3E1;
	padding-top: 20px;
	padding-bottom: 1000px;
}
#Main #Lftnavi dl {
	padding-left: 1em;
	margin-top: 2em;
}
#Main #Lftnavi dl dt {
	list-style-type: none;
	line-height: 1.2em;
	margin-bottom: .3em;
	margin-top: .3em;
}
#Main #Lftnavi dl dt a {
	display: block;
	text-decoration: none;
}
#Main #Lftnavi dl dt a:hover {
	background-color: #C1D1E8;	
}
#Main #Lftnavi dl ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#Main #Lftnavi dl dd ul li {
	list-style-type: none;
	padding-left: 1em;
	padding-top: .3em;
	padding-bottom: .3em;
}
#Main #Lftnavi dl ul li a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 1em;
	background-image: url(../keitai/smallgateimages/akamaru.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
}
#Main #Lftnavi dl ul li a:hover {
	background-color: #C1D1E8;
}
#Main #Maincnt {
	display: inline;
	float: right;
	width: 716px;
}
#Main #Maincnt h2.subttle {
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	background-image: url(../keitai/smallgateimages/subttlebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 8px 0px 8px 20px;
}
#Main #Maincnt #Txtcnt {
	margin-top: 60px;
	margin-left: 50px;
}
#Main #Maincnt h3 {
	font-size: 14px;
	font-weight: bold;
	color: #00C;
	margin-top: .5em;
	margin-bottom: .5em;
}
#Main #Maincnt #Txtcnt h3 a {
	font-weight: bold;
}
#Main #Maincnt .txtcnt {
	width: 655px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 20px;
}
.bold {
	font-weight: bold;	
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#Bttm { /*ライブラリー項目*/
	background-image: url(../images/indeximages/btmback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	margin-bottom: 0px;
}
#Bttm #Btmbdy { /*ライブラリー項目*/
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#Bttm #Btmbdy img#Pgup { /*ライブラリー項目*/
	width: 86px;
	vertical-align: bottom;
	margin-right: 0px;
	margin-left: auto;
	display: block;
}

