@charset "utf-8";


/******************************************************************
 *
 * ベース
 *
 *****************************************************************/

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}

body,
button,
input,
select,
textarea {
	font-family:Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

html {
	 font-size: 62.5%;
}

/* IE7のpadding設定 */
*:first-child+html body {
	padding-left: 1px;
}
 
/* IE6のpadding設定 */
*html body {
	padding-left: 1px;
}

body {
	font-size:14px;
	font-size: 1.4rem;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color:#333;
	background:url(../../img/bg_body.png) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	line-height: normal;
	letter-spacing:-1px;
	font-weight:normal;
}
p {
	margin:0;
}

ul,
ol {
  margin-left: 0;
  padding: 0;
}

dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  list-style-image: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
border:0;
}

/* ベースレイアウト */

#wrapper {
	background:url(../../img/bg_body.png) repeat-x;
	position: relative;
	top:0px;
	margin:0 auto;
	padding:0;
	width: 100%;
	height: auto !important;	/* IE6対策 */
	height: 100%;	/* IE6対策 */
	min-heigth: 100%;
}

div#common-header {
	position:relative;
	margin-bottom:25px;
	border-bottom:#FFF 1px solid;
	height:115px;
	text-align: left;
}
#LOGO {
	position:absolute;
	top:65px;
	left:1px;
	height:48px;
}
#LOGO img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}


#menuTop {
	display: none;
}
#menuBottom {
	display:block;
	padding-top:25px;
}



#common-contents {
	margin: 0 3px 1em;
}

div.main {
	width: 100%;
	margin: 0 0 1em;
}
div.MAIN {
	margin: 0 3px 1em;
}

div.MAIN p{
	margin: 0 10px 25px 10px;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
}

div#footer {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color:#45c745;
	background-color:#FFF;
	border-top:#bbb dotted 1px;
}
.fCopyright {
	width:100%;
	color:#222;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
	font-size:11px;
}


/* 画像のスタイル指定 */
	
#common-banner {
	 margin: 0 0 1em;
}
img.adjust {
	 width: 100%;
	 max-width:100%;
	 height: 53px;
	 border: none;
}
/* 各要素のデザイン、レイアウト */

h1 {
	position:absolute;
	top:28px;
	left:3px;
	background: url(../../img/bg_h1.png) no-repeat;
	padding:2px 0 0 22px;
	margin:0;
	font-size: 13px !important;
	font-size: 1.3rem;
	line-height:1.2;
	text-align:left;
	color:#434343;
}

h2 {
	display:block;
	background: url(../../img/bg_h2.png) repeat-x;
	color:#333;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height:1.0;
	margin-bottom:10px;
	padding:8px 0 6px 35px;
	background: url(../../img/bg_h2.png) no-repeat;
	background-position:left;
	border-bottom:#333 dotted 1px;
	font-weight:bold;
	text-align: left;
}

h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
	border-left:#9fc24d solid 6px;
	border-bottom:#bbb dotted 1px;
	padding:2px 0 2px 5px;
	margin-bottom:15px;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom:#2C7ECF solid 1px;
	color:#2C7ECF;
	padding:2px 0 2px 0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}