@charset "UTF-8";

/* -----------------------------------------
    Description: 初期設定   
-----------------------------------------*/
*{
	margin:0;
	padding:0;
	font-style: normal;
}

html {
	height:100%;
}

body {
	text-align:center;/* box centering */
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "メイリオ",Meiryo, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url(../img/bgBody.jpg) left top repeat-x #474747;
	color:#ffffff;
	height: 100%;
}
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form{
	padding: 0;/* margin&padding reset */
	margin: 0px;
	line-height: 1.4;/* base line height */
	font-size:95%;
}

blockquote{
	border-top: solid 3px #990000;
	border-bottom: solid 3px #990000;
	background-color:#f1f1f1;
	width:520px;
	margin:5px auto;
	padding-top:10px;
}

strong {
	font-weight: bold;
}

ul, ol, dl {
	list-style: none;
}
hr, .areaAnchor, .anchor { display : none; }
img {
	border: none;/* img do not want a border */
}
address { font-style:normal;}

/*  Link設定
-----------------------------*/
acronym,abbr{cursor:help;}
a:link{
	color: #ffffff;
	text-decoration:none;
}
a:visited{
	color: #ffffff;
	text-decoration:none;
}
a:active{
	color: #ffffff;
	text-decoration:none;
}

a:hover{
	color: #ffff00;
	text-decoration:underline;
}


/*  Form設定
-----------------------------*/
form {
	margin: 0em;
	padding: 0px; 
}

form dl,
form p {
	margin: 0.5em 10px;
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
}
select,input,textarea {	font-size: 0.95em;}
input,
textarea {
	margin: 0em;
	padding: 0em;
	/*border: 1px solid #ddd;*/
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	/*background-color: #f5f5f5;*/
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	/*border: 1px solid #aaa;*/
}

input:focus,
textarea:focus {
	/*border: 1px solid #000;*/
}

textarea {
	padding: 0.4em 10px;
}

form span {
	color:#ff0000;
}

/*  その他の設定
-----------------------------*/

/* floatクリア */
.clearFix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearFix { display:inline-block; }

/* hides from mac-ie \*/
* html .clearFix {height:1%;}
.clearFix {display:block;}
/* end hide from mac-ie */


/*  レイアウト
-----------------------------*/
div#wrapper{
	width: 812px;
	margin: 0 auto;
	background:url(../img/bgWrapper.gif) center top repeat-y;
	height:100%;
	min-height:100%;
}

body > div#wrapper{
	height:auto;
}

div#wrapper2{
	width: 800px;
	margin: 0 auto;
	background:url(../img/bgWrapper2.gif) left top repeat-x;
	height: 100%;
	min-height:100%;
}

body > div#wrapper div#wrapper2{
	height:auto;
}

div#wrapper2 div#header{
	width: 800px;
}

div#footer{
	clear: both;
	background:url(../img/bgFooter.gif) left center repeat-x;
	height: 40px;
	width:800px;
	margin:0 auto;
}

div#footer2{
	padding-top: 12px;
}

#footer2 #footerMenu {
	text-align:center;
}
#footer2 #footerMenu li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
	border-left:1px solid #fff;
}
#footer2 #footerMenu li.footerHome {
	border-left:0;
	padding-left:0;
}

p#copyright{
	text-align:right;
	font-size: 75%;
	padding-top: 0.5em;
	padding-bottom: 100px;
	padding-right: 1em;
}

div#entryBody a {
	color:#FFC074;
}

div#entryBody a:hover {
	text-decoration:underline;
}

div#retTop {
	float: right;
	padding-right: 5px;
}

div#retTop a {
	display:block;
	width:143px;
	height:27px;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
	background:url(../img/btnRetTop.gif) left top no-repeat;
}

div#retTop a:hover {
	background-position: 0px -27px;
}

@media print {
	body {zoom:80%;}
}

/*------200901023 追加分-----*/
div.qrban{
	margin-bottom:2em;
}
