* {
	margin:0;padding:0;
}

html {
	background:#ffffff;
	height:100%;
}

body {
	font: 13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#252525;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a {
	color:#dc586f;
}
a:hover {
	color:#a73649;text-decoration:none;
}
a:active, a:focus {
	outline: 0;
}
img {
	border:0;
}
.clear {
	clear:both;
}
p {
	margin-bottom: 10px;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}


/*******************************
全体幅
*******************************/
#wrapper {
	background-image: url(../images/gmenu_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#header, #container, .inner {
	margin: 0 auto;
	width: 960px;
}


/*******************************
/* ヘッダー
*******************************/
#header {
	position:relative;
	min-height:110px;
	height: auto !important;
	height: 110px;
}

#header h1,#header h2, #header h3, #header ul, #header .banners {
	font-weight:normal;
	color: #333;
	font-size: 10px;
	line-height: 21px;
}

#header h1 {
	font-size: x-large;
	padding-top: 30px;
}

#header h2 {
	margin-bottom: 15px;
}

/* ロゴの位置 */
#header h3 {
	top: 50px;
}


/******************
/* ヘッダーナビゲーション
******************/
#header ul {
	top: 5px;
	line-height:12px;
	right: 0px;
	position: absolute;
}

#header ul li {
	float:left;
	list-style:none;
}

#header ul a {
	text-decoration: none;
	display: block;
	height: 14px;
	background-image: url(../images/arrow_ring_gray1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: auto;
	padding-left: 15px;
}


/*******************************
コンテンツ位置
*******************************/
#container {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#main {
	float: left;
	width: 715px;
	padding-bottom:40px;
}

#sidebar {
	float: right;
	width: 225px;
	padding-bottom:40px;
	font-size:13px;
}


/*************************
/* ボックスの囲み
/* .boxContainer
/* 背景画像でボックスの高さを調整
/* 
/* 各ボックス
/* .box1 1番目の2つのbox
/* .box2 2番目の3つのbox（画像）
/* .box3 3番目の2つのbox
/* .box4 4,5番目の1つのbox
/* #sidebar .box1 サイドバーのbox
*************************/
.boxContainer {
	width:715px;
	margin:0 auto 20px;
	background:url(../images/box1.gif) 0 100%;
}

.box1,.box2, .box3, .box4 {
	float: left;
	width: 225px;
	margin: 0 20px 20px 0;
}

.box1, .box3, .box4 {
	width:327px;
	margin:0 21px 0 0;
	padding: 10px;
	border-top:1px solid #dadada;
}

#sidebar .box1 {
	width:209px;
	margin: 0 0 20px;
	padding: 10px 7px;
	border:1px solid #dadada;
	background: #fff;
}

#sidebar .box1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar .box1 ul li {
	background-image: url(../images/linkArrow_gray2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.box3 {
	width:347px;
	padding:0 0 10px;
}

.box4 {
	margin:0 0 20px 0;
	padding:0;
	width:715px;
	border:1px solid #dadada;
	background: #fff;
}

/* 最後のbox */
.last {
	margin-right:0;
}


/* 画像を中央表示 */
.box1 .center {
	padding-bottom:10px;
}

/* 画像を左に回りこみ */
.box4 img {
	margin: 0 10px 10px;
}

.box4 h4 img {
	float:none;margin:0 0 10px;
}

.box4 p {
	padding: 0 10px 10px;
}


/*************
/* 見出し
*************/
.box3 h4 {
	margin-bottom:10px;
}

#container h3 {
	margin-bottom:10px;
	padding-bottom:5px;
	color: #dc586f;
	font-weight: normal;
	border-bottom: 1px solid #dddddd;
}

#container h2 {
	padding: 0 5px 0 24px;
	margin-bottom:10px;
	line-height:37px;
	font-size: 14px;
	font-weight: normal;
	color:#8ea051;
	background:url(../images/h2Bg.png) no-repeat 0 100%;
}

#container .box4 h3 {
	padding: 7px 5px;
}


/*************
/* リスト
*************/
#container ul {
	margin-left: 5px;
}

#container ul li, #footerUpper ul li {
	list-style: none;
	margin-bottom: 8px;
	padding: 0 5px 0 12px;
	background-image: url(../images/linkArrow_gray2.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#container .box3 ul {
	padding: 0 5px;
}

#sidebar ul {
	margin-left:3px;
}

/*************
サイド（右側）コンテンツ
*************/
#sidebar p {
	margin-bottom:20px;
}
#sidebar ul {
	margin-bottom:10px;
}


/*******************************
/* フッター
*******************************/
#footerUpper {
	clear:both;
	border-bottom:1px solid #5d5d5d;
	overflow: hidden;
	background:#888888;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	bottom: 20px;
	position: absolute;
	width: 100%;
}

#footerUpper .inner .box {
	float: left;
	width: 210px;
	padding-left:10px;
	margin:0 20px 10px 0;
	line-height: 1.2;
}

#footerUpper .inner .last {
	width: 230px;
	margin-right:0;
}

#footerUpper ul li {
	color:#fff;
	background:url(../images/linkArrow_gray2.gif) no-repeat 0 3px;
	float: left;
}

#footerUpper a {
	color:#fff;
}
#footerUpper a:hover {
	color:#eeeeee;
}

#footerLower {
	text-align:center;
	border-top:1px solid #7e7e7e;
	background:#5d5d5d;
	bottom: 0px;
	position: absolute;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	clear: both;
}
address {
	color: #fff;
	font-style:normal;
	font-size:13px;
}



/*******************************
/* 汎用スタイル
*******************************/
.adarea {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*---------------------------------
_clearfix
-----------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
