@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	}
	
html,body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background: url(../images/background.jpg) repeat-x;
	margin:0 auto;
	text-align: center;
	font-size: 12px;
	color: #313131;
	}
	
a {
	text-decoration: underline;
	font-size: 12px;
	outline:none;
	}

a:hover {
	text-decoration: underline;

	}

li {
	list-style: none;
	}

h1,h2,h3,h4,h5,h6 {font-weight: normal;}

.clear {
	clear: both;
	}

img{border:0px;}



/*** HEADER ***/

#header{
	margin:0 auto;
	padding: 0;
	background: url(../images/header/header_back.jpg) no-repeat;
	width:960px;
	height:160px;
	}
#header_text{
	height:90px;
	line-height:90px;
	padding-left:200px;
	
	font-size:14px;
	text-align:left;
}
#header_text a{
	text-decoration:none;
	color:#c61cf0;
	font-weight:bold;
}
#header_menu{
	height:65px;
	width:640px;
	margin-left:320px;
}
#header_menu li{
	float:left;
}
/*** MENU ***/

#menu {
	height: 44px;
	width: 900px;
	clear: both;
	margin-left: 3px;
}



/*** CONTENTS ***/
#contents{
	width:960px;
	margin:0 auto;
	clear:both;
}

#left_contents {
	width:230px;
	float:left;
	margin-top:10px;
}
#right_contents {
	width:700px;
	float:right;
	margin-top:10px;
}

/*** LEFT_CONTENTS ***/

#left_qr {
	margin-bottom:10px;
}
#left_tel {
	margin-bottom:10px;
}
#left_blog {
	margin-bottom:10px;
}
#left_map{
	background: url(../images/common/map_back.png) no-repeat;
	width:230px;
	height:340px;
	margin-bottom:10px;
}
#map_data{
	padding-top:6px;
}
#address_data{
	width:210px;
	margin:0 auto;
	text-align:left;
}


/*** FOOTER ***/

#footer {
	clear: both;
	margin:0px auto;
	background: url(../images/footer/background.jpg) repeat-x;
	height:100px;
}
#footer_body {
	width:960px;
	height:100px;
	background: url(../images/footer/footer_back.jpg) no-repeat;
	margin:0 auto;
}
#foot_menu{
	padding-left:200px;
	height:70px;
	line-height:70px;
	float:left;
}
#top_btn{
	float:right;
	padding-top:30px;
}
#foot_menu li{
	float:left;
	color:#c61cf0;
	font-weight:bold;
	padding:0 6px;
}
#foot_menu li a{
	text-decoration:none;
	color:#c61cf0;
}
#copyright{
	text-align:right;
}
#pcsite_change{
	margin:40px auto;
}
#pcsite_change input[type=submit]{
	width:300px;
	height:30px;
}
