@charset "shift-jis";

@import url(css/commonstyles.css);
@import url(css/reset.css) screen and (min-width: 769px);
@import url(css/style.css) screen and (min-width: 769px);
@import url(css/smart.css) screen and (max-width: 768px);


/* ボタンリンク。必要であれば。 */
#adbtn a.btn {
	font-size: 90%;
	display:block;
	width:200px;
	margin: 15px auto 0;
	padding: 5px;
	border: 1px solid #00CC00;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	background: #00CC00;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
}

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

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

/* セクション */
#about {
	margin: 10px 10px 0 10px;
	padding: 10px;
	border: 3px solid #d2baae;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #fff;
}

#about p{
        padding: 5px; 
}

#about_any {
	margin: 10px 10px 0 10px;
	padding: 10px;
	border: 3px solid #d2baae;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #fff;
        font-size:85%
}	
#about_any a{
	color: #666;
	text-decoration: none;
}

#about_any p{
        padding: 5px; 
}

/*/ HR/*/
hr {
	margin-bottom: 1em;
	border: 1px dashed #ff8040;
}


div.pankuzu {
	font-size: 60%;
	padding : 5px;
	background-color: #CCCCCC;
}

/* マーカー */
.ylw{
	background-color:#FFE566;
	font-weight:bold;
	padding:2px;
}


/* ボックス */

.nmlbox,.dottbox,.ylwbox,.graybg{
	padding:15px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

.graybg{
	background-color:#EBEBEB;
}

.dottbox{
	border:dotted 1px #666;
}
.nmlbox {
	border: 2px solid #CCCCCC;
}
.ylwbox {
	background-color: #FFFFD2;
	border: 2px solid #CC0000;
}

