body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin:8px;
}

h1 {
	font-size: 18px;
	color: #F76B1E;
	margin-top: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F76B1E;
	clear: both;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #F06;
	display: block;
	margin-top: 25px;
	margin-bottom: 12px;
	padding-top: 4px;
	padding-bottom: 2px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	padding-left: 14px;
	border: 1px solid #f06;
	padding-right: 14px;
}
h3{
	font-size: 16px;
	font-weight: normal;
	width: 90%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 20px;
	border-bottom-color: #F76B1E;
}

h4{ color:#ff8080;}

p {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	text-indent: 1em;
	font-size: 15px;
	line-height: 25px;
	clear: both;
}

ul{

}

ul li { 
	line-height: normal;
}

ol { padding-left:20px;}

ol li { margin-left:10px;}

dl {
	margin-left: 15px;
	margin-right: 15px;
}

hr {
	height: 2px;
	background-color: #666666;
	border: none;
	color: #ffffff;
	display: block;
}

dt { color: #ff8080}

dd {
	text-indent: 1em;
	margin-bottom: 15px;
}

/* ページ全般*/

.clear {
	clear: both;
	display: block;
	visibility: hidden;
	height: 1px;
	width: 10px;
}

.user , .shopdata {	
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	padding: 3px;
}

.user {
	background-color: #CFF;
	display: block;
	margin-top: 10px;
	width:90%;
}

.answer{
	color:#F06;
}

.shopdata {
	background-color: #FC9;
	display: block;
	margin: 10px;
	padding: 10px;
}

.alert {
	font-weight: bold;
	color: #F00;
}

/* 写真とキャプション */
.imageblock {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	margin-right: 10px;
	height: auto;
}
/*
.imageblock img {
	float:left;
}
*/
.cap {
	background-color: #FCF;
	padding: 2px;
	width: 100%;
	display: block;
}

.copyright {
	text-align:center;
	background-color:#F76B1E;
	color:#FFFFFF;
	padding: 3px;
	font-size: 13px;
}

/*　関連情報 */
.relatedpagebox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	clear: both;
}

.relatedpagebox li {
	list-style-type: none;
	height: 60px;
	margin-bottom: 10px;
	overflow:auto;
	font-size: 13px;
}

.relatedpagebox li img{
	float: left;
	margin-right: 5px;
}


/* リンク付きのBOX */
/* spanのブロック要素化 */
.span2box {
	background-color:white;
	display:block;
	border:1px solid gray;
	margin:5px;
	position: relative;
	height: 40px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}

.span2box img {
	margin-left:0;
	float: left;
} 

.span2box .text {
	font-weight: normal;
	color: #F06;
	line-height: 40px;
	margin-left: 10px;
	}

/* リンクの見栄えを設定 */
a .span2box {
	background-color:#FFF;
	height: 40px;
}
a:hover .span2box {
	background-color:#F69;
	color:#FFF;
}

a:hover .span2box .text {
	color:#FFF;
}


/* ナビゲーションボタンの設定 */
form { margin:0 auto;}

.NaviButton{
	border:solid 1px #ccc;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
	cursor:pointer;
	width: 240px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9499), to(#fcdcdd));
	background-image: -webkit-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -moz-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -ms-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: -o-linear-gradient(top, #fe9499, #fcdcdd);
	background-image: linear-gradient(top, #fe9499, #fcdcdd);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9499', endColorstr='#fcdcdd',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
	margin: 0 0 20px;
	padding: 10px 30px;
}

/* ヘッダのマイページリンク */
.HeaderMypage {
	text-align:right;
	color:#FFF;
	padding: 3px;
	font-size: 9px;
	text-decoration: none;
	display: inline-block;
	margin-right: 3px;
}

/* Q＆A形式表示 */

.quistion {
	color: #F60;
	/*	background-image: url(../topics/img/mark_quiestion.png);
	background-repeat: no-repeat;
	background-position: left top; */
	margin: 10px;
	padding: 5px;
	text-indent: 0ems;
}

.answer {
	color: #000;
	/*	background-image: url(../topics/img/mark_answer.png);
	background-repeat: no-repeat;
	background-position: left top; */
	margin: 10px;
	padding: 5px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	background-color: #FCF;
	text-indent: 0ems;
}

/* サイト内検索 */

#searchbox{
	margin:0 auto;
	width:100%;
}
