@charset "Shift_JIS";

/*==============================================================================
basic
================================================================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.5;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	font-size: 80%;
	color: #666666;
	background-color:#C9AF4E;
}

p, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

em, address {
	font-style: normal;
}
ul, ol, li, dd, dt, dl{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th, td {
	padding: 0;
	font-weight: normal;
}

img {
    border-style:none;
}

a {
	font-family: none;/* for mac */
	text-decoration: none;
}

a:link {
	color: #390;
	text-decoration: none;
}

a:visited {
	color: #390;
	text-decoration: none;
}

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

a:active {
	color: #F90;
	text-decoration: none;
}

/*==============================================================================
style
================================================================================*/
/*　見出し　*/
h2.type01 {
	font-size:120%;
	font-weight:bold;
	color:#390;
}
h2.type02 {
	color:#8C792B;
	margin-bottom: 10px;
	padding: 5px 5px 6px 5px;
	background: url(../image/common/dot_bule.gif) repeat-x left bottom;
	font-size:150%;
	font-weight:bold;
	font-family:"HG創英角ｺﾞｼｯｸUB","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*　テキスト　*/
.txt-left{
text-align: left;
}
.txt-right{
text-align: right;
}
/*　リスト　*/
#contents ul{
	margin-left: 15px;
	padding-bottom: 5px;
	list-style: none;
}
#contents ul.list01 li{
	margin-bottom: 2px;
	padding-left: 15px;
	background:url(../image/common/list01.gif)  no-repeat 2px 5px;
}
#contents ul.list02 li{
	margin-bottom: 2px;
	padding-left: 15px;
	background:url(../image/common/list02.gif)  no-repeat 2px 5px;
}
/* Float　*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
/* image */
.image-left {
	padding-bottom:10px;
	padding-right: 15px;
	float:left;
}
.image-right {
	padding-bottom:10px;
	padding-left: 15px;
	float:right;
}
.image-caption  {
	margin-top: 15px;
}
/* Margin & padding
-------------------------------------*/

/* Margin */
.m0{	margin: 0!important;}

.m5{	margin: 5px!important;}

.m10{	margin: 10px!important;}

.m20{	margin: 20px!important;}

.mt0{	margin-top: 0!important;}

.mt5{	margin-top: 5px!important;}

.mt10{	margin-top: 10px!important;}

.mt15{	margin-top: 10px!important;}

.mt20{	margin-top: 20px!important;}

.mt25{	margin-top: 25px!important;}

.mt30{	margin-top: 30px!important;}

.mr5{	margin-Right: 5px!important;}

.mr10{	margin-Right: 10px!important;}

.mr20{	margin-Right: 20px!important;}

.mb0{	margin-bottom: 0!important;}

.mb5{	margin-bottom: 5px!important;}

.mb10{	margin-bottom: 10px!important;}

.mb15{	margin-bottom: 15px!important;}

.mb20{	margin-bottom: 20px!important;}

.mb25{	margin-bottom: 25px!important;}

.mb30{	margin-bottom: 30px!important;}

.ml5{	margin-left: 5px!important;}

.ml10{	margin-left: 10px!important;}

.ml15 {	margin-left: 15px!important;}

.ml20{	margin-left: 20px!important;}

.ml100{	margin-left: 100px!important;}
.ml150{	margin-left: 150px!important;}
.ml200{	margin-left: 200px!important;}
.ml220{	margin-left: 220px!important;}
.ml230{	margin-left: 230px!important;}
.ml250{	margin-left: 250px!important;}
.ml280{	margin-left: 280px!important;}
.ml300{	margin-left: 300px!important;}
.ml310{	margin-left: 310px!important;}

/* Padding */
.p0{
	padding: 0px!important;
}

.p5{
	padding: 5px!important;
}

.p10{
	padding: 10px!important;
}

.p20{
	padding: 20px!important;
}


.pt0{
	padding-top: 0px!important;
}

.pt5{
	padding-top: 5px!important;
}

.pt10{
	padding-top: 10px!important;
}

.pt15{
	padding-top: 15px!important;
}

.pt20{
	padding-top: 20px!important;
}

.pt25{
	padding-top: 25px!important;
}

.pt30{
	padding-top: 20px!important;
}

.pr0{
	padding-right: 0px!important;
}

.pr5{
	padding-right: 5px!important;
}

.pr10{
	padding-right: 10px!important;
}

.pr20{
	padding-right: 20px!important;
}

.pb0{
	padding-bottom: 0px!important;
}

.pb5{
	padding-bottom: 5px!important;
}

.pb10{
	padding-bottom: 10px!important;
}

.pb15{
	padding-bottom: 15px!important;
}

.pb20{
	padding-bottom: 20px!important;
}

.pb25{
	padding-bottom: 25px!important;
}

.pb30{
	padding-bottom: 30px!important;
}

.pl0{
	padding-left: 0px!important;
}

.pl5{
	padding-left: 5px!important;
}

.pl10{
	padding-left: 10px!important;
}

.pl20{
	padding-left: 20px!important;
}

/* --------------------------------------*/
/* 全体 */
/* --------------------------------------*/
#wrapperOut {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}
#wrapperIn {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}
/* --------------------------------------*/
/* Header */
/* --------------------------------------*/
#header .toprogo{
	background:url(../image/common/andtoprogo.jpg) no-repeat;
}
#header .toprogo a {
	display:block;
	padding:0;
	width:370px;
	height:80px;
	text-decoration:none;
}
#header .toprogo a span {
	visibility:hidden;
}
#hmenu{
	height:40px;
}
#hmenu ui {
	list-style: none;
	margin: 0;
	padding: 0;
}
#hmenu li {
	list-style: none;
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
}
/* --------------------------------------*/
/* パンくず */
/* --------------------------------------*/
#pan {
	margin-left: 13px;
	height: auto;
	background-color: #fff;
}
/* --------------------------------------*/
/* Contents */
/* --------------------------------------*/
#contents {
	position: relative;
	margin: 10px 0;
	width: 750px;
	text-align: center;
	background-color: #DD2D1B;
}
#contents .section {
	padding:10px;
	margin: 10px auto;
	width: 680px;
	text-align: left;
	background-color: #fff;
}
#bottom{
	height:30px;
	background-color: #DD2D1B;
}
/* --------------------------------------*/
/* FOOTER */
/* --------------------------------------*/
#footer {
	border-top: 1px solid #3B88B2;
	background-color: #ffffff;
	padding: 10px 0 10px 0;
}
#footer p{
padding-right:30px;
text-align:right
}
#footer p.link {
	text-align: center;
}
#footer p.copyright {
	text-align: center;
	font-size: 90%;
	font-style:italic;
}
/* --------------------------------------*/
/* Banner */
/* --------------------------------------*/
.banner {
	text-align: center;
	margin-top:8px;
	margin-bottom:8px;
}

/* --------------------------------------*/
/* AllPageTxt */
/* --------------------------------------*/
#apt ul{
	list-style: none;
}
#apt ul li{
	padding: 10px 0 5px 0;
	text-align:left;
}
