@charset "UTF-8";
img {
	border: none;
	}

a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #333;
}
/* ボトムマージン調整 */
.bottom5{margin-bottom: 5px;}
.bottom10{margin-bottom: 10px;}
.bottom20{margin-bottom: 20px;}
.bottom30{margin-bottom: 30px;}
.bottom50{margin-bottom: 50px;}
.bottom60{margin-bottom: 60px;}
.bottom80{margin-bottom: 80px;}
.bottom90{margin-bottom: 90px;}
.bottom100{margin-bottom: 100px;}
.bottom150{margin-bottom: 150px;}
.bottom200{margin-bottom: 200px;}

html,body{
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../hxg_img/shadow01.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
/*
#wrapperArea_01 {
	width: 100%;
	height: 100%;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 
	margin: 0;
	padding: 0px;
}
 */
#container {
	width: 900px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
#topkeyvisi {
	padding: 0px;
	background-image: url(../hxg_img/top_keyvisi.jpg);
	float: left;
	height: 320px;
	width: 900px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.hxg_rogo h1 {
	margin: 0px;
	float: left;
	height: 50px;
	width: 200px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.amb_rogo h2 {
	margin: 0px;
	float: right;
	height: 50px;
	width: 250px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}


/***** headnav ****/
#topkeyvisi .headnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	clear: both;
	font-size: 13px;
	text-align: right;
	width: auto;
	color: #999;
}
#topkeyvisi .headnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topkeyvisi .headnav a:link {
	text-decoration: none;
	color: #999;
}
#topkeyvisi .headnav a:visited {
	color: #999;
}
#topkeyvisi .headnav a:active {
	color: #999;
}
#topkeyvisi .headnav a:hover {
	text-decoration: none;
	color: #333;
}


/***** navi ****/

#nav {
	clear: both;
	height: 33px;
	width: 900px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#nav ul a {
	display: block;
	height: 33px;
	width: 112px;
	text-indent: 10px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 40px;
}
#nav ul li {
	float: left;
	padding: 0px;
	margin: 0px;
}

#nav ul #nav_top {
	background-position: 5px;
	background-image: url(../hxg_img/nav01.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_top a:hover {
	background-position: 5px;
	background-image: url(../hxg_img/nav02.png);
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 112px;
	display: block;
}


#nav ul #nav_message {
	background-position: -112px;
	background-image: url(../hxg_img/nav01.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_message a:hover {
	background-position: -112px;
	background-image: url(../hxg_img/nav02.png);
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_brand {
	background-position: -224px;
	background-image: url(../hxg_img/nav01.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_brand a:hover {
	background-position: -224px;
	background-image: url(../hxg_img/nav02.png);
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_profile {
	background-position: -336px;
	background-image: url(../hxg_img/nav01.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_profile a:hover {
	background-position: -336px;
	background-image: url(../hxg_img/nav02.png);
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_products {
	background-position: -448px;
	background-image: url(../hxg_img/nav01.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_products a:hover {
	background-position: -448px;
	background-image: url(../hxg_img/nav02.png);
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_works {
	background-position: -560px;
	background-image: url(../hxg_img/nav01.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_works a:hover {
	background-position: -560px;
	background-image: url(../hxg_img/nav02.png);
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_recruit {
	background-position: -672px;
	background-image: url(../hxg_img/nav01.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_recruit a:hover {
	background-position: -672px;
	background-image: url(../hxg_img/nav02.png);
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_inquiry {
	background-position: -784px;
	background-image: url(../hxg_img/nav01.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 112px;
	display: block;
}
#nav ul #nav_inquiry a:hover {
	background-position: -784px;
	background-image: url(../hxg_img/nav02.png);
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 112px;
	display: block;
}


	

/***** main ****/

#main {
	margin: 0px;
	height: 700px;
	width: 900px;
	clear: both;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent {
	padding: 0px;
	height: auto;
	width: 640px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#top_products {
	margin: 0px;
	padding: 0px;
	height:auto;
	width: 640px;
}
#top_products h3 {
	margin: 0px;
	padding: 0px;
}
#top_products a{display:inline-block; margin-right:15px;}
#top_products a:last-child{margin-right:0;}

/***** news ****/
#news {
	width: 640px;
	height: 250px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 32px;
	letter-spacing: 0.1em;
	color: #666;
	margin: 0px;
	float: left;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#news h3 {
	background-image: url(../hxg_img/news_obi.jpg);
	background-repeat: repeat-x;
	font-size: 15px;
	text-indent: 15px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
.news_scroll {
	width: 640px;
	margin: 0px;
	padding: 0px;
	height: 200px;
	overflow-y: scroll;
	scrollbar-face-color: #cccccc;       /* 表面の色 */
	scrollbar-3dlight-color: #ffffff;    /* 左端と上端の色 */
	scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
	scrollbar-shadow-color: #ffffff;     /* 影の色 */
	scrollbar-darkshadow-color: #ffffff; /* 右端と下端 */
	scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
	scrollbar-track-color: #ffffff;      /* バーの背景の色 */
}

.news_wrap {
	width: 620px;
	height: auto;
	clear: both;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 5px;
}

.new_day {
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #900;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	line-height: 17px;
}
.new_text {
	margin: 0px;
	float: right;
	height: auto;
	width: 520px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;
	line-height: 17px;
	color: #333;
}



#sideContent {
	padding: 10px;
	height: auto;
	width: 200px;
	float: right;
	background-image: url(../hxg_img/bann_bg.jpg);
	background-repeat: repeat;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sideContent .twitter {
	padding: 0px;
	height: 400px;
	width: 180px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/***** calender ****/
#calender {
	width: 640px;
	height: 160px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 32px;
	letter-spacing: 0.1em;
	color: #666;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
}
#calender h3 {
	background-image: url(../hxg_img/news_obi.jpg);
	background-repeat: repeat-x;
	font-size: 15px;
	text-indent: 15px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
#calender .calen {
	line-height: 17px;
	letter-spacing: 0.1em;
	width: 320px;
	font-size: 12px;
	float: left;
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#calender .c_img {
	width: 320px;
	float: right;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}



#sukima {
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 600px;
	clear: both;
}
#calender .c_img img {
	padding-left: 8px;
}
/***** footer ****/
#footer {
	height: 100px;
	clear: both;
	text-align: center;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#footer_nav {
	width: 885px;
	height: 25px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer_nav ul li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#footer_nav ul li:last-child{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999;
}


#footer_nav ul a {
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
}
#footer img {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapperArea_02 #container02 #main #mainContent02 #enjoy_logo {
	height: 130px;
	width: 285px;
}
#wrapperArea_02 #container02 #main #mainContent02 #photobook {
	float: left;
	height: 525px;
	width: 640px;
}
#wrapperArea_02 #container02 #main #mainContent02 #photobook #photobook01 {
	float: left;
	height: 315px;
	width: 640px;
	background-image: url(../hxg_img/photobook01.jpg);
	background-repeat: no-repeat;
}
#wrapperArea_02 #container02 #main #mainContent02 #photobook #photobook01 #photobook_text {
	float: left;
	height: 145px;
	width: 365px;
	margin-top: 160px;
	margin-left: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
}
