@charset "UTF-8";

/* CSS Document */

/*
	Theme Name: KMRKY
	Description: 
	Theme URI: 
	Author: odc
	Author URI: 
	Version: 1.0
*/




/****************************************

          common

*****************************************/

* {
	font-family: "メイリオ",Meiryo,"Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Geneva,Arial,Verdana,sans-serif !important;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #555;
	width: 100%;
	min-width: 1090px;
	height: 100%;
	/*-webkit-text-size-adjust: 100%;*/
}

img {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}


div, h1, h2, h3, h4, p, ul, li,
th, td, form, input, textarea {
	margin: 0;
	padding: 0;
}


/*---------------------------------
 Text Link
----------------------------------*/

a:link {
	color: #555;
	text-decoration: none;
}

a:visited {
	color: #555;
	text-decoration: none;
}

a:hover,
div#footer a:hover {
	/*color: #F90;*/
	color: #bbb;
	/*color: #9C0;*/
	/*color: #9C3;*/
	text-decoration: none;
}


/*---------------------------------
 Layout
----------------------------------*/

#container {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	line-height: 1.7;
	font-family: "メイリオ", "Meiryo";
	text-align: left;
	font-size: 14px;
	
}

body > div#container { /* FF対策 */
	height: auto;
}

#header {
	margin: 0 auto ;
	padding: 0 10px;
	width: 960px;
	height: 100px;
	overflow: hidden;  /*float対策 */
	position: relative;
}

#contents {
	width: 100%;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0;
	padding: 0 0 40px 0;
	overflow: hidden;
}

#navi {
	width: 960px;
	margin: 0 auto;
	padding: 2px 0;
	font-size: 80%;
	text-align: left;
	clear: both;
}

.navi-box {
	width: 960px;
	margin: 0 auto;
}

#main {
	margin: 10px auto;
	padding: 0;
	width: 960px;
}

#side {
	padding: 0;
	width: 212px;
	float: left;
	overflow: hidden;
	border-right: #ccc dotted 1px;
}

#footer {
	clear: both;
	width: 1090px;
	margin: 10px auto 0 auto;
	padding: 20px 0 0 0;
	background: url(img/bg_footer.png) no-repeat left top;
}


/*---------------------------------
 Header
----------------------------------*/

.site-discription {
	color: #666;
	font-size: 95%;
	font-weight: normal;
	margin-top: 10px;
}

.site-logo {
	margin: 0;
	padding-top: 15px;
	float: left;
}

.head-l {
	float: left;
}
.head-r {
	float: right;
	text-align: right;
	margin-top: 38px;
}


/*---------------------------------
 heaader-menu
----------------------------------*/

.header-menu{
	width: 1090px;
	height: 105px;
	margin: 0 auto;
	padding: 0;
	background: url(img/bg_menu.png) no-repeat left top;
	overflow: hidden;
}

.header-menu ul{
	width: 960px;
	margin: 0 auto;
}

.header-menu ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 27px 0 0 0;
}

.header-menu ul li a {
	margin: 0;
	padding: 0;
}


/*---------------------------------
 Contents
----------------------------------*/


#wrap-box {
	width: 905px;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 30px 40px 50px 15px;
}

#main-box {
	width: 650px ;
	float: right;
}

#side-menu {
}

#side-menu ul {
	padding: 0;
	margin-bottom: 70px;
	font-size: 100%;
}

#side-menu ul li {
	margin: 5px 15px 5px 0;
	background: url(img/list_head.png) no-repeat left 3px;
	text-decoration: none;
	list-style: none;
	padding: 0 0 0 24px;
	line-height: 1.4;
/*	border-bottom: 1px dotted #ccc;*/
}

#side-menu ul li.stitle {
	/*color: #690;*/
	margin: 0 auto 10px auto;
	padding-bottom: 5px;
	border-bottom: 1px dotted #690;
	list-style: none;
	list-style-image: none;
	padding-left: 0;
	background: none;
}

