﻿@charset "utf-8";


/**
 * version 1.0
 * copyright 2011
 */

/******************** リセット ********************/

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
nav, ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
		outline:0;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

textarea {
	font-size: 100%;
}

img {
	vertical-align: bottom;
	border-style:none;
}

header, nav, article, section, aside, footer {
	display : block;
}


/**************************************************/
  
body {
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 1.6;
	background: #FBFBF2;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	background-color: #f5f5f5;
}

p {
	margin-bottom: 5px;
}

/******************** clearfix ********************/

div {
	zoom: 1;/*for IE 5.5-7*/
}

div:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

/******************** wrapper ********************/

#all {
	width: 910px;
	margin: 0 auto;
	background-image: url("../images/Background_c.png");
	border: 3px ridge #dcdcdc;
	border-radius: 8px 8px 3px 3px;        /* CSS3 */
	overflow: hidden;
	background-color: #FFFFFF;
}

/******************** header ********************/

header {
	background-image: url("../images/Background_a.png");
	width: 910px;
	float:left;
	border-radius: 8px 8px 0px 0px;        /* CSS3 */  
	-webkit-border-radius: 8px 8px 0px 0px;     /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px 8px 0px 0px;    /* Firefox用 */
	position: relative; /*IE用 */
	behavior: url(PIE.htc); /*IE用 */
}


#header {
	background-image: url("../images/Background_a.png");
	width: 910px;
	float:left;
	border-radius: 8px 8px 0px 0px;        /* CSS3 */  
	-webkit-border-radius: 8px 8px 0px 0px;     /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px 8px 0px 0px;    /* Firefox用 */
	position: relative; /*IE用 */
	behavior: url(PIE.htc); /*IE用 */
}

.header1 {
	width: 250px;
	float: left;
}

.logo {
	margin: 20px 20px 10px 20px;
}


.header2 {
	float: right;
	width: 650px;
}


.search {
	margin : 5px 25px 0px 0px;
	float: right;
}

.search_text {
	-moz-border-radius : 5px; /* Firefox用 */
	-webkit-border-radius: 5px; /* Safari, Chrome用 */
	border-radius: 5px; /* CSS3 */
	-moz-box-shadow: 1px 1px 1px #ffaa00; /* Firefox用 */
	-webkit-box-shadow: 1px 1px 1px #ffaa00; /* Safari, Chrome用 */
	box-shadow: 1px 1px 1px #ffaa00; /* CSS3 standard */
	position: relative; /*IE用 */
	behavior: url(PIE.htc); /*IE用 */
	background-color: #ffdd99;
}

.search_btn {
	position: relative;
	top:8px;
}

/***メインメニューここから */

#header2_2 {
	width : 600px;
	float : right;
}

.mainmenu {
	width: 600px;
	float: right;
	margin : 50px 25px 0px 0px;
}

ul.mainmenu li {
	display : inline;
	float: right;
}

ul.mainmenu a {
	width: 110px;
}

.menu_j {
	margin-left:10px;
}

/***メインメニューここまで */

#in_content {
	width: 750px;
	margin-left: 80px;
	margin-top: 38px;
	margin-bottom: 38px;
	float: left;
} /* 全ページ共通にする候補。 */

.in_content_title {
	font-size: 28px;
	color: #006A1B;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	border-bottom: 4px dotted #A1A1A1;
	text-shadow: 2px 1px 4px #C8CDCD;  /* 全ページ共通にする候補。タイトル */
    	zoom:1; /* IE用 */
}


/******************** footer ********************/

footer {
	width: 910px;
	padding: 30px 0px 0px 0px;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	float:left;
	clear: both; 
	border-radius: 3px 3px 8px 8px;        /* CSS3 */  
	-webkit-border-radius: 3px 3px 8px 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px 3px 8px 8px;   /* Firefox用 */
	position: relative; /*IE用 */
	behavior: url(PIE.htc); /*IE用 */
}

#footer {
	width: 910px;
	padding: 30px 0px 0px 0px;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	float:left;
	clear: both; 
	border-radius: 3px 3px 8px 8px;        /* CSS3 */  
	-webkit-border-radius: 3px 3px 8px 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px 3px 8px 8px;   /* Firefox用 */
	position: relative; /*IE用 */
	behavior: url(PIE.htc); /*IE用 */
}

#footer1 {
	background-image: url("../images/Background_d.png");
	width: 910px;
    text-align: center;
}

#footer2 {
	width: 910px;
	text-align : center;
}

.pagenavi1 {
	width: 910px;
	height: 30px;
	text-align : center;
}

.pagenavi1 a {
	text-decoration: none;
	color: #000000;
}

.pagenavi1 a:hover {
	color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFEAAA;
	position: relative; /*IE用 */
	behavior: url(PIE.htc); /*IE用 */
}

.pagenavi2 {
	width: 800px;
	height: 27px;
	padding: 10px 0px 10px 30px;
	text-align : center;
}

.pagenavi2 a {
	color: #000000;
	text-decoration: none;
	padding: 3px;
}

.pagenavi2 a:hover {
	color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFEAAA;
	position: relative; /*IE用 */
	behavior: url(PIE.htc); /*IE用 */
}

.pagenavi1 li {
	display: inline;
}

.pagenavi2 li {
	display: inline;
}

.copyright {
	font-size: 12px;
	width: 910px;
	height: 30px;
	padding: 10px 0px 0px 30px;
	-webkit-box-sizing: border-box; /* Safari,Google Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* Internet Explorer 8用 */
	box-sizing: border-box; /* Opera用 */
}

.footer2 {
	width: 150px;
	height: 144px;
	float: right;
}

.footerimage {
	width: 100px;
	margin-top: 20px;
	float: right;
	margin-right: 20px;
}
