@charset "Shift_JIS";



/*　全体設定
**********************************************/

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


body {
	margin:40px auto;
	padding:0px;
	text-align:center;
	font-size:x-small;
	color:#333333;
	background:#F3F0F6;
	background:url(../index_img/common_img/wallpaper.jpg) repeat;
}

p {line-height:1.5em;}
	

ul {
	font-size:x-small;
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
  
}

li {
	line-height:1.5;
	padding:0px;
}


.clearfix {	display:inline-block;}

/* Hides from IE-mac ￥*/
* html .clearfix{height:1%;}



img {
	border:0px;
	width:auto;
	margin:0px 10px 10px 0px;
	float:left;
}

.dn {display: none;}

/*クリア設定*/
.contentsClear {
    clear:both;
    height:1%;}

/*h1設定*/

#h1 {
	display: block;
	font-size:x-small;
	font-weight:bold;
	margin:0px;
}

/*h2設定*/

#h2 {
	display: block;
	font-size:x-small;
	font-weight:bold;
	margin : 10px 0 10px 0px;
}


/*リンク設定*/
a {
	color:#000000;
	text-decoration:underline;
}


/*　コンテナ設定
**********************************************/

#container {
	width:780px;
	height:auto;
	margin:40px auto 0px;
	padding:0px;
	background-color:#FFFFFF;
}



/*　フッター設定
**********************************************/
.footer {
	width:720px;
	color:#333333;
	font-size:x-small;
	text-align:right;
	margin:5px 0px 0px 0px;
	padding:0px;
	float:left;
	
}

/*copy設定
**********************************************/
.copyright {
	width:720px;
	height:20px;
	background:url(../index_img/common_img/copy.gif) no-repeat #FFFFFF;
	text-align:right;
	margin:0px; 
	padding:0px;
	
}



/*blog_b設定
**********************************************/

a.blog_b {
    background:url(../index_img/common_img/blog_b.jpg) no-repeat 10px 0px;
	width:770px;
	height:30px;
	margin:10px 10px 10px 0px;
	padding:0px;
	display:block;

}

a.blog_b:hover {
    background:url(../index_img/common_img/blog_b.jpg) no-repeat  10px -30px;
	width:770px;
	height:30px;
	margin:10px 10px 10px 0px;
	padding:0px;

}




/*qr設定
**********************************************/

.qr {
    background:url(../index_img/common_img/bhqr.gif) no-repeat 0px 0px;
	width:50px;
	height:50px;
	margin:0px;
	padding:0px 5px 0px 0px;
	float:right;

}