#side-menu ul li a{
	padding-left: 0;
	background: none;
}


/*.top-supporter-box*/
.side-supporter-box {
	clear: both;
	padding: 10px;
	width: 175px;
	border: 1px solid #ccc;
	font-size: 95%;
}

.side-supporter-box h3{
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 3px solid #00103F;
}

.side-supporter-box .message {
	font-size: 92%;
	line-height: 1.5;
	display: block;
}

.side-supporter-box address {
	padding: 5px 3px 5px 7px;
	margin-top: 10px;
	font-size: 94%;
	background-color: #f1f1f1;
	font-style: normal;
}

.side-supporter-box address span{
	font-weight: bold;
	font-size: 105%;
}

.side-link-box {
}

.side-link-box a{
	display: block;
	margin-top: 10px;
	padding: 1px 0 3px 0;
	width: 195px;
	height: 18px;
	border: 1px solid #ccc;
	text-align: center;
}


h4 {
	margin: 0;
	padding: 0;
	font-size: 115%;
}

.title-category {
	margin: 0 auto 15px auto;
	padding: 0;
	border-bottom: 3px solid #ccc;
	font-size: 120%;
	color: #039;
	font-weight: normal;
}

h5 {
	font-size: 105%;
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}

.list-box {
	float: left;
	/*margin-left: 20px;*/
	width: 650px;
}

.list-box dl {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
	/*width: 440px;*/
}

.list-box dl dt {
	float: left;
	width: 130px;
	overflow: hidden;
}

.list-box dl dd {
	margin-left: 130px;
	/*width: 290px;*/
	overflow: hidden;
	width: 520px;
}

.list-photo {
	/*border: 1px solid #ccc;
	padding: 4px;*/
	float: right;
	margin-left: 10px;
}

.list-box ul  {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.list-box ul li {
	display: table-cell;
}

.list-box ul li:nth-of-type(1) {
	width: 5rem;
	background: url("img/lh.png") no-repeat -5px 2px;
	padding-left: 1rem;
}

.list-box ul li:nth-of-type(2) {
	width: 11rem;
}

.list-box ul li:nth-of-type(3) {
	width: 8rem;
}



/*---------------------------------
 Footer
----------------------------------*/

.fmenu {
	clear: both;
	display:block;
	width: 960px;
	height: 20px;
	margin: 10px auto;
}

.fmenu ul {
	width: 100%;
	padding-top:0;
}

.fmenu ul li {
	margin-top:0;
	float: left;
	list-style: none;
	line-height: 1;
	font-size: 95%;
	padding: 0 15px;
	border-left : 1px dotted #ccc;
}

.fmenu ul li.last {
	border-right: 1px dotted #ccc;
}

.foot-box {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}

.copyright-box {
	margin: 35px auto 10px auto;
	padding: 0;
	color: #ccc;
	font-size: 85%;
	float:right;
}

.finfo {
	margin-top: 10px;
	margin-left: 0;
	width: 600px;
	float: left;
}

.finfo span{
	font-weight: bold;
	margin-right:10px;
}

/* Page Top */

#page-top {
	width: 30px;
	height: 30px;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1000;
} 


/****************************************

          TOP
		  
*****************************************/

#top-img {
	width: 960px;
	height: 560px;
	margin: 0 auto;
	padding: 0;
	background: url(img/top-img.jpg) no-repeat left top;
	position: relative;
}

.site-copy {
	margin: 0 0 0 25px;
	padding-top: 0;
}

.copy {
	margin: 20px 0 0 25px;
	padding: 0;
}

.site-name {
	float: left;
	margin: 25px 0 0 25px;
	padding: 0;
}

.kaitei {
	position: absolute;
	top: 10px;
	right: 20px;
}

/* top-report */

.top-banner {
	float: left;
	margin-right: 17px;
}

.top-banner a,
.side-banner a {
	display: block;
}
.top-banner a:hover,
.side-banner a:hover {
	opacity: 0.8;
}

