@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: MS P Gothic, Arial, "ヒラノギ角ゴ Pro W3";
	text-align: center;
}

.hidden {
	display: none;
}

#wrap {
	background: url(../images/bg.gif) top center repeat-x;
	width: 100%;
}

#sideline {
	width: 806px;
	margin: 0 auto;
	background: url(../images/sideline.gif) top center repeat-y;
}

#main_cont {
	width: 760px;
	margin: 0 auto;
	padding-top: 14px;
}

img {
	border: none;
}

.bold {
	font-weight: bold;
}

a {
	color: #339933;
}

a:hover {
	color: #ef0000;
}

sup,.ERR {
	color: #ff0000;
}

input,textarea {
	text-align: left;
	border: solid 1px #ccc;
	padding: 3px;
}

.center {
	text-align: center;
}

.text_right {
	text-align: right;
}


/*-------------------------------------------------------------------

ヘッダー

--------------------------------------------------------------------*/

#header {
	height: 62px;
	font-size: 12px;
	background: url(../images/red_line.gif) bottom center no-repeat;
}

#header #left {
	width: 290px;
	float: left;
}

#header #right {
	margin-left: 492px;
}

#logo {
	width: 290px;
	height: 52px;
	background: url(../images/logo.gif) top center no-repeat;
}

#logo a {
	width: 290px;
	height: 52px;
	display: block;
}

#header #right .tel {
	margin-top: 4px;
	height: 25px;
	background: url(../images/tel.gif) top right no-repeat;
}


/*-------------------------------------------------------------------

インフォメーション

--------------------------------------------------------------------*/

#info_area {
	width: 750px;
	margin: 16px auto;
}

/*-------------------------------------------------------------------

コンテンツ

--------------------------------------------------------------------*/

#comm {
	width: 530px;
	font-size: 85%;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

h2 {
	text-align: left;
}

#comm p {
	text-align: left;
}

#icon {
	float: right;
}

#cont_naka {
	margin-top: 20px;
}

#cont_naka #side1 {
	width: 140px;
	float: left;
}

#cont_naka #side2 {
	width: 616px;
	margin-left: 140px;
}

#cont_naka #right_cont {
	width: 600px;
	margin: 0 auto;
}


/*-------------------------------------------------------------------

グローバルナビ

--------------------------------------------------------------------*/

#globalnavi {
	width: 750px;
	margin: 0 auto;
}

#globalnavi li {
	float: left;
	width: 250px;
	list-style: none;
}

.global_btn01 a {
	width: 240px;
	height: 240px;
	display: block;
	background: url(../images/global_btn01off.gif) top center no-repeat;
}

.global_btn01 a:hover {
	width: 240px;
	height: 240px;
	display: block;
	background: url(../images/global_btn01on.gif) top center no-repeat;
}

.global_btn02 a {
	width: 240px;
	height: 240px;
	display: block;
	background: url(../images/global_btn02off.gif) top right no-repeat;
}

.global_btn02 a:hover {
	width: 240px;
	height: 240px;
	display: block;
	background: url(../images/global_btn02on.gif) top right no-repeat;
}

.global_btn03 a {
	width: 240px;
	height: 240px;
	display: block;
	background: url(../images/global_btn03off.png) top right no-repeat;
}

.global_btn03 a:hover {
	width: 240px;
	height: 240px;
	display: block;
	background: url(../images/global_btn03on.png) top right no-repeat;
}

.global_btn04 a {
	width: 240px;
	height: 240px;
	display: block;
	margin-top: 10px;
	background: url(../images/global_btn04off.gif) top center no-repeat;
}

.global_btn04 a:hover {
	width: 240px;
	height: 240px;
	display: block;
	margin-top: 10px;
	background: url(../images/global_btn04on.gif) top center no-repeat;
}

.global_btn05 a {
	width: 240px;
	height: 240px;
	display: block;
	margin-top: 10px;
	background: url(../images/global_btn05off.gif) top center no-repeat;
}

.global_btn05 a:hover {
	width: 240px;
	height: 240px;
	display: block;
	margin-top: 10px;
	background: url(../images/global_btn05on.gif) top center no-repeat;
}

.global_btn06 a {
	width: 240px;
	height: 240px;
	display: block;
	margin-top: 10px;
	background: url(../images/global_btn06off.gif) top center no-repeat;
}

.global_btn06 a:hover {
	width: 240px;
	height: 240px;
	display: block;
	margin-top: 10px;
	background: url(../images/global_btn06on.gif) top center no-repeat;
}


/*-------------------------------------------------------------------

フッター

--------------------------------------------------------------------*/

#index #footer {
	margin-top: 20px;
	height: 120px;
	background: url(../images/red_line.gif) top center no-repeat;
}

#footer {
	margin-top: 20px;
	height: 70px;
	background: url(../images/red_line.gif) top center no-repeat;
}

#footer p {
	padding-top: 7px;
	font-size: 70%;
}

#footer ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style-position: inside;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
	font-size: 12px;
	padding-left: 14px;
	background: url(../images/arrow.gif) no-repeat;
	background-position: 0px 3px;
}

/*-------------------------------------------------------------------

コンテンツクリアー

--------------------------------------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix{height:1%;}

*:first-child+html .clearfix {
	display: inline-block;
}

/*\*//*/
.clearfix{
	display: inline-table;
}
/**/
