/* initialize */
html {
	color: #000000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, 
form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
/*	border-collapse: collapse;
	border-spacing: 0;*/
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
}
legend {
	color: #000000;
}

/* site set */
html {
	top: 0;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
}

body {
	top: 0;
	margin: 0;
	padding: 0;
	text-align:left; 
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: small;
	line-height: 150%;
	color: #000000;
	background-color: #FFF;
	background-image: url(../images/back.jpg);
	background-position: top;
	background-repeat: repeat-x;
/*	background-color: #F90;*/
}

a:link,a:visited,a:active {
	color: #1111cc;
/*	color: #006699;*/
	text-decoration: underline;
}

a:hover {
	color: #1111cc;
/*	color: #003366;*/
	text-decoration: underline;
}

strong	{ font-weight: bold; }
em	{ font-style:italic; }
em strong, strong em {
	font-weight:bold;
	font-style:italic;
}

p {
	font-size: small;
	line-height: 150%;
	margin: 0.5em 0;
}
h1 + p, h2 + p, h3 + p, 
h4 + p, h5 + p, h6 + p {
	margin-top: -0.05em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
	font-weight: bold;
	color: #003;
	margin-bottom: 0.5em;
}
h1 	{ font-size: x-large; }
h2 	{ font-size: large; }
h3 	{ font-size: medium; }
h4 	{ font-size: small; }
h5 	{ font-size: x-small; }
h6 	{ font-size: xx-small; }

td, th {
	font-size:	small;
	line-height: 150%;
}

ol, ul {
	margin: 0.5em 0 0.5em 2em;
}

ol ol, ol ul, ul ol, ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

ol li {	list-style: decimal }
ol li ol li { list-style: upper-alpha; }
ol li ol li ol li { list-style: upper-roman; }

ul li{ list-style: circle;}
ul li ul li{ list-style: disc;}
ul li ol li{ list-style: decimal;}

img {
	border: none;
}

option, select, input, textarea {
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}

input {
	vertical-align: middle;
}

span.separator {
	margin: 0 0.3em;
}

.inner {
	margin: 10px;
}

.item {
	zoom: 100%;
	display: inline-table;
}
.item:after {
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .item { height: 1%; }
.item { display: block; }
/* End hide from IE-mac */


/* base */

.gray {
	color: #999999;
}

.point {
	color: #DD0000;
}

.column {
	margin-bottom: 30px;
}

/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */

.sns {
	margin: 0 auto 10px;
}
.sns ul {
	margin: 0 0 0 10px;;
	padding: 0;
}
.sns ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sns2 {
	margin: 0 0 10px;
}
.sns2 ul {
	margin: 0;
	padding: 0;
}
.sns2 ul li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#MainContainer {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
/*	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;*/
}
#SubContainer {
	margin: 0 auto;
	width: 560px;
	background-color: #FFFFFF;
/*	border: 1px solid #CCCCCC;*/
	padding: 20px 20px;
}

#header {
	width:100%;
	height: 200px;
	height: 220px;
	overflow: hidden;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(../images/header.jpg);
}
#header #logo {
	width: 340px;
	height: 100px;
	margin: 0 0 0 10px;
}

#body {
}

#body .margin {
	margin:10px 20px 30px 20px;
}

#side {
	margin-left: 610px;
	width:300px;
	float: none;
}

#main {
	width: 600px;
	float: left;
}

#footer {
	width:100%;
	padding-bottom:10px;
	text-align:center;
/*	border-bottom: 15px solid #ccc;*/
}
#footer .info {
	border: 1px solid #CCC;
	margin: 0 10px 20px;
	padding: 10px;
}
#footer .info h3 {
	text-align: center;
	font-weight: normal;
	padding: 0.3em 0;
	margin-bottom: 10px;
	font-size: medium;
	background-color: #FFC;
}
#footer .info p {
	margin: 0.5em 1em;
	font-size: small;
	text-align: left;
}

address {
	color: #999;
	font-size: small;
	font-style: normal;
	margin: 10px;
}

/* -------------------------------------
 *	ページ個別レイアウト
 * ------------------------------------- */
p.searchinfo {
	text-align: center;
	font-size: medium;
}

#search {
	padding-left: 100px;
	padding-top: 30px;
	padding-right: 60px;
	width: 440px;
	height: 170px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/search_back.jpg);
	margin-bottom: 20px;
}

#search input.name {
	width: 198px;
	height: 58px;
	border: 1px solid #999;
	line-height: 60px;
	font-size: 36px;
	margin: 0;
}
#search #surname {
	margin-bottom: 10px;
}
#search #firstname {}

#search .right {
	float: right;
	width: 200px;
	height: 160px;
	overflow: hidden;
}
#search .right #sex {
	text-align: center;
	height: 20px;
	line-height: 1em;
	font-size: 14px;
	overflow: hidden;
}

#search input#submit {
	width: 200px;
	height: 130px;
	border: none;
}

