@charset "UTF-8";


/* 共通設定
--------------------------------------------------------------------
1. 初期設定
2. テキスト
3. clearfix
4. Header
5. Footer
6. Main
7. Global Menu
8. ポップアップ
--------------------------------------------------------------------*/


/* 1. 初期設定
--------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	margin:0px;
	padding:0px;
	font-weight: normal;
}

div, p, form, input{
	margin:0px;
	padding:0px;
}

table{
	font-size:100%;
	border:0px;
}

th, td{
	margin:0px;
	padding:0px;
	font-weight: normal;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

ul, li, ol, dl, dt, dd{
	list-style:none;
	margin:0px;
	padding:0px;
}



body{
	background-color:#f4f4f4;
	color:#444444;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック",Verdana,"ヒラギノ角ゴ Pro W3",Arial,Helvetica,sans-serif;
	font-size:78%;
	line-height:130%;
	letter-spacing:1px;
}



/* 2. テキスト
--------------------------------------------------------------------*/
a:link, a:active, a:visited{
	color:#444444; text-decoration:none;
}
a:hover{
	color:#EA0011; text-decoration:underline;
}

strong{
	font-style:normal;
	font-weight:bold;
	font-family:'ＭＳ Ｐゴシック',Hiragino Kaku Gothic Pro,sans-serif;
}

br{letter-spacing:0px;}



/* 3. clearfix
--------------------------------------------------------------------*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* for macIE ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end of for macIE */

.clear{
	clear:both;
}



/* 4. Header
--------------------------------------------------------------------*/
#header{
	width:100%;
	background:url("/hythiol/common/img/bg_header.gif") left top repeat-x;
	height:58px;
	text-align:center;
}
#header div.logoarea{
	position:relative;
	width:900px;
	height:58px;
	margin:0px auto;
	text-align:left;
}
#header div.logoarea div.logo-ss{
	padding-top:25px;
}
#header div.logoarea div.logo-hythiol{
	position:absolute;
	right:0px;
	top:24px;
}



/* 5. Footer
--------------------------------------------------------------------*/
#footer{
	width:100%;
	background:url("/hythiol/common/img/bg_footer.gif") left top repeat-x;
	text-align:center;
}
#footer div.ctsarea{
	position:relative;
	width:900px;
	margin:0px auto;
	text-align:left;
}
#footer div.ctsarea p.link{
	padding-top:13px;
}
#footer div.ctsarea p.txt{
	padding:3px 0px 5px 0px;
	font-size:90%;
}
#footer div.ctsarea p.copy{
	position:absolute;
	right:0px;
	top:13px;
}

#footer a:link, #footer a:active, #footer a:visited{
	color:#ea0011; text-decoration:none;
}
#footer a:hover{
	color:#ea0011; text-decoration:underline;
}



/* 6. Main
--------------------------------------------------------------------*/
#main-bg {
	background:#ffffff url(/hythiol/common/img/bg_main.gif) left top repeat-x;
}

#main{
	width:900px;
	margin:0px auto;
	text-align:left;
}




/* 7. Global Menu
--------------------------------------------------------------------*/
#globalmenu {
	width:100%;
	height:42px;
	background:url("/hythiol/common/img/bg_globalm.gif") left top repeat-x;
	text-align:center;
}

#globalmenu ul {
	width:900px;
	height:42px;
	margin:0 auto;
	padding-top:1px;
}

#globalmenu li {
	float:left;
	background:url(/hythiol/common/img/globalm_line.gif) right top no-repeat;
	padding-right:2px;
	line-height:0;
}

#globalmenu li.last {
	background:none;
	padding-right:0px;
}



/* 8. ポップアップ
--------------------------------------------------------------------*/
body.popup{
	background:#ffffff;
}


/* ヘッダー
-------------------------------- */
#headerwrap-pop{
	width:100%;
	text-align:center;
	border-bottom:#d1d1d1 1px solid;
}

#header-pop{
	width:680px;
	height:47px;
	margin:0px auto;
	text-align:left;
}

#header-pop div.logo-l{
	float:left;
	width:200px;
	padding-top:14px;
}
#header-pop div.logo-r{
	float:right;
	width:200px;
	padding-top:15px;
	text-align:right;
}


/* メイン
-------------------------------- */
#mainwrap-pop{
	width:100%;
	text-align:center;
	background-color:#fcedf4;
}
#main-pop{
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:20px 0px;
}

/* フッター
-------------------------------- */
#footerwrap-pop{
	width:100%;
	text-align:center;
	border-top:#d1d1d1 1px solid;
}

#footer-pop{
	width:680px;
	margin:0px auto;
	text-align:right;
	padding:7px 0px 15px 0px;
}