@charset "UTF-8";

/*
*	Title: ZYYX - 共通CSS
*	URI: 
*	Last Modified: 2010-06-04
*	Description: サイト全体を通して共通で使用する要素を定義します
*/

/*========================================
	1. Webフォントの読み込み
========================================*/

@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: normal;
	src: local('Droid Sans'), url('http://themes.googleusercontent.com/font?kit=POVDFY-UUf0WFR9DIMCU8g') format('truetype');
}


/*========================================
	2. 基本要素
========================================*/
html, 
body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	position: relative;
	line-height: 1.7;
	text-align: center;
	font-size: 75%;
	Xfont-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
}

textarea {
	Xfont-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a img,
span img {
	vertical-align: bottom;
}


/*========================================
	3. リンク要素
========================================*/
a {
}

a:hover {
}


/*========================================
	4. 補足設定
========================================*/
/* ----- 子孫セレクタのfloatによる周りこみを回避 ----- */
.clearfix:after,
#container:after,
#globalNav ul:after,
#main .frame .link:after,
#bannerWrap:after,
#footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.clearfix,
#container,
#globalNav ul,
#main .frame .link,
#bannerWrap,
#footer {
	display: inline-block;
}

/* Hides from IE-mac \*/
*html .clearfix,
*html #container,
*html #globalNav ul,
*html #bannerWrap,
*html #footer {
	height: 1%;
}
.clearfix,
#container,
#globalNav ul,
#bannerWrap,
#footer {
	display: block;
}
/* End hide from IE-mac */


/*========================================
	5. 全体枠
========================================*/
#wrapper {
	min-width: 960px;
	min-height: 100%;
	background: url(../images/bg_scene.jpg) no-repeat;
	Xbackground: url(../images/bg_scene.jpg) repeat-y left 105px;
	-webkit-background-size: 1680px 2550px;
	-moz-background-size: 1680px 2550px;
}

#wrapper2 {
	min-width: 960px;
	min-height: 100%;
	background: #ffffff;
}

#wrapper3 {
	min-width: 768px;
	min-height: 100%;
	background: #ffffff;
}


/*========================================
	6. ヘッダー枠
========================================*/
#header {
	position: relative;
	width: 100%;
	background: #000000;
	text-align: center;
	zoom: 1;
	z-index: 1;
}

#header .headerWrap {
	display: -moz-box;
	display: -webkit-box;
	margin: 0 auto;
	width: 810px;
}

#wrapper3 .headerWrap {
	display: -moz-box;
	display: -webkit-box;
	margin: 0 auto;
	width: 768px;
}

/* ----- ロゴ部分の表示枠 ----- */
#logoWrap {
	position: relative;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	padding: 10px 0;
	text-align: left;
}

#logoWrap h1 {
	font-size: 0;
}

#logoWrap h1 a {
	display: block;
	width: 126px;
	height: 39px;
	overflow: hidden;
	background: url(../images/logo_p.png) no-repeat left top;
	text-indent: -9999px;
}

#logoWrap h2 {
	margin-top: 8px;
	font-size: 0;
}

#logoWrap .goHome {
	position: absolute;
	left: 155px;
	top: 23px;
	text-decoration: none;
	font-family: 'Droid Sans', arial, "メイリオ", Meiryo, sans-serif;
	color: #ffffff;
}

#logoWrap .goHome:hover {
	color: #ffcc00;
}

/* ----- サブ・ナビゲーション（ロゴ表示枠内に設置） ----- */
#subNav {
	padding: 11px 0 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	text-align: right;
}

#subNav menu {
	margin: 17px 0 0;
	text-align: right;
}

#subNav menu li {
	display: inline;
	margin-left: 0;
}

#subNav menu li a {
	display: inline-block;
	min-width: 65px;
	padding: 7px 0 6px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	font-family: 'Droid Sans', arial, "メイリオ", Meiryo, sans-serif;
	font-size: 83.3%;
	font-weight: bold;
	color: #cccccc;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
}

#subNav menu li a:hover {
	color: #ffcc00;
}

