/* CSS Document */

*{padding:0px; margin:0px;}
*{font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";}

img{border:none; }

body{background-color:#ffffff; margin:0px; padding:0px;}

#content{width:980px; height:auto; margin:0px auto; border-right:#CCCCCC solid 1px; border-left:#CCCCCC solid 1px;}

.clr{clear:both;}

/* header */
#header{width:auto; height:60px; }

/* image */
#image{width:940px; height:320px; margin: 30px 20px; background-image:url(../img/img.jpg);}
#image h1{
	font-size:13px;
	line-height:1.2em;
	color:#FFFFFF;
	padding:10px;
	font-weight:normal;}

/* menu */
#menu{width:auto; height:240px; padding:10px;}
.menu {list-style: none;}
.menu li{width:220px; height:220px; margin:10px 8px; float:left; border:#CCCCCC 1px solid; float:left;}

/* text */
#text{width:980px; height:auto; font-size:14px; padding:20px 0px; line-height:1.5em; text-align:center; vertical-align:middle;}
#text h2{
	font-size:14px;
	margin:5px auto;
	font-weight:normal; color:#333333;}
#text p{ font-size:14px; line-height:1.5em; color:#333333;}
#text dl{margin:15px 0 5px 0;}
#text dt{font-size:14px; margin:30px 180px 5px 180px; font-weight:nomal; border-bottom:1px dotted #999999;}
#text dd{font-size:13px; line-height:1.2em; color:#333333; margin:5px 0 15px 0;
}


/* navi */
.navi{width:980px; height:auto; font-size:13px; padding:15px 0px; line-height:1.5em; text-align:center; vertical-align:middle;}

.navi2{width:960px; height:auto; font-size:11px; padding:10px 10px; line-height:1.5em; text-align:right; vertical-align:middle;}

.link{
	list-style: none;
	margin:5px auto;}

.link li{
	display:inline;}


/* footer */
#footer{width:auto; height:20px; font-size:10px; color:#999999; line-height:20px; vertical-align:middle; text-align:center; clear:both; background-color: #CCCCCC;}

a:link{color:#333333; text-decoration:none;}
a:visited{color:#333333; text-decoration:none;}
a:hover{color: #333333; text-decoration:underline;}