@charset "UTF-8";


/* group reset */
*{
    margin: 0;padding: 0;
}

p{
    margin: 0px;
}


a{
    text-decoration: none;
	color: #000000;
}

a:link{
    text-decoration: none;
	color: #000000;
}

a:hover{
    text-decoration: underline;
	color: #FF6600;
}

ul,ol{
    list-style: none
}

img{
    border: none;
}
/* group reset */



/* style set */
body{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
	line-height: 21px;
}

h1{
    font-style: normal;
    font-size: 12px;
	font-weight: normal;
}

li{
    list-style:none;
}



#out{
    width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#contents{
    width: 1000px;
	height: auto;
	padding-bottom: 50px;
}

#left{
    float: left;
    width: 490px;
	height: auto;
}

#right{
    float: right;
    width: 490px;
	height: auto;
}

/* style set */


/*// ヘッダー ///////////////*/
#header{
    width: 1000px;
	height: 210px;
	background-image: url(../img/headback.jpg);
	background-repeat: no-repeat;
}

#h1{
    width: 1000px;
	height: 42px;
}

#headin{
    width: 570px;
	height: 110px;
	padding-left: 125px;
	font-size: 13px;
}

#headleft{
    float: left;
	width: 200px;
	height: 80px;
}

#headright{
    float: right;
	width: 350px;
	height: 80px;
}



#navi{
    width: 860px;
    height: 50px;
	line-height: 42px;
	background-image: url(../img/naviback.jpg);
	background-repeat: no-repeat;
	padding-left: 140px;
}

.naviin{
    float: left;
    width: auto;
	height: 45px;
	padding-right: 60px;
}


/*// ヘッダー ///////////////*/





/* 各ページ共通 */

/* 各ページ共通 */



/* style */
.font01{
    color: #FF6600;
}

.pad10{
    padding-bottom: 10px;
}

.pad15{
    padding-bottom: 15px;
}

.pad20{
    padding-bottom: 20px;
}

.pad30{
    padding-bottom: 30px;
}

.pad40{
    padding-bottom: 40px;
}

.pad45{
    padding-bottom: 45px;
}

/* style */




/*// フッター /////////////*/
#footer{
    width: 1000px;
	height: 150px;
	color: #ffffff;
	font-size: 12px;
	background-color: #2D458A;
}

#footerin{
    width: 940px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#footer a{
    text-decoration: none;
	color: #ffffff;
}

#footer a:link{
    text-decoration: none;
	color: #ffffff;
}

#footer a:hover{
    text-decoration: underline;
	color: #ffffff;
}



#footinq{
    width: 1000px;
	height: 320px;
}

#footleft{
    float: left;
    width: 450px;
	height: 100px;
}

#footright{
    float: right;
    width: 400px;
	height: 100px;
}

#footrightleft{
    float: left;
	width: 185px;
	height: 100px;
}

#footrightright{
    float: right;
	width: 185px;
	height: 100px;
}

#foottext01{
    width: 185px;
	height: 45px;
	font-size: 10px;
	line-height: 13px;
}

#copyright{
    width: 1000px;
	height: 18px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

/*// フッター /////////////*/




