@charset "UTF-8";

@import url("http://yui.yahooapis.com/2.8.1/build/reset/reset-min.css");
@import url("http://yui.yahooapis.com/2.8.1/build/fonts/fonts-min.css");

/* TAG			##################################### */

html, body {
	height: 100%;
	margin: 0; padding: 0;
	background: transparent;
}

html { background: #ffffff; }

body {
	font: 13px/1.231 "ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic Pro","Lucida Grande","ＭＳ Ｐゴシック","Osaka",verdana,arial,sans-serif;
	/*font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	*font-size: small; 	/* for Standard conforming mode (Win IE7,Win IE6 )*/
	*font: x-small; 		/* for Rear interchangeable mode (Win IE 5-5.5､6) */
	color: #000000;
	text-align: left;
	background: #ffffff;
	line-height: 1.6;
}

table {
	font-size: inherit;		/* for modern browser */
	font: 100%;				/* for Rear interchangeable mode (Win IE 5-5.5､6) */
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%; 	/* for IE whole */
	line-height: 100%;
}

img			{ vertical-align: bottom;}	
strong 		{ font-weight: bold; }
p			{ margin-bottom: 1em;}
object		{ margin: 0; padding: 0; }
a 			{ color: #5c5c5c; text-decoration: none; outline: none; }
a           { font-size: 11px;}
a:visited 	{ color: #000000; text-decoration: none; outline: none; }
a:active	{ color: #000000; text-decoration: none; outline: none; }

/*
10 	77%
11 	85%
12 	93%		(was 93)
13 	100%
14 	108%	(was 107)
15 	116%	(was 114)
16 	123.1%	(was 122)
17 	131%	(was 129)
18 	138.5%	(was 136)
19 	146.5%	(was 144)
20 	153.9%	(was 152)
21 	161.6%	(was 159)
22 	167%
23 	174%
24 	182%
25 	189%
26 	197%
*/

/* COMMON			##################################### */

html, body {
	background: #ffffff;
}
div#container {
	margin: 0 auto;
	width: 960px;
}

/* HEADER			##################################### */

div#header {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 0px;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
	div#header-inner {
		margin: 0 auto;
		width: 960px;
	}
		div#header-inner h1 {
			float: left;
		}
			div#header-inner h1 a {
				display: block;
				width: 400px; height: 0px;
				background: url(../images/title-test.gif) 0 0 no-repeat;
				text-indent: -9999px;
			}
		div#header-inner ul#gnav {
			float: right;
			margin-top: 37px;
			height: 100%;
		}
			div#header-inner ul#gnav li {
				float: left;
				padding-left: 30px;
				overflow: hidden;
			}
				div#header-inner ul#gnav li a {
					font-size: 93%;
					color: #0066cc;
				}

/* CONTENT			##################################### */

div#content {
}
	div#content div {
        margin-bottom: 0;
		padding-top: 100px;
	}
		div#content div h2 {
			margin-bottom: 0px;
			padding-bottom: 5px;
			padding-left: 10px;
			font-size: 123.1%;
			color: #0066cc;
			
			border-bottom: 1px solid #0066cc;
		}
		div#content div div.content {
			margin-bottom: 0;
			padding-top: 0;
		}
	/* box-top */
	div#box-top {
	}
	    div#box-top div.content {
			height: 100%;
			overflow: hidden;
			text-alingn: center;

		    }
			 div#box-top div.content ul {	
				text-align: center;
                height: 100%;
				overflow: hidden;
				padding-bottom: 60px;
				padding-top: 30px;
				font-size: 158%;
				
		    }
			 div#box-top div.content ul li {	
				width: 30%;
				margin-top: 15px; 
				margin-left: auto;
				margin-right: auto;
			    text-align: left;
				font-size: 60%;
				color: #808080;
		        }
				
			    div#box-top div.content ul h1 {	
				width: 30%;
				margin-top: 10px; 
				margin-left: auto;
				margin-right: auto;
			    text-align: left;
				font-size: 100%;
				color: #c0c0c0;
		        }
				    div#box-top div.content ul li a{	
				width: 30%;
				margin-top: 10px; 
				margin-left: auto;
				margin-right: auto;
			    text-align: left;
				}
			
	
	
/* FOOTER			##################################### */

div#footer {
	margin-top: 200px;
	text-align: center;
	}
	div#footer address {
		margin-bottom: 0px;
		font-size: 85%;
		padding-bottom: 10px;
	}
