/* CSS Document */

/*** CSS Reset **********************/

body{
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(img/bg.gif);
}

h1, h2, h3, h4, h5, h6, div,
address, p, blockquote, pre, noscript,
ins, del,
dl, dt, dd, ol, ul, li,
table, thead, tbody, tfoot, tr, th, td, caption{
    margin: 0;
    padding: 0;
    border: 0;
}

a{
	text-decoration: none;
}

/*** Clearfix *******/

.clearfix:after{
	content: ".";
	display: block;
	visiblity: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}	

/** IE用ハック *********/
.clearfix{
	zoom: 1;
}


/*** welcome ************************/

div#box{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -250px;
}

div#wel_top{
	width: 500px;
	height: 70px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
}

div#welcome{
	text-align: center;
	margin: 0;
}

div#wel_bottom{
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
	text-align: center;
}




/*** コンテナ部分 *******************/

#container{
	width: 780px;
	margin-right: auto;
	margin-left: auto
}




/*** メニュー部分 *******************/

#menu{
	height: 45px;
}


ul{
	margin-right: auto;
	margin-left: auto;
	list-style: none outside;
}

li{
	float: left;
	width: 156px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
}

li a{
	display: block;
	padding: 5px 0 5px 0;
	background-color: #111111;
	border: outset 1px #111111;
	color: #999999;
}

li a:hover, li parentList a:active{
	padding: 2px 0 8px 0;
	background-color: #111111;
	border-top: solid 1px #222222;
	border-right: solid 1px #111111;
	border-bottom: solid 1px #111111;
	border-left: solid 1px #222222;
	color: #FFFFFF;
}	

/*** メイン部分 *********************/

#main{
	clear: both;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px 20px 10px;
	background-color: #FFFFFF;
	background-image: url(img/ball_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#main h1{
	margin-bottom: 20px;
	text-align: right;
}


/*** 更新履歴部分 *******************/

#new{
	float: left;
	width: 200px;
	margin-top: 90px;
	margin-left: 5px;
	border: solid 1px #333333;
}

#new h4{
	margin: 5px 5px 10px 5px;
	text-align: center;
}

#new p{
	margin: 5px 5px 5px 15px;
	font-size: 0.9em;
}

/*** テキストエリア *****************/

#text{
	float:right;
	width: 500px;
}

#text h3{
	height: 23px;
	margin-top: 20px;
	margin-bottom: 7px;
	background-image:url(img/ball_ico.gif);
	background-repeat: no-repeat;
	border-bottom: dashed 1px #333333;
	text-align: right;
}


#text p{
	text-align: justify;
}


#text2{
	float:left;
	font-family: "ＭＳ ゴシック";
	font-size: 14px;
	font-style: normal;
}

#text2 h2{
	height: 23px;
	margin-top: 20px;
	margin-bottom: 7px;
	margin-left: 250px;
	margin-right: 100px;
	background-image:url(img/ball_ico.gif);
	background-repeat: no-repeat;
	border-bottom: dashed 1px #333333;
	text-align: center;
}

#text2 p{
	margin-left: 300px;
	margin-bottom: 0.8em;
}

#text3{
	float:left;
}

#text3 h2{
	height: 23px;
	margin-top: 20px;
	margin-bottom: 7px;
	margin-left: 100px;
	margin-right: 250px;
	background-image:url(img/ball_ico.gif);
	background-repeat: no-repeat;
	border-bottom: dashed 1px #333333;
	text-align: center;
}

#text3 p{
	margin-left: 200px;
}


/*** フッター部分 ******************/

#footer{
	clear: both;
	width: 780px;
	height: 2.0em;
	margin-top: 10px;
	background-color: #222222;
	text-align: right;
	color: #FFFFFF;
}

#footer h4{
	margin-top: 0.5em;
	margin-right: 10px;
	margin-bottom: 0.5em;
}





