body {
	background: #FFFFFF;
}
body,td {
	font-size: 16px;
	line-height: 1.5em;
	color: #003399;
}
#wrapper{
	height: auto;
	width: 960px;
	background: url(../img/w_bg_img.gif) repeat-y;
	margin: 0px auto;
	padding-right: 10px;
	padding-left: 10px;
}
#header{
	background: url(../img/h.gif) no-repeat;
	height: 121px;
	width: 960px;
	position: relative;
}
#main_box{
	background: url(../img/main_box_bg_img.gif) no-repeat center bottom;
	width: 920px;
	height: auto;
	padding: 20px 20px 250px;
	position: relative;
}
#footer{
	height: 30px;
	width: 960px;
	position: absolute;
	bottom: 15px;
	right: 0px;
	text-align: center;
}
#box_1{
	float: right;
	width: 250px;
	height: auto;
}
#box_2{
	float: left;
	height: auto;
	width: 650px;
}

#navi {
	text-align: center;
	width: 960px;
	background: url(../img/navi_bg.gif);
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 0.2em;
	padding-top: 17px;
	height: 35px;
}
#navi ul li {
	list-style: none;
	overflow: hidden;
	display: inline;
}
#navi li {
	margin-right: 10px;
	margin-left: 10px;
}

.jyuusyo {
	height: auto;
	width: 230px;
	background: #E8F5FD;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#moji {
	text-align: center;
	line-height: 1em;
	width: 230px;
	height: 29px;
	padding: 10px;
	background: #E8F5FD;
	margin-bottom: 10px;
}
#moji ul li {
	list-style: none;
	overflow: hidden;
	display: inline;
}
#moji li {
	margin-right: 5px;
	margin-left: 5px;
	height: 40px;
}

#tomodachi {
	text-align: center;
	width: 230px;
	height: auto;
	background: #E8F5FD;
	padding: 10px;
	margin-bottom: 10px;
}
#qr_box{
	padding: 2px;
	height: auto;
	width: 250px;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.qr_box_text {
	text-align: left;
	padding: 10px 10px 10px 95px;
	background: #E8F5FD url(../img/qr.gif) no-repeat 5px 10px;
}

#footer ul {
	list-style: none;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.2em;
	color: #FFFFFF;
}
#footer li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	background: url(../img/f_li_img.gif) no-repeat left top;
	padding-left: 15px;
}

address {
	width: 960px;
	text-align: center;
	font-size: 10px;
	line-height: 1em;
	position: absolute;
	bottom: 5px;
	height: 10px;
	color: #FFFFFF;
	right: 0px;
	letter-spacing: 0.1em;
}
h1 {
	position: absolute;
	top: 4px;
	right: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	line-height: 1.2em;
}
h2{
	position: absolute;
	top: 50px;
	right: 20px;
	color: #0D3E89;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	line-height: 1.2em;
}
h3 {
	background: url(../img/h3_bg_img.gif);
	height: 30px;
	width: 620px;
	font-size: 15px;
	line-height: 2em;
	color: #0D3E89;
	font-weight: bold;
	padding-left: 30px;
}
h4 {
	background: url(../img/h4_bg_img.gif) no-repeat center;
	height: 21px;
	width: 250px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.3em;
	color: #0D3E89;
	line-height: 1em;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 9px;
}
/*------ link ------*/

a:link     {
	color: #0D3E89;;
	text-decoration: none;
	overflow:hidden;
	outline:none;
	font-weight: bold;
}
a:visited  {
	color: #0D3E89;;
	text-decoration: none;
	overflow:hidden;
	outline:none;
	font-weight: bold;
}
a:hover    {
	color: #987F5B;
	text-decoration: none;
	overflow:hidden;
	outline:none;
	font-weight: bold;
}
a:active   {
	color: #0D3E89;;
	text-decoration: none;
	overflow:hidden;
	outline:none;
	font-weight: bold;
}


/*------ 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;
}

