body {
	text-align: center;
}
body,td {
	line-height: 1.8em;
	color: #666666;
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#wrapper{
	width: 960px;
	height: auto;
	margin: 0px auto;
	padding: 20px;
}

#header{
	background: #999999 url(../img/h.gif) repeat-x top;
	height: 101px;
	width: 100%;
	max-width: 1600px;
	min-width: 1000px;
}

#h_menu {
	margin: 0px auto;
	position: relative;
	height: 100px;
	width: 960px;
}
#i_m {
	background: url(../img/h_navi.gif) no-repeat bottom;
	text-align: center;
	font-size: 12px;
	height: 14px;
	width: 120px;
	padding-top: 6px;
	padding-bottom: 4px;
	line-height: 1em;
	position: absolute;
	top: 20px;
	right: 134px;
}

#p_m {
	background: url(../img/h_navi.gif) no-repeat bottom;
	text-align: center;
	font-size: 12px;
	height: 14px;
	width: 120px;
	padding-top: 6px;
	padding-bottom: 4px;
	line-height: 1em;
	position: absolute;
	top: 20px;
	right: 264px;
}

#logo {
	background: url(../img/logo.png) no-repeat;
	_background: url(../img/logo.gif) no-repeat;
	position: absolute;
	height: 62px;
	width: 256px;
	margin-top: 25px;
	left: -4px;
}

#tomodachi {
	top: 20px;
	height: 30px;
	width: 120px;
	position: absolute;
	right: 4px;
}

#box_01{
	height: auto;
	width: 252px;
	float: left;
}

#box_02{
	float: right;
	height: auto;
	width: 690px;
}

#box_03{
	padding: 2px;
	height: auto;
	width: 244px;
	border: 1px solid #999999;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.box_03_text {
	text-align: left;
	padding: 10px;
	background: #F6F6F6;
}

#box_04{
	padding: 2px;
	height: auto;
	width: 244px;
	border: 1px solid #999999;
	background: #FFFFFF;
	margin-bottom: 20px;
}

#box_05{
	padding: 2px;
	height: auto;
	width: 244px;
	border: 1px solid #999999;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.box_05_text {
	text-align: left;
	padding: 10px 10px 10px 95px;
	background: #F6F6F6 url(../img/qr.gif) no-repeat 5px 10px;
}

#box_06{
	padding: 2px;
	height: auto;
	width: 244px;
	border: 1px solid #999999;
	background: #FFFFFF;
	margin-bottom: 20px;
}


#manu{
	margin-bottom: 20px;
}

#manu ul {
	font-size: 1px;
	line-height: 1px;

}
#manu li {
	list-style: none;
	width: 244px;
	height: 60px;
	padding: 2px;
	border: 1px solid #999999;
	margin-bottom: 3px;
	background: #FFFFFF;
}

#moji {
	text-align: center;
	padding: 10px;
	background: #F6F6F6;
}
#moji ul {
	list-style: none;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}
#moji li {
	line-height: 1em;
	margin-left: 10px;
	font-size: 12px;
	display: inline;
	margin-right: 10px;

}

#footer{
	max-width: 1600px;
	min-width: 1000px;
	height: auto;
	border-top: 1px dotted #999999;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#address {
	background: #009AAB;
	width: 100%;
	max-width: 1600px;
	min-width: 1000px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1em;
	height: 15px;
	padding-top: 6px;
	letter-spacing: 0.1em;
	border-top: 1px solid #006F7B;
}

#footer ul {
	list-style: none;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.2em;
	color: #FFFFFF;
}
#footer li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	background: url(../img/f_li_img.gif) no-repeat left top;
	padding-left: 15px;
}
h1 {
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}
h2 {
	color: #FFFFFF;
	width: auto;
	background: #009AAB;
	font-size: 14px;
	height: auto;
	line-height: 2em;
	text-align: center;
	margin-bottom: 2px;
	letter-spacing: 10px;
	padding-left: 10px;
}
h3 {
	width: 668px;
	border-bottom: 1px dotted #999999;
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #009AAB;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 2px;
	text-align: left;
}
h3 span {
	background: #009AAB;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*------ link ------*/

a:link     {
	color: #009AAB;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
a:visited  {
	color: #009AAB;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
a:hover    {
	color: #999999;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
a:active   {
	color: #009AAB;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}

/*------ link ------*/

a.h_n:link     {
	color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;
	outline:none;
	font-size: 12px;
	font-weight: normal;
}
a.h_n:visited  {
	color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
a.h_n:hover    {
	color: #CCCCCC;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
a.h_n:active   {
	color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}


/*------ clearfix ------*/
.clearfix {
	 display: block;
}
.clearfix:after {
     clear: both;
     content: " ";
     display: block;
     font-size: 0;
     height: 0;
     visibility: hidden;
}
* html .clearfix {
	 height: 1%;
}
.clearfix {
	 display: block;
}

/* Clear
--------------------------------------------------*/
.clear { clear:both; } 