.side-banner a {
	margin-bottom: 5px;
}

.top-report-box {
	margin: 0;
	padding: 10px;
	width: 660px;
	height: 140px;
	float: left;
	border: 1px solid #ccc;
}

.top-report-box iframe{
	margin: 0;
	padding: 0;
	width: 660px;
	border: none;
	overflow: hidden;
	height:112px;
	overflow-x : hidden;
}

.top-report-box h3{
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #00103F;
}

.top-report-box h3 span{
	float: left;
}

.top-report-box h3 a{
	padding-left: 15px;
	background: url(img/common/list_head.png) no-repeat left 5px;
	float: right;
	font-size: 80%;
	font-weight: normal;
}
/*
.top-report-box ul {
	clear: both;
}

.top-news-box ul li {
	list-style: none;
}

.top-report-box ul li.even {
	background-color: #F9F9EF;
}

.top-report-box dl {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #ddd;
	line-height: 1.7em;
	font-size: 95%;
}

.top-report-box dl dt {
	float: left;
	width: 140px;
	text-indent: 10px;
}

.new {
	color: red;
	font-weight: bold;
	font-size: 90%;
	margin-left: 10px;
}

.top-report-box dl dt img {
	float: right;
    margin: 0 0 8px 10px;
}

.top-report-box dl dd {
	margin: 0 0 0 140px;
	padding: 0 10px 0 0;
}

.top-report-box dl dd a {
	text-decoration: none;
}*/



/*.top-supporter-box*/
.top-supporter-box {
	float: right;
	padding: 10px 10px 0;
	width: 365px;
	border: 1px solid #ccc;
	font-size: 95%;
	height: 150px;
}

.top-supporter-box h3{
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 3px solid #00103F;
}

.top-supporter-box .message {
	font-size: 92%;
	line-height: 1.4;
	display: block;
}

.top-supporter-box address {
	padding: 5px 10px;
	margin-left: 10px;
	font-size: 95%;
	background-color: #f1f1f1;
	float: right;
	font-style: normal;
}

.top-supporter-box address span{
	font-weight: bold;
	font-size: 105%;
}


/****************************************

          profile
		  
*****************************************/

.profile-box p {
	text-indent: 1em;
	margin: 0;
	padding: 0;
}

.name-box {
	float: right;
	font-weight: bold;
	line-height: 1.3;
}

.name-box span {
	font-size: 28px;
	letter-spacing: 1px;
}



/****************************************

          policy
		  
*****************************************/

.ul-box {
	width: 650px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}

.ul-box ul li {
	list-style: none;
	background: url(img/list_head_maru.png) no-repeat 8px 5px;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}


/****************************************

          result
		  
*****************************************/

.result_title {
	background: url(img/list_head_maru.png) no-repeat 5px 5px;
	padding-left: 25px;
	clear: both;
}

.ul-rbox {
	width: 650px;
}

.ul-rbox ul li {
	list-style: none;
	background: url(img/list_head_maru.png) no-repeat 4px 5px;
	padding-left: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
}


.ul-pbox ul{
	overflow: hidden;
	margin-top: 5px;
}

.ul-pbox ul li {
	float: left;
	list-style: none;
	padding: 0;
	width: 315px;
	text-align: center;
}

.ul-pbox ul li img {
	border: 1px solid #ddd;
	padding: 4px;
	margin: 0 auto;
}

.ul-pbox ul li .caption {
	font-size: 90%;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1;
}



/* side 

#side ul {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#side ul li{
	width: 260px;
	margin: 15px 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}
*/




/****************************************

         privacy-policy

****************************************


.policy-main-box {
	width: 880px;
	margin: 0 auto 50px auto;
}

.policy-main-box h5 {
	margin: 30px 0 15px 0;
	padding: 3px 15px;
	background-color:#ECF3DB ;
}

.policy-main-box dl {
	margin: 20px;
	padding: 7px 0;
}

.policy-main-box dl dt {
	line-height: 1.7;
	background: url(img/policy/policy_q.png) no-repeat left top;
	padding-top: 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	height: 28px;
	font-weight: bold;
	font-size: 105%;
}

.policy-main-box dl dd {
	line-height: 1.7;
	background: url(img/policy/policy_a.png) no-repeat left top;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin: 0;
}


/****************************************

         link

*****************************************/

