@charset "utf-8";

/* google font style
------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

/* formatting style
------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

html, body {
	color: #000000;
	/*
	background-color: #00493d;
	background-repeat: repeat-x;
	background-position: right 601px;
	background-image: url(../image/bg01.gif);
	background-color: #00493d;*/
	line-height: 1.6;
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;
	width: 100%;	/* 横の幅を100% */
}

#top_body {
	color: #FFFFFF;
	background-color: #00493d;
	background-repeat: repeat-x;
	background-position: right 581px;
	background-image: url(../image/bg01.gif);
	line-height: 1.6;
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
	min-height: 100%;
	width: 100%;	/* 横の幅を100% */
}

@media screen and (max-height: 800px) {
#top_body {
	color: #FFFFFF;
	background-color: #00493d;
	background-repeat: repeat-x;
	background-position: right 461px;
	background-image: url(../image/bg01.gif);
	line-height: 1.6;
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
	min-height: 100%;
	width: 100%;	/* 横の幅を100% */
}
}
@media screen and (max-height: 600px) {
#top_body {
	color: #FFFFFF;
	background-color: #00493d;
	background-repeat: repeat-x;
	background-position: right 361px;
	background-image: url(../image/bg01.gif);
	line-height: 1.6;
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
	min-height: 100%;
	width: 100%;	/* 横の幅を100% */
}
}

hr {
	display: none;
}

/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/* top layout
------------------------------*/

#top_wrapper {
	/*border: 1px solid #CCCCCC;*/
	background-color: transparent;
	width: 858px;
	margin: 0px auto;
	position: relative;	/* フッター部の配置用に定義 */
	height: auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
	min-height: 100%;
}

#top_header {
	border-top: 1px solid #00493d;
	width: 100%;
	height: 800px;
	position: relative;
}

#top_header #logo {
	display: block;
	margin-top: 280px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#top_header h1 {
	/*border: 1px solid #CCC;*/
	font-size: 440%;
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0px auto;
	text-align: center;
	line-height: 1em;
}

#top_header ul {
	/*border: 1px solid #F00;*/
	background-repeat:no-repeat;
	background-position: center top;
	background-image: url(../image/obi.gif);
	background-color: #00493d;
	width: 858px;
	height: 100px;
	position: absolute;
	top: 580px;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (max-height: 800px) {
#top_header {
	border-top: 1px solid #00493d;
	width: 100%;
	height: 600px;
	position: relative;
}

#top_header #logo {
	display: block;
	margin-top: 160px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#top_header h1 {
	/*border: 1px solid #CCC;*/
	font-size: 430%;
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0px auto;
	text-align: center;
	line-height: 1em;
}
#top_header ul {
	/*border: 1px solid #F00;*/
	background-repeat:no-repeat;
	background-position: center top;
	background-image: url(../image/obi.gif);
	background-color: #00493d;
	width: 858px;
	height: 100px;
	position: absolute;
	top: 460px;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
}

}

@media screen and (max-height: 600px) {
#top_header {
	border-top: 1px solid #00493d;
	width: 100%;
	height: 550px;
	position: relative;
}

#top_header #logo {
	display: block;
	margin-top: 60px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#top_header h1 {
	/*border: 1px solid #CCC;*/
	font-size: 430%;
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0px auto;
	text-align: center;
	line-height: 1em;
}
#top_header ul {
	/*border: 1px solid #F00;*/
	background-repeat:no-repeat;
	background-position: center top;
	background-image: url(../image/obi.gif);
	background-color: #00493d;
	width: 858px;
	height: 100px;
	position: absolute;
	top: 360px;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
}

}


#top_header ul li {
	list-style: none;
	float: left;
}
#top_header ul li a {
	width: 171px;
	height: 2.5em;
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00493d;
	text-align: center;
	display: block;
	margin-top: 50px;
	/*
	border-top: 3px solid #FF9900;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	*/
}
#top_header ul li a:hover {
	border-bottom: 5px solid #E8ECF5;
}

