@charset "utf-8";
/* CSS Document */

/* トータルデザイン・全称セレクタ */
*{
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}
html {
	overflow-y:scroll;
}
body {
	font-size:small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
}
img {
	border-width: 0px;
}
#wrapper{
	width:900px;
	height:800px;
	margin:0 auto;
}
a,a:visited{
	color:#003399;
}
a:hover{
	color:#00CC66;
	text-decoration:none;
}

/* ヘッダー */
#header {
	height: 70px;
	width: 100%;
}
h1{
    text-indent:-9999em;
}

/* メイン */
#main {
	height: 680px;
	width: 100%;
	clear: both;	
}

/* インデックスページ */
#top_img{
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
}
#left{
	width:50%;
	height:auto;
	float:left;
	padding-top:25px;
}
#right{
	width:50%;
	height:auto;
	float:right;
	padding-top:25px;
}
.new{
	width:400px;
	height:130px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #009900;
	text-align:left;
	margin:0 auto;
}
h2{
	height: auto;
	width: auto;
	color: #003300;
	font-size: medium;
	font-weight: bold;
	padding:5px 0 3px 7px;
}
.new table{
	margin-left:15px;
	margin-bottom:2px;
}
#line{
	clear:both;
	height:15px;
	padding-top:40px;
}
#line hr{
	margin:0 auto;
}
#main #left2{
	height:40px;
	float:left;
	text-align:left;
	padding-left:40px;
}
#right2{
	height:40px;
	float:right;
	text-align:right;
	padding-right:28px;
}

/* コンテンツ */
#content{
	margin:10px;
	text-align: 120%;
}
h3{
    text-indent:-9999em;
}
#content p{
	margin:15px 0px 15px 30px;
}

.bold{
	font-weight:bold;
	color:#FF3300;
}
.bold a{
	font-size: medium;
	font-weight:bold;
}
p {
	line-height:130%;
	}

/* フッター */
#gotop{
	text-align:right;
	padding-right:50px;
}

#footer {
	width:100%;
	height:20px;
	background-image:url(img/hudda.png);
}

/* メニューボタン */
#menu{
	width:100%;
	height:auto;
	}
#menu div{
	float:right;
	}
#menu a{
    display:block;
    width:70px;
    height:30px;
    background-position:0 0;
    background-repeat:no-repeat;
    text-decoration:none;
    text-indent:-9999em;
}
#menu #about_img a{
    background-image:url(img/about.png);
}
#menu #product_img a{
    background-image:url(img/product.png);
}
#menu #event_img a{
    background-image:url(img/event.png);
}
#menu #blog_img a{
    background-image:url(img/blog.png);
}
#menu #bbs_img a{
    background-image:url(img/bbs.png);
}
#menu #link_img a{
    background-image:url(img/link.png);
}
#menu a:hover{
	background: 0 -30px;
}

#about_on{
    width:70px;
    height:30px;
	background-image: url(img/about.png);
    background-position: 0 -60px;
}
#product_on{
    width:70px;
    height:30px;
	background-image: url(img/product.png);
    background-position: 0 -60px;
}
#event_on{
    width:70px;
    height:30px;
	background-image: url(img/event.png);
    background-position: 0 -60px;
}
#blog_on{
    width:70px;
    height:30px;
	background-image: url(img/blog.png);
    background-position: 0 -60px;
}
#bbs_on{
    width:70px;
    height:30px;
	background-image: url(img/bbs.png);
    background-position: 0 -60px;
}
#link_on{
    width:70px;
    height:30px;
	background-image: url(img/link.png);
    background-position: 0 -60px;
}

/* テーブル */
#member{
	text-align:center;
	border-color:#666666;
	border-style:solid;
	border-width:1px 0 0 1px;
	margin-left:35px;
	width:500px;
	}
#member td{
	border-color:#666666;
	border-style:solid;
	border-width:0 1px 1px 0;
	padding:1px;
}
caption{
	text-align:left;
	margin-left:30px;
}
#banner{
	width:880px;
	border:none;
}
#banner td{
	width:220px;
	border:none;
	padding:2px 0 0 0;
	vertical-align:bottom;
	text-align:left;
}
.work{
	width:500px;
	padding-left:30px;
	text-align:left;
}
td {
	vertical-align: top;
}
