@charset "utf-8";

/*===============================================================================*/
/*common*/
/*===============================================================================*/



/*-------------------------------------------------- メイン構成 */

/* 全体設定 */

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka;
	font-size: 62.5%;
	color: #555;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	background-color: #FFF;
}

#subpage_body {
	background-color: #FFF;
	background-image: none;
}

a:link,
a:visited,
a:active {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

img  {
	vertical-align:bottom;
	border:none 0;
	font-size: 0;
	line-height: 0;
}

h1,h2,h3,h4 {
	font-size: 0;
	line-height: 0;
}

p {
	line-height: 150%;
	color: #555;
	text-align: center;
}

p strong {
	font-size: 1.2em;
	line-height: 150%;
}

p strong.bold {
	font-size: 1em;
	line-height: 150%;
}

/* 全体設定 end */


/* 全体のレイアウト */

#wrapper {
	display: block;
	width: 958px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	padding: 0;
}

#wrapper02 {
	display: block;
	width: 958px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	padding: 0;
	font-size: 1.2em;
	position: relative;
}

#wrapper03 {
	display: block;
	width: 958px;
	height: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	padding: 0;
	font-size: 1em;
	position: relative;
	background-image: url(../img/contents_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* 全体のレイアウト end */


/* コンテンツ部分 */

h3 {
	margin: 0;
	height: 36px;
	width: auto;
	display: block;
	text-align: center;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

h4 {
	margin: 0;
	text-align: center;
	display: block;
	height: 16px;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

/* コンテンツ部分 end */

/*-------------------------------------------------- メイン構成 end */




/*-------------------------------------------------- その他 */

.ie_bug01 {
	clear:both;
	display: block;
	height: 1px;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

br.ie_bug02 {
	display: block;
	height: 50px;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/*-------------------------------------------------- その他 end */




/*-------------------------------------------------- clearfix */

/* div for IE 5.5-7 */

div{
    zoom: 1;
}

p{
    zoom: 1;
}

ul,li,dl,dt,dd{
    zoom: 1;
}

/* div for IE 5.5-7 end */


/* for modern browser */

div:after{
    content:".";
    display: block;
    clear:both;
    visibility:hidden;
    height:0;
    line-height:0; 
}

.clearfix:after{
    content:".";
    display:block;
    clear:both;
    line-height:0; 
    visibility:hidden;
    height: 0; 
}

/* for modern browser end */


/* for IE7 */

*:first-child+html .clearfix{
    display:inline-block;
    min-height:1%;  
}

/* for IE7 end */


/* Hides from IE-mac */

* html .clearfix{
    height: 1%;
}

/* Hides from IE-mac end */

/*-------------------------------------------------- clearfix end */
