
@charset "UTF-8";
/*////////////////////////////// RESET ///*/
body {
	line-height: 1.4;
	margin:0;
}
h1, h2, h3, p {
	margin: 0;
}
header,hgroup,nav,section,footer {
	display:block;
}
ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

/*////////////////////////////// GENERAL SETTING ///*/
body {
	background-color: #fff9f4;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Osaka,  sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;	/* フォントサイズ自動調整されないようにする */ 
}
a {
	color: #0066FF;
	text-decoration:underline;
}
img {
	border: 0;
	vertical-align: bottom;
}

/*////////////////////////////// MAIN LAYOUT ///*/
header {
	overflow: hidden;
}
#about {
	margin-top: 15px;
	margin-bottom:15px;
}
#ad {
	margin-top: 15px;
}
#menu {
	margin-top: 15px;
}
#footer{
	margin-top:15px;
	margin-bottom:15px;
	font-size: 10px;
	text-align: center;
}

/*////////////////////////////// HEADER ///*/
header h1 {
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 4px #ff6600 solid;
	border-bottom: 4px #ff6600 solid;
	background-color: #fff;
	color: #20899f;
	font-size:100%;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tb {
	text-align: center;
}
#pank {
	margin-top: 15px;
}
#pank ul {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	line-height:14px;
}	
#pank ul li {
	list-style: none;
	padding-left: 10px;
	font-size: 60%;
	text-align: center;
}
#pank li a {
	padding-right:14px;
	background: url(../images/list_pank.png) no-repeat right center;
	text-decoration: none;
}

	
/*////////////////////////////// ABOUT ///*/
#about {
	margin: 10px 10px 0 10px;
	padding: 10px;
	border:1px solid #dddddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFEFD5));
	background: -moz-linear-gradient(#fff,#FFEFD5);
	-webkit-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
}	

#about_any {
	margin: 10px 10px 0 10px;
	padding: 10px;
	border:1px solid #dddddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFEFD5));
	background: -moz-linear-gradient(#fff,#FFEFD5);
	-webkit-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
}	
#about_any a{
	color: #666;
	text-decoration: none;
}

/*////////////////////////////// AD ///*/
#ad h2 {
	height: 30px;
	line-height: 30px;
	margin-bottom:15px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ff6600;
	color: #f7f6f2;
	font-size:110%;
}
#ad p {
	margin-bottom: 1em;
}
.star {
	padding-left: 10px;
	line-height:20px;
	font-size: 85%;
}
.adimg, .adcf, .adtext1 {
	text-align: center;
}
.adcf {
	color: #ff0060;
}
.adtext1 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 90%;
}
.adtext2 {
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	border: 3px solid #ff6600;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #fff;
}
#ad hr {
	margin-bottom: 1em;
	border: 2px dashed #ff6600;
}		
/*////////////////////////////// NAV ///*/
#menu h3 {
	line-height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ff6600;
	color: #f7f6f2;
	font-size:110%;
}
#menu ul li{
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border-bottom: 1px #ff6600 solid;
	background: #fff;
	font-size: 110%;
}
#menu ul li a{
	height: 50px;
	overflow: hidden;
	padding-right: 20px;
	background: url(../images/list_mark.png) no-repeat 100% 50%;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
	-webkit-tap-highlight-color:transparent; 	/* リンクをタップしたときの半透明を消す */
}
#menu ul li:last-child {
	border-bottom: 2px #ff6600 solid;
}

/*////////////////////////////// LINK ///*/
#link h3 {
	line-height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ff6600;
	color: #f7f6f2;
	font-size:110%;
}
#link ul li{
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border-bottom: 1px #ff6600 solid;
	background: #fff;
	font-size: 110%;
}
#link ul li a{
	height: 50px;
	overflow: hidden;
	padding-right: 20px;
	background: url(../images/list_mark.png) no-repeat 100% 50%;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
	-webkit-tap-highlight-color:transparent; 	/* リンクをタップしたときの半透明を消す */
}
#link ul li:last-child {
	border-bottom: 2px #ff6600 solid;
}
/*////////////////////////////// COPY ///*/
.copy {
	font-size: 70%;
}

/* バナータグ用 */
#banner{
	text-align: center;
}

#banner a{
	display: block;
	color: #0066FF;
	font-size: 16px;
	text-decoration: underline;
	padding: 5px 0 5px 0;
}

/*リスト*/
#glist ul{
	margin: 0 10px;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
}
#glist ul li{
	border-bottom: 1px #C0C0C0 solid;
	padding: 8px;
	background-color: #F3F3F3;/* リスト背景色 */
}
#glist p{
	margin: 15px 0 15px 10px;
}

/* 中央寄せ*/
.center {
	text-align: center;
}

/* Hタグ*/
h1 {
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 4px #ff6600 solid;
	border-bottom: 4px #ff6600 solid;
	background-color: #fff;
	color: #20899f;
	font-size:100%;
	text-overflow:ellipsis;
	white-space: nowrap;
}

h2 {
	line-height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ff6600;
	color: #f7f6f2;
	font-size:110%;
}
ul li{
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border-bottom: 1px #ff6600 solid;
	background: #fff;
	font-size: 110%;
}
ul li a{
	height: 50px;
	overflow: hidden;
	padding-right: 20px;
	background: url(../images/list_mark.png) no-repeat 100% 50%;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
	-webkit-tap-highlight-color:transparent; 	/* リンクをタップしたときの半透明を消す */
}
ul li:last-child {
	border-bottom: 2px #ff6600 solid;
}
