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

/*----------------------------------------
	default setting
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body,div,p,ul,ol,li,dl,dt,dd {
	margin:0;
	padding:0;
}
br{
	letter-spacing:0;
}
img{
	border:0;
}
form,input {
	margin: 0;
	padding: 0;
}
fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}
table, td, th {
	margin: 0;
	padding: 0;
}
.hide {
	display:none;
}
.clearAll {
	clear: both;
}

#img_right{
	float:right;
}	

#img_left{
	float:left;
}

/*----------------------------------------
	text setting
-----------------------------------------*/

.red{
	color: #FF0000;	
}

.gray{
	color: #666666;
}

.purple{
	color: #978ACC;
}

.pink{
	color:#CD76B0;
}

.brown{
	color:#aa7f48;
}

/*----------------------------------------
	body setting
-----------------------------------------*/
body {
	color: #7C6854;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	text-align:center;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

/*----------------------------------------
	header setting
-----------------------------------------*/
#header {
	margin: 0 auto;
	padding: 46px 30px 10px 30px;
	width: 840px;
	height:73px;
	background:url(../imgs/hd_bg.gif) no-repeat top left;
	text-align:left;
}
h1 {
	margin:0 60px 0 0;
	font-weight: normal;
	float:left;
}


#header ul.menu {
	margin:0;
	padding:10px 0 0 0;
}
#header ul.menu li {
	list-style:none;
	display: inline;
}
#header ul.menu li a {
	display: -moz-inline-box;
	display: inline-block;
	height:56px;
	outline-style:none;
}
#header ul.menu li a:hover,
#header ul.menu li a:active {
	background-position: 0 -56px;
}

#header ul.menu li a.visited {
	background-position:0 0;
}
#header ul.menu li.menu1 a {
	width:104px;
	background-image:url(../imgs/hd_menu1.gif);
}
#header ul.menu li.menu2 a {
	width:109px;
	background-image:url(../imgs/hd_menu2.gif);
}
#header ul.menu li.menu3 a {
	width:104px;
	background-image:url(../imgs/hd_menu3.gif);
}
#header ul.menu li.menu4 a {
	width:104px;
	background-image:url(../imgs/hd_menu4.gif);
}
#header ul.menu li.menu5 a {
	width:104px;
	background-image:url(../imgs/hd_menu5.gif);
}



/*----------------------------------------
	mainContents setting
-----------------------------------------*/
#mainContents{
	margin:0 auto;
	padding:0;
	width:900px;
	position:relative;
}




/*----------------------------------------
	footer setting
-----------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	width: 860px;
	height:115px;
	font-family:"Times New Roman", Times, serif;
	background-image: url(../imgs/footer_back.gif);
	background-repeat: no-repeat;
	background-color: #441e62;	
}

.name{
	padding: 0px 0px 5px 0px;
	width: 720px;
	float:left;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-width: 1px;
	line-height: 18px;
}

.address{
	padding: 5px 0px 5px 0px;
	width: 720px;
	float:left;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-width: 1px;
	line-height: 18px;	
}

.address-text{
	font-size:20px;
}



.info-text{
	font-size:10px;
}




#footer a {
	color:#FFFFFF;
}




.copy{
	padding: 5px 0px 0px 0px;
	width: 720px;
	float:left;
	font-size:10px;
	text-align:left;
	color:#FFFFFF;
}


.qr{
	padding: 5px 0px 0px 0px;
	width: 100px;
	height:100px;
	float:right;
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}

.qr-img{
	padding: 5px 5px 5px 5px;
}





/*----------------------------------------
	link setting
-----------------------------------------*/

a:link, a:visited {
	color: #AA607C;
	text-decoration:none;
}

a:hover, a:active {
	color: #333333;
	text-decoration:underline;
}
a:link.curPage,
a:visited.curPage
{
	color: #333333;
}