table.handan {
	width: 100%;
}
table.handan td {
	width:290px;
	padding: 5px;
	vertical-align: top;
}
table.handan h3,
h2.title {
	font-size: x-large;
	font-weight: normal;
	color: #F90;
	background-color:#FFC;
	padding: 5px 0 0 10px;
	border-bottom: 3px double #F90;
}
table.handan p {
	padding-left: 10px;
	font-size: small;
}

.kekka {
	margin-bottom: 30px;
}
.kekka h3 {
	font-size: large;
	font-weight: normal;
	color: #F90;
	background-color: #FFC;
	padding: 5px 0 0 10px;
	border-bottom: 3px double #F90;
}
.kekka h3 strong {
	color: #000;
	font-weight: normal;
}
.kekka p {
}
.kekka p.keywords {
	font-size: xx-large;
	margin: 0.2em 0 0.2em 10px;
}

.mainimage {
	margin: 0 auto 10px;
	width: 600px;
}
.qrcode {
	text-align: center;
	margin-bottom: 20px;
}

table.default {
	border-top: none;
	border-left: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
}
table.default td,
table.default th {
	font-size: small;
	padding: 2px 5px;
	border-top: 1px solid #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
}
table.default th {
	text-align: center;
	background-color: #FCFCFC
}
table.default table.noborder {
	border: none;
}
table.default table.noborder td {
	border: none;
	vertical-align: middle;
}

#contact table.default th {
	width: 130px;
}
table.default textarea {
	line-height: 130%;
}
table.default input.edit, table.default textarea.edit {
	border: 1px solid #999;
	background-color: #FFFFFF;
	font-size: small;
}
table.default input.max, table.default textarea.max {
	width: 380px;
}
table.default input.error, table.default textarea.error {
	border-color: #DD0000;
	background-color: #FFF6FF;
}
table.default input.submit {
	margin: 0.5em 0;
}

table.monthlogs th {
	font-size: x-small;
}
table.monthlogs td {
	font-size: x-small;
	text-align: right;
}
.time {
	font-size: xx-small;
}

ul.rankingmenu {
	margin: -20px 0 20px 150px;
	
}
ul.rankingmenu li {
	font-size: medium;
	line-height: 150%;
}

.pager {
	font-size: medium;
	margin: 20px 0;
	text-align: center;
}
table.namelist td {
	text-align: center;
}

.category {
	border: 1px solid #F90;
	background-color: #FFC;
	padding: 10px;
}
.category h2 {
	font-weight: normal;
	color: #F90;
	text-align: center;
}
.category ol {
	margin-left: 3em;
}
.category ol li {
	font-size: medium;
}

#side .category {
	margin-bottom: 10px;
}
#side .category ol {
	margin-left: 2em;
}
#side .category li {
	font-size: small;
	margin: 1em 0;
}

.catinfo {
	width: 468px;
	height: 60px;
	margin: 20px auto;
}

.aishoulink {
	text-align: center;
	margin: 20px auto;
	font-size: medium;
}
/* ad */
.ad .rakutenlinks {
	margin-bottom: 10px;
}
.ad .rakutenlinks li {
	font-size: medium;
	line-height: 150%;
}

.ad .links1 {
	margin: 10px auto 20px;
	width: 468px;
/*	width: 600px;*/
}
.ad .links2 {
	margin: 20px auto;
	width: 728px;
}
.ad .leader1 {
	margin: 0 auto 10px;
	width: 300px;
}
.ad .leader2 {
	margin: 0 auto 20px;
	width: 300px;
}
.ad .leader3 {
	margin: 30px auto;
	width: 468px;
}
.ad .leader4 {
	margin: 0 auto 20px;
	width: 320px;
}
.ad .leader5 {
	margin: 20px auto 20px;
	width: 728px;
}
.ad .leader6 {
	margin: 5px auto 10px;
	margin: 10px auto 20px;
	width: 728px;
	height: 90px;
	
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	-moz-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
}
.ad .leader7 {
	margin: 20px auto 20px auto;
/*	margin: 20px auto 20px 0;*/
	width: 336px;
	height: 280px;
}
.ad .leader8 {
	margin: 0 auto 20px;
	width: 300px;
	height: 250px;
}
.ad .gsearch {
	margin: 0 auto 20px;
	width: 300px;
}

form#cse-search-box input#q {
	width: 220px;
}

.ad .doubleleader {
	width: 570px;
	margin: 20px auto;
}
.ad .doubleleader .left {
	width: 300px;
	float: left;
}
.ad .doubleleader .right {
	width: 250px;
	float: right;
}

.viewbutton {
	padding: 20px;
	margin: 0 20px 40px;
	line-height: 1.5em;
	border: 1px solid #ff5400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	background: #ff9800;
	background: -moz-linear-gradient(top, #ff9800 0%, #ff6e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9800), color-stop(100%,#ff6e00));
	background: -webkit-linear-gradient(top, #ff9800 0%,#ff6e00 100%);
	background: -o-linear-gradient(top, #ff9800 0%,#ff6e00 100%);
	background: -ms-linear-gradient(top, #ff9800 0%,#ff6e00 100%);
	background: linear-gradient(top, #ff9800 0%,#ff6e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#ff6e00',GradientType=0 );

	color: #FFF;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
}
