@charset "UTF-8";

*{
}
/* 全体 */
body {
/*	font-family: Verdana,"ＭＳ Ｐゴシック", "Osaka", sans-serif;*/
	margin: 0px;
	background-color: #FFF;
	line-height: 1.4em;
	font-size: 85%;
	text-align: center;
	color: #333;
	width: 100%;
}

img {border: 0px;}
table {border-collapse: collapse;}
td,th {
	vertical-align:top;
	padding: 0px;
}
form{margin: 0px;}

a { color: #00F;}
a:link    { color:#00F; text-decoration:underline;}
a:visited { color:#009; text-decoration:underline;}
a:hover   { color:#009; text-decoration:none; background: #DDEEFF;}
a:active  { color:#F00; text-decoration:none;}

a.bold { color: #00F; font-weight:bold; }

.image {
	padding:3px; border: 1px solid #DEDEDE;
	background-color: #FFF;
}

h1 {
	font-size:150%;
}
h2 {
	font-size:140%;
	margin: 0px 0px 12px 0px;
	padding-bottom: 8px;
	font-size: 120%;
	color: #333;
}

.main-frame {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f6f6f6;
	align: center;
}

.header {
	height: 30px;
	padding: 17px 0px 0px 7px;
	text-align: left;
}
.header_detail {
	height: 28px;
	padding: 5px 0px 0px 7px;
	text-align: left;
}

.search-text {
	margin: 0px;
	color: #0e8dc6;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #646464;
}
.search-btn {
	background: url("../image/btn_search.gif");
	height: 20px;
	margin: 0px;
	color: #0e8dc6;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #646464;
}



.detail {
	border: 1px solid #CCC;
	text-align:left;
	width:780px;
	padding:5px 8px 5px 8px;
	background:#EFEFEF;
	margin:6px 0px 40px 0px;
}
.tags{
	background:#FFF;
	padding: 4px 2px 4px 2px;
}
.comment{
	font-family:'ＭＳ Ｐゴシック',IPAMonaPGothic;
	font-size:100%;
	line-height:1.4em;
	background:#EFEFEF;
	padding:4px 3px 4px 3px;
}
