@charset "UTF-8";

/*
*	Title: ZYYX - 共通CSS
*	URI: 
*	Last Modified: 2010-06-18
*	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;
	margin: 0;
	line-height: 1.5;
	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;
}

#page {
	background: #e9e9e9 url(../images/bg_page.gif) repeat-y center top;
}

a img,
span img {
	vertical-align: bottom;
}

/*========================================
	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;
}

#page #wrapper {
	position: relative;
	margin: 0 auto;
	min-width: 990px;
	width: 990px;
}

/*========================================
	6. ヘッダー枠
========================================*/
#header {
	position: relative;
	border-bottom: 26px solid #98cbcb;
	width: 100%;
	background: #000000;
	text-align: center;
	zoom: 1;
	z-index: 1;
}

#header .headerWrap:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

#header .headerWrap {
	display: inline-block;
	margin: 0 auto;
	width: 810px;
}

#page #header {
	border-top: 5px solid #616161;
	border-bottom: 10px solid #98cbcb;
}

#page #header .headerWrap {
	width: 960px;
}

/* ----- ロゴ部分の表示枠 ----- */
#logoWrap {
	position: relative;
	float: left;
	width: 400px;
	padding: 10px 0;
	text-align: left;
}

#logoWrap  #logo {
	display: block;
	width: 126px;
	height: 39px;
	overflow: hidden;
	background: url(../images/logo_p.png) no-repeat left top;
	text-indent: -9999px;
}

#logoWrap .goHome {
	position: absolute;
	left: 155px;
	top: 23px;
	display: inline-block;
	margin-top: 1px;
	text-decoration: none;
	font-family: 'Droid Sans', arial, "メイリオ", Meiryo, sans-serif;
	color: #ffffff;
}

#logoWrap .goHome:hover {
	color: #ffcc00;
}

#page #logoWrap {
	padding-left: 15px;
}

/* ----- サブ・ナビゲーション（ロゴ表示枠内に設置） ----- */
#subNav {
	padding: 11px 0 0;
	float: right;
	width: 350px;
	text-align: right;
}

/* ----- お問い合わせリンク ----- */
#linkContact {
	display: inline-block;
	margin: 3px 0 0;
}

#linkContact img {
	border: 0;
}

#page #linkContact {
	display: none;
}


/*========================================
	7. メイン枠
========================================*/
#content {
	margin: 30px auto 0;
	width: 810px;
	text-align: left;
}

#content #main {
	margin: 0 20px;
}

#page #content {
	width: 990px;
	padding-bottom: 50px;
}

#page #content #main {
	margin: 0 100px;
}

#content #newsListTitle {
	border-bottom: 2px solid #98cbcb;
	font-weight: bold;
	font-size: 133.3%;
}

#content #newsList .date {
	width: 100px;
}

#content #newsList .category {
	width: 80px;
}

#content #newsList .title {
	width: 630px;
}

#content #titleIndividual {
	margin-bottom: 30px;
	background: url(../images/bg_subtitle_line_long.gif) no-repeat left bottom;
	padding-bottom: 2px;
}

#content .individual h3 {
	margin-top: 30px;
}


/*========================================
	8. フッター枠
========================================*/
#footer {
	margin: 30px auto 0;
	width: 810px;
	height: auto;
	padding: 15px 0 20px;
	background: url(../images/img_dotline.gif) repeat-x left top;
	text-align: left;
}

#footer #copyright {
	margin: 0;
	padding: 0;
	font-size: 83.3%;
}

#putFooter {
	display: none;
}

#page #footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 990px;
	height: 40px;
	padding: 0;
	overflow: hidden;
	background: #000000;
	color: #ffffff;
}

#page #footer #footerNav {
	position: absolute;
	left: 30px;
	top: 10px;
	margin: 0;
	padding: 0;
}

#page #footer #footerNav a {
	line-height: 1;
	vertical-align: middle;
	font-size: 83.3%;
	color: #cccccc;
	text-decoration: none;
}

#page #footer #footerNav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#page #footer #footerNav #footerLogo {
	display: inline-block;
	margin-right: 6px;
	height: 12px;
	padding: 4px 15px 4px 0;
	background: url(../images/bg_footerNav.gif) repeat-y right top;
}

#page #footer #footerNav a img {
	border: 0;
	vertical-align: middle;
}

#page #footer #copyright {
	position: absolute;
	right: 30px;
	top: 14px;
	line-height: 1;
	text-align: right;
}

#page #putFooter {
	display: block;
	height: 40px;
}