#top_header ul li#nHome a {
	border-left-style: none;
}

/* basic layout
------------------------------*/
#wrapper {
	/*border: 1px solid #93F;*/
	width: 858px;
	margin: 0px auto;
	min-height: 100%;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	background-color: transparent;
	position: relative;	/* フッター部の配置用に定義 */
}
#header {
	/*border: 1px solid #F00;*/
	padding-top: 10px;
	width: 100%;
	height: 200px;
}
#main {
	/*border: 1px solid #CF6;*/
	padding: 15px;
	float: right;
	width: 593px;
	margin-bottom: 20px;
}
#sidebar {
	/*border: 1px solid #00F;*/
	padding: 15px;
	float: left;
	width: 205px;
	margin-bottom: 20px;
}
#footer {
	/*border: 2px solid #F00;*/
	clear:both;
	width: 100%;
	height: 30px;
	padding: 0;
	color: #CCCCCC;
	background-color: transparent;
	/*position: absolute; /* 絶対位置指定することを定義 */
	/*left: 0;
	bottom: 0; /* 絶対位置指定(左0px,下0px) */
}
/* sub header styles
------------------------------*/

#header h1 {
	color: #999;
	font-size: 250%;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding-top: 60px;
	text-align: left;
	line-height: 1em;
}

#header #logo {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: left;
}

/* main styles
------------------------------*/

#main p {
	color: #666;
	line-height: 3em;
	font-size: 80%;
}

#main h2 {
	color: #666;
	line-height: 3em;
	font-size: 80%;
	/*font-weight: normal;*/
}

#main dl {
	line-height: 3em;
	font-size: 80%;
	/*border-bottom: 1px dotted #CCCCCC;*/
	color: #666;
	margin: 30px;
}
#main dt {
	line-break: strict;
	display: block;
	/*border-top: 1px dotted #CCCCCC;*/
	width: 5em;
	text-align: right;
	float: left;
}
#main dd {
	display: block;
	/*border-top: 1px dotted #CCCCCC;*/
	padding-left: 6em;
}

#main dl dd a {
	color: #666;
	font-size: 80%;
	text-decoration: none;
}

#a_ul{
	line-height: 3em;
	font-size: 80%;
	/*border: 1px dotted #CCCCCC;*/
	color: #333;
}

#a_ul li{
	list-style: none;
	padding-left: 180px;
	}

#a_ul li a {
	color: #666;
	text-decoration: none;
}

.ul_grid {
	width: 400px;
	margin: 15px auto;
}
.ul_grid li {
	display:block;
	margin: 15px;
	float: left;
	list-style: none;
}

#ul_img01 {
	width: 450px;
	margin: 15px auto;
}
#ul_img01 li {
	display:block;
	margin: 20px auto;
	list-style: none;
}
#ul_img01 li .credit01{
	padding-right: 50px;
	text-decoration: none;
	text-align: right;
	color: #999;
}
#ul_img01 li .credit02{
	padding-right: 120px;
	text-decoration: none;
	text-align: right;
	color: #999;
}
#ul_img01 li img{
	border: 1px dotted #CCCCCC;
	display:block;
}
#ul_img01 #li01 {
	margin-left: 66px;
}

#ul_img01 #li02 {
	margin-left: 50px;
}

#page-top {
    /*position: fixed;
    bottom: 20px;
    right: 20px;*/
	text-align: right;
	width: 80px;
	margin-left: auto;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 8px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #CCC;
}

/* sidebar styles
------------------------------*/
#sidebar ul {
	margin-top: 10px;
	background-color: #FFFFFF;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	height: 2.5em;
	line-height: 3.5em;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #00493d;
	display: block;
	width: 150px;
	padding-left: 15px;
	padding-bottom: 0px;
}
#sidebar ul li a:hover {
	background-color: #E8ECF5;
}

/* footer styles
------------------------------*/

#footer address {
	font-size: 70%;
	text-align: center;
	margin: auto;
}