.link-main-box {
	width: 650px;
	margin-bottom: 50px;
	float: right;
}

.link-main-box ul {
	padding-top: 5px;
	margin: 0;
	margin-bottom: 50px;
}

.link-main-box ul li {
	list-style: none;
	margin: 15px 0;
	padding: 0 0 15px 20px;
	border-bottom: 1px dotted #ccc;
	background: url(img/list_head.png) no-repeat left 5px;
}


/****************************************

         sitemap

*****************************************/

.sitemap-main-box {
	width: 650px;
	margin-bottom: 50px;
	float: right;
}

.sitemap-main-box ul {
	padding-top: 5px;
	margin: 0;
}

.sitemap-main-box ul li {
	list-style: none;
	margin: 15px 0;
	padding: 0 0 15px 20px;
	border-bottom: 1px dotted #ccc;
	background: url(img/list_head.png) no-repeat left 5px;
}


/****************************************

        result-history

*****************************************/

.rh-box {
	overflow: hidden;
}

.rh-lbox {
	float: left;
	width: 49%;
}

.rh-rbox {
	float: right;
	width: 49%;
}

.rh-box dl dt {
	padding-left: 20px;
	background: url(img/list_head_maru.png) no-repeat 4px 5px;
}
.rh-box dl dd {
	margin-left: 20px;
	text-indent: -1em;
}

.rh-box img {
	margin-top: 18px;
}

/****************************************

          Form

****************************************

.contact-box {
	width: 880px;
	margin: 0 auto 50px auto;
	padding: 0 0 20px 0;
}

.contact-box dl {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.contact-box dl dt {
	float: left;
	width: 200px;
}

.contact-box dl dd {
	margin-left: 200px;
}

.contact-box p {
	text-align: center;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-right: 10px;
	/*margin-bottom: 20px;*/
	/*padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 14px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
	width:95%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #6CF;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(102,204,255,1);
 	-moz-box-shadow: 0 0 3px rgba(102,204,255,1);
	box-shadow:  0 0 3px rgba(102,204,255,1);
 	color: #444;
}*/

/*.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	margin-top:10px;
	padding: 4px 12px;
	padding: 8px 30px;
	border: 1px solid #6CF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #6CF;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	cursor: pointer;*/
	/* Old browsers */
/*}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #6CF;
		background: #6CF;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}*/

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
    color: #333333;
    height: 30px;
    line-height: 1.6;
    margin: 10px 10px 0 0;

    text-align: center;
    width: 140px;
	font-size: 100%;
	cursor: pointer;
}


.mgnt10 {
	margin-top: 10px;
}

.mgnt15 {
	margin-top: 15px;
}

.mgnt28 {
	margin-top: 28px;
}

.mgnt30 {
	margin-top: 30px;
}

.mgnb10 {
	margin-bottom: 10px;
}

.mgnb15 {
	margin-bottom: 15px;
}

.mgnb20 {
	margin-bottom: 20px;
}

.mgnb30 {
	margin-bottom: 30px;
}

.mgnb50 {
	margin-bottom: 50px;
}

.mgnb60 {
	margin-bottom: 60px;
}

.mgnb100 {
	margin-bottom: 100px;
}

.mgnb150 {
	margin-bottom: 150px;
}

.mgnl40 {
	margin-left: 40px;
}

.mgnr0 {
	margin-right: 0;
}

.mgnr15 {
	margin-right: 15px;
}

.mgnr20 {
	margin-right: 20px;
}

.mgnr25 {
	margin-right: 30px;
}

.pdgr15 {
	margin-right: 15px;
}