/* ----- お問い合わせリンク ----- */
#linkContact {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 6px 5px 5px 18px;
	background: url(../images/img_cube.gif) no-repeat left center;
	text-decoration: none;
	font-family: 'Droid Sans', arial, "メイリオ", Meiryo, sans-serif;
	font-size: 83.3%;
	font-weight: bold;
	color: #cccccc;
}

#linkContact:hover {
	background: url(../images/img_cube_on.gif) no-repeat left center;
}

#wrapper3 #linkContact {
	display: inline-block;
	width: 191px;
	height: 30px;
	overflow: hidden;
	padding: 0;
	background: url(../images/btn_contact.gif) no-repeat left center;
	text-indent: -9999px;
}


/* ----- グルーバル・ナビゲーション ----- */
#globalNav {
	position: relative;
	width: 100%;
	Xmin-height: 25px;
	background: #cccccc;
	z-index: 2;
}

#wrapper2 #globalNav {
	background: #98cbcb;
}

#globalNav ul {
	position: relative;
	margin: 0 auto;
	width: 810px;
	text-align: left;
	z-index: 4;
}

#globalNav ul li {
	float: left;
	display: inline-block;
	border-right: 2px solid #ffffff;
}
#globalNav ul li:first-child {
	border-left: 2px solid #ffffff;
}

#globalNav ul li a {
	display: inline-block;
	min-width: 133px;
	min-height: 13px;
	padding: 7px 0 6px;
	line-height: 1;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
}

#globalNav ul li a.active,
#globalNav ul li a:hover {
	background: #dddddd;
}

#wrapper2 #globalNav ul li a {
	min-width: 159px;
}

#wrapper2 #globalNav ul li a.active,
#wrapper2 #globalNav ul li a:hover {
	background: #cce6e6;
}

/* ----- 現在時刻 ----- */
#globalNav #zyyxClock {
	position: absolute;
	top: 2px;
	right: 50%;
	display: block;
	margin-right: -398px;
	width: 810px;
	text-align: right;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	z-index: 3;
}


/*========================================
	7. メイン枠
========================================*/
#container {
	width: 100%;
}

#wrapper #main {
	margin: 13px auto 0;
	width: 810px;
	padding: 20px 0 0;
	background: url(../images/bg_broad_head.png) no-repeat left top;
	text-align: left;
	line-height: 1.5;
	font-size: 90%;
}

#wrapper2 #main {
	margin: 13px auto 0;
	width: 810px;
	padding: 20px 0 0;
	text-align: left;
	line-height: 1.5;
	font-size: 90%;
}

#main .footer {
	width: 810px;
	height: 19px;
	background: url(../images/bg_broad_bottom.png) no-repeat left bottom;
}

#main .frame {
	position: relative;
	text-justify: inter-ideograph;
	text-align: justify;
	zoom: 1;
}

#main .frame .frameNav {
	position: absolute;
	left: 5px;
	top: -14px;
	z-index: 10;
	font-size: 0;
}

#main .frame .frameNav menu {
	display: -moz-box;
	display: -webkit-box;
	list-style: none;
}

#main .frame .frameNav menu li {
	margin-right: 1px;
}

#main .frame .link {
	margin-top: 10px;
	margin-left: -30px;
	width: 810px;
	text-align: right;
}

#main .frame .link li {
	display: inline;
	margin-left: 10px;
}

#main .frame .link li a {
	display: inline-block;
	width: 253px;
	height: 34px;
	background: #ffffff;
}

#main .frame .link li a img {
	-moz-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.25s linear;
	-moz-transition: 0.25s linear;
}

#main .frame .link li a:hover img {
	opacity: 0.75;
}


/*========================================
	8. フッター枠
========================================*/
#footer {
	position: relative;
	margin: 0 auto;
	width: 810px;
	height: 100px;
	padding: 0 0 20px;
	text-align: right;
}

#copyright {
	position: absolute;
	right: 0;
	top: 30px;
	Xfloat: right;
	width: 273px;
}

#copyright small {
	display: block;
	padding: 6px 0 0;
	text-align: center;
}

#wrapper2 #footer {
	height: auto;
	padding: 5px 0 20px;
	text-align: left;
}

#wrapper2 #footer small {
	font-size: 83.3%;
}
