@charset "UTF-8";

/*
===========================================================================
| 			site common style
===========================================================================
*/

* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}

/* clearfix */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {
 display:inline-block;
}
/* hide mac ie \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display: block;
}
/* end */

body {
	background-color : #455D9D;
	text-align: left;
	font-size: 80%;
	color: #ffffff;
	height: 100%;
	line-height: 180%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
/*	background-image: url(images/common/bg.gif); */
	background-repeat: repeat-x;
}

/*----------------------------------------------------------------------
/			layout 
/----------------------------------------------------------------------*/
div#wrapper {
	text-align: center;
	min-height: 100%;
}
div.main {
	width: 900px;
	background-color: #000051;
	padding: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div.topImg,
div.bottomImg {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}


/*----------------------------------------------------------------------
/			header 
/----------------------------------------------------------------------*/
div#header {
	/*background: url(images/common/bg_header.gif) no-repeat 50% top;*/
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
div#header div#headerArea {
	width: 900px;
	text-align: left;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
}
div#header div.logoArea {
	width: 297px;
	float: left;
	padding-left: 12px;
}
div#header div.logoArea h1 {
	padding-left: 1px;
}
div#header div#GYlogo {
	margin-bottom: 6px;
}
div#header div.menuArea {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	position: relative;
}
div#header div.commonMenu {
	padding: 0 0px 11px 0;
}
div#header div#categoryMenu {
	margin: 3px 0 3px -2px;
}
div#header div#categoryMenu img {
	margin-left: 2px;
}
div#header div.rightMenu {
	float: right;
	min-width: 570px;
	margin-top: 35px;
}
div#header div.d1Menu {
	text-align: right;
	padding: 0;
	width: 900px;
	background-color: #000056;
	line-height: 0;
}


/*----------------------------------------------------------------------
/			footer 
/----------------------------------------------------------------------*/

div#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 13px 0 30px 0;
}
div#footer div.copyright {
	float: left;
	text-align: left;
	padding-left: 1px;
	width: 325px;
}
div#footer div.archive{
	width: 515px;
	float: right;
	padding-right: 1px;
	line-height: 0;
	font-size: 10%;
	text-align: right;
}



/*----------------------------------------------------------------------
/			image 
/----------------------------------------------------------------------*/
img {
	border:none;
}

/*----------------------------------------------------------------------
/			form 
/----------------------------------------------------------------------*/


/*----------------------------------------------------------------------
/			link 
/----------------------------------------------------------------------*/
a {
	text-decoration: none;
}
a:link {
	color: #FEE300;
}
a:visited {
	/*color: #2B5DE1;*/
	color: #FEE300;
}
a:hover {
	color: #CA925B;
}


/*----------------------------------------------------------------------
/			paragraph 
/----------------------------------------------------------------------*/
h1 {
	line-height: 100%;
}
h2 {
	line-height: 100%;
	padding-top: 12px;
}
h3 {
	font-weight:bold;
	line-height: 100%;
}
h4 {
	line-height: 100%;
}
h5 {
	font-size: 122%;
	color: #FEE300;
	margin: 10px 0;
}
h6 {
	font-size: 100%;
	display: inline;
	font-weight: normal;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 180%;
}
strong {
	font-weight:bold;
	text-decoration: none;
	font-style: normal;
}
em {
	font-weight:bold;
	text-decoration: none;
	font-style: normal;
}


/*----------------------------------------------------------------------
/			table
/----------------------------------------------------------------------*/

/*通常表組*/
table.line {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-collapse: collapse;
	font-size: 100%;
	background-image: none;
	width: 100%;
	margin: 5px 0 15px 0;
	line-height: 150%;
}
table.line tr {
	background-image: none;
}
table.line td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 4px 8px;
	vertical-align: top;
}
table.line th {
	text-align: left;
	padding: 4px 8px 4px 0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	/*background-color: #e6e6e6;*/
	font-weight: normal;
	white-space: nowrap;
	color: #FEE300;
}

table.line2 {
	border: none;
	border-collapse: collapse;
	width: 100%;
	font-size: 100%;
	margin: 5px 0 20px 0;
	line-height: 150%;
}
table.line2 tr {
	border-bottom: 1px solid #dedede;
}
table.line2 td {
	padding: 6px 6px 6px 0px;
	vertical-align: top;
	text-align:left;
}
table.line2 th {
	padding: 6px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	font-weight:bold;
}
caption {
	text-align :left;
	position: absolute;
	margin-top: -1000px;
}

/*レイアウト*/
table.layout {
	border-collapse: collapse;
	line-height: 100%;
	width: 100%;
}
table.layout td,
table.layout th {
	padding:0;
	margin:0;
	vertical-align: top;
}
table {
	font-size: 100%;
}


/*----------------------------------------------------------------------
/			list
/----------------------------------------------------------------------*/
ol,ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol li {
	margin: 0;
	padding: 0;
	line-height: 100%;
}
ul li {
	margin: 0;
	padding: 0;
	line-height: 100%;
}
dl {
}
dt {
}
dd {
}


/*----------------------------------------------------------------------
/			etc
/----------------------------------------------------------------------*/
div.jumpTop {
	width: 852px;
	background-color: #000051;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding: 15px 24px 0 24px;
	font-size: 90%;
}
div.jumpTop a:visited {
	color: #FEE300;
}
div.jumpTop a:hover {
	color: #CA925B;
}
div.pageOpen {
	padding: 0;
	font-size: 90%;
}
div.pageOpen img {
	padding-right: 5px;
}
.rightSide {
	float: right;
	margin-left: 16px;
}
.leftSide {
	float: left;
	margin-right: 16px;
}
span.text122 {
	font-size: 122%;
}



