@charset "utf-8";


/* reset */

html {
 background:#fff;
 color:#333;
}

/* --             -- */

body {
font:12px/1.5 'Lucida Grande', Helvetica;
 margin:0;
 overflow:visible;
 padding:0;
}

	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}

/* --             -- */

a img, img { 
 border:0;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
 margin:0;
 padding:0;
}

abbr, acronym {
 border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
 font-style:normal;
 font-weight:normal;
}

caption, th {
 text-align:left;
}

code, kbd, pre, samp, tt {
 font-family:monospace;
 line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}

ol, ul {
 list-style:none;
}

q:before, q:after {
 content:'';
}

/* --             -- */

button, fieldset, form, input, label, legend, select, textarea {
 font-family:inherit;
 font-size:100%;
 font-style:inherit;
 font-weight:inherit;
 margin:0;
 padding:0;
 vertical-align:baseline;
}

/* --             -- */

table {
 border-collapse:collapse;
 border-spacing:0;
 font-size:100%;
}

/* style */

html{
 height:100%;
 overflow-y:scroll;
}

body {
 background:#fff;
 font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
 font-size:13px;
 color:#333;
 text-align:center;
 height:100%;
}

a {
 color:#333;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

h1 , h1 a, #header-description{
 color: #fff;
}

h2 , h2 a {
 text-decoration: none;
 font-size: 1.2;
 margin-bottom: 10px;
}

h2 a:hover {
 text-decoration: underline;
}

h3 {
 font-size:1;
 font-weight:normal;
}

/*    container    */

#container{
 background:#fff;
 width: 1000px;
 min-height: 100%;
 margin: 0 auto;
 text-align: left;
 padding-bottom:1em;
 border-bottom:solid 20px #000;
}

/*    header    */

#header {
 border-color: #fff;
 background: #fff url(header.gif) no-repeat top center;
 height:150px;
 padding:2em;
 margin:0;
}

/*    alpha     */

#alpha{
 width:700px;
 height:auto;
 float:left;
 text-align:left;
}

.content_body{
 width:700px;
 padding-top:1em;
 border-top: solid 1px #ddd;
 padding-bottom:1em;
 border-bottom: solid 1px #ddd;
}

.content_body p{
 font-weight:normal;
 text-align:left;
 margin:0px;
 line-height:1.6;
}

.content_body p strong{
 font-weight:bold;
 letter-spacing:0.1em;
}

.content_body p img{
 vertical-align:middle;
}

/*    bata     */

#beta{
 background:#fff;
 width:240px;
 height:auto;
 margin:0;
 padding:0;
 float:right;
}

#beta ul {
 width:200px;
 height:auto;
 margin:0;
 text-align:left;
 padding-top:1em;
 border-top: solid 1px #ddd;
 padding-bottom:1em;
}

#beta ul li{
 margin:0 0 0.5em 0;
 background:#fff;
}

#beta li a{
 color:#666;
}

/*    gamma     */

#gamma{
 background:#fff;
 width:190px;
 height:auto;
 margin:0;
 padding:0;
 float:right;
}

#gamma ul {
 width:150px;
 height:auto;
 margin:0;
 text-align:left;
 padding-top:1em;
 border-top: solid 1px #ddd;
 padding-bottom:1em;
}

#gamma ul li{
 margin:0 0 0.5em 0;
 background:#fff;
}

#gamma li a{
 color:#666;
}

/*    footer    */

.clear{
 clear:both;
}
