@charset "shift_jis";



/**********************************************************
全体のスタイル設定
***********************************************************/

*{
	margin:0;
	padding:0;
}

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	background: ;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.7em;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p,strong,em	{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.7em;
}

div	{
	text-align: left;
}

img {
	border: none;
}

/**********************************************************
リンクテキストの設定
***********************************************************/

a:link,a:visited	{
	color: #40813B;				
}

a:hover	{
	color: #5ED554;
	text-decoration: none;
}

/**********************************************************
ベースレイアウト
***********************************************************/

#mainbox {
	width: 800px;
	margin: 0px auto;
}

#header{
	position: relative;
	height: 100px;
}

#middle {
	margin: 5px 0px 8px 0px;
}

#left {
	float: left;
	width: 585px;
}

#right {
	float: right;
	width: 200px;
	padding: 0px 0px 0px 15px;
}

#footer{
	clear: both;
	padding: 7px 0px 7px 0px;
	text-align: center;
}

/**********************************************************
ヘッダーの設定
***********************************************************/

#logo {
	position: absolute;
	top: 9px;
	left: 9px;
}

#hamachou {
	position: absolute;
	top: 19px;
	left: 196px;
}

#counter {
	position: absolute;
	top: 43px;
	left: 713px;
}

#navi_top2 {
	position: absolute;
	top: 66px;
	left: 0px;
}

#navi_policy2 {
	position: absolute;
	top: 66px;
	left: 134px;
}

#navi_health2 {
	position: absolute;
	top: 66px;
	left: 267px;
}

#navi_bone2 {
	position: absolute;
	top: 66px;
	left: 400px;
}

#navi_traffic2 {
	position: absolute;
	top: 66px;
	left: 533px;
}

#navi_pickup2 {
	position: absolute;
	top: 66px;
	left: 666px;
}

/**********************************************************
レフトの設定
***********************************************************/

/*****parts.cssに記載*****/

/**********************************************************
ライトの設定
***********************************************************/

#right img {
	display: block;
}

#title_group {
	background-image: url(../images/mainparts/group.gif);
	height: 29px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

.qrtext {
	text-align: center;
	clear: both;
}

#qrimg {
	margin: 20px auto 6px;
}

.flashtext {
	width: 200px;
	padding: 10px 0px 8px 0px;
}







