@charset "utf-8";
/* ============================================================
　　　ブラウザの初期化
============================================================ \*/

/* IE7対策 \*/
/* *:first-child+html body a {
	cursor: pointer;
} \*/

/* IE6対策 \*/
/* * html a {
	cursor: pointer;
} \*/

* {
}

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

.clearfix { display: inline-table; }
/* MacのIEには適用しない \*/
* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

/*============================================================
	基本設定
============================================================*/
body {
	background-image: url(../images/back.gif);
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	margin:0;
	padding:0;
}

samp{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img{
	vertical-align:text-bottom;
	margin:0;
	padding:0;
	border:0;
}

a {
	color: #858585;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.style1 {font-size: 14px;}
.style4 {font-size: 14px; color: #CC0000; font-weight: bold; }
.style6 {color: #CC0000; font-size: 14px;}

.caution {
 color: #CC0000;
}

.notice {
 color: #796554;
}

/*============================================================
	IE5.5対策
============================================================*/
@media tty {
	i {content:"\";/*" "*/}}@m; @import 'ie55win.css'; /*";}
}/* */



/*============================================================
	レイアウト設定
============================================================*/
#outsid_leyout{
	width:960px;
	margin:0 auto;
	padding:0;
}

#inner_leyout{
	float:left;
	width:100%;
	background:#fff;
	margin:0;
	padding:0;
}

#header{
	float:left;
	width:100%;
}

#globalnavi{
	float:left;
	width:100%;
}

#globalnavi ul{
	margin:0px;
	padding:0px;
}

#globalnavi li{
	float:left;
	height:45px;
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
}

#contents{
	float:left;
	width:100%;
	background:url(../images/side_right.jpg) repeat-y right;
	border-bottom:#ccc solid 1px;
	padding-bottom:30px;
}

#contents .box1{
	float:left;
	width:100%;
	margin-bottom:20px;
	text-align:left;
	line-height:1.5em;
}

#contents .box_label{
	float:left;
	width:100%;
	margin-bottom:10px;
}

#contents .pagetitle{
	float:left;
	width:100%;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:#c1c1c1 solid 1px;
}

#contents .pagetitle2{
	float:left;
	width:100%;
	margin-top:10px;
	padding-bottom:10px;
}

#contents .page_navi{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}

#contents .page_navi_bottom{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	text-align:right;
	border-top:#c1c1c1 solid 1px;
}

#contents .page_navi_bottom2{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	text-align:right;
}

#contents #left{
	float:left;
	width:160px;
	text-align:left;
}

#contents #left ul{
	padding:0;
	margin:0;
}

#contents #left li{
	float:left;
	height:38px;
	padding:0;
	margin:0;
	display:inline;
	list-style:none;
}

#contents #left #QRcode{
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
}

#contents #center{
	float:left;
	width:580px;
	position:relative;
	left:35px;
	margin-top:20px;
}

#contents #right{
	float:right;
	width:160px;
	text-align:center;
	padding-top:20px;
}

#contents #right ul{
	padding:0;
	margin:0;
	position:relative;
	left:10px;
}

#contents #right li{
	float:left;
	height:60px;
	padding:0;
	margin:0;
	margin-bottom:10px;
	display:inline;
	list-style:none;
}


#footer{
	float:left;
	width:100%;
}

#produced_by{
	float:left; 
	width:99%; 
	font-size:11px; 
	text-align:right; 
	color:#858585; 
	position:relative; 
	top:-10px;
}
