@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------
Reset
-------------------------------------------------*/
html,div,img,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dd,dt,p{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight:normal;
	border:0px;
	list-style:none;
}


/*-------------------------------------------------
Common
-------------------------------------------------*/

/* Body */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background-color:#FFF;
	color:#333333;
	text-align:center;
	font-size:62.5%;
}

/* Link */
a {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

/*-------------------------------------------------
Wrapper
-------------------------------------------------*/
#wrapper {
	width:800px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	line-height:150%;
	font-size:1.2em;
	overflow:hidden;
}

/*-------------------------------------------------
Header
-------------------------------------------------*/
#headerwrap{
	height:120px;
	background:url(../img/common/header_bg.jpg) repeat-x;
	font-size:1.2em;
}

#header {

	height:120px;
	width:800px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	line-height:150%;
}

#header h1 a{
	position:absolute;
	display:block;
	background:url(../img/common/title.jpg) no-repeat;
	width:324px;
	height:40px;
	text-indent:-1000em;
	top:30px;
	outline:none;
}

#header p.toptext{
	position:absolute;
	top:13px;
}

#header p.toptext2{
	float:right;
	text-align:right;
	margin:30px 0px 0px 0px;
}

/*-------------------------------------------------
side
-------------------------------------------------*/
#topside{
	float:right;
	width:194px;
}

#side{
	float:right;
	width:194px;
	padding-bottom:6000px;
	margin-bottom:-6000px;
	background:url(../img/common/side_bg.gif) repeat-y;
}

#side div.info{
	background:url(../img/common/side_bg.gif) repeat-y;
	height:auto;
}

p.name{
	padding:10px 0px 0px 10px;
	font-size:1.2em;
}

p.add{
	padding:5px 0px 10px 10px;
}

/*-------------------------------------------------
Navigation
-------------------------------------------------*/
#naviwrap {
	position:absolute;
	height:37px;
	width:800px;
	background:url(../img/common/menu.jpg) no-repeat;
	top:75px;
}

#navigation {
	position:relative;
}

#navigation li {
	display:inline;
}

#navigation li a {
	position:absolute;
	display:block;
	height:37px;
	text-decoration:none;
	text-align:center;
	text-indent:-1000em;
	outline:none;
}

#navigation li.menu0 a {
	left:0px;
	width:133px;
	background:url(../img/common/menu.jpg) no-repeat -0px -0px;
}

#navigation li.menu0 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -0px -37px;
}

#navigation li.menu1 a {
	left:133px;
	width:128px;
	background:url(../img/common/menu.jpg) no-repeat -133px -0px;
}

#navigation li.menu1 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -133px -37px;
}

#navigation li.menu2 a {
	left:261px;
	width:180px;
	background:url(../img/common/menu.jpg) no-repeat -261px -0px;
}

#navigation li.menu2 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -261px -37px;
}

#navigation li.menu3 a {
	left:441px;
	width:90px;
	background:url(../img/common/menu.jpg) no-repeat -441px -0px;
}

#navigation li.menu3 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -441px -37px;
}

#navigation li.menu4 a {
	left:531px;
	width:89px;
	background:url(../img/common/menu.jpg) no-repeat -531px -0px;	
}

#navigation li.menu4 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -531px -37px;	
}

#navigation li.menu5 a {
	left:620px;
	width:87px;
	background:url(../img/common/menu.jpg) no-repeat -620px -0px;
}

#navigation li.menu5 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -620px -37px;
}

#navigation li.menu6 a {
	left:707px;
	width:93px;
	background:url(../img/common/menu.jpg) no-repeat -707px -0px;
}

#navigation li.menu6 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -707px -37px;
}


/*-------------------------------------------------
Contents
-------------------------------------------------*/

#contents {
	float:left;
	width:600px;
}

#contents-wrap {
	width:800px;
	padding:10px 0px 10px 0px;
	zoom:100%;
}

#contents-wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*-------------------------------------------------
Footer
-------------------------------------------------*/
#footerwrap{
	height:74px;
	background:url(../img/common/footer_bg.jpg) repeat-x;
	font-size:1.2em;
	margin-top:10px;
}

#footer {
	height:74px;
	clear:both;
	width:800px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	line-height:150%;
}

#footer ul{
	padding:0px 0px 10px 0px;
	text-align:center;
}

#footer li{
	display:inline;
}

#footer li a{
	color:#333;
}

/*Copyright表示スタイル*/
#footer p {
	color:#FFFFFF;
	padding-top:10px;
	text-align:center;
}





/*汎用スタイル*/
.red{
	color:#B20000;
}

.pagetop a{
	color:#B20000;
	float:right;
	text-align:right;
	width:600px;
}

.clearimg{
	clear:both;
}

img.leftspace{
	margin-left:10px;
}

/*-------------------------------------------------
トップページ
-------------------------------------------------*/
div.news{
	width:348px;
	float:left;
	margin:10px 0px 10px 0px;
}

div.news ul{
	margin:10px 0px 0px 10px;
}

div.news ul li{
	margin:10px 0px 0px 10px;
	line-height:120%;
}

div.tel{
	width:446px;
	height:137px;
	float:right;
	background-color:#F0E5D1;
	margin:10px 0px 10px 0px;
	padding:15px 0px 0px 0px;
}

div.tel img{
	margin:5px 0px 0px 10px;
}

div.tel p{
	margin:5px 0px 10px 10px;
}

.namelearge{
	font-size:1.2em;
	margin-left:10px;
}

h2.titletop{
	background:url(../img/common/whatsnew.jpg) no-repeat;
	width:337px;
	height:35px;
	display:block;
	text-indent:-1000em;
}


