@charset "utf-8";
/*

	Last Updated: 2009.4.11
	--------------------------------
	- Table of Contents -

    1. RESET
	  
    2. BODY FOOTER

	3. CLASS
	
	4. HEAD

	5. CONTENTS
	
	6. CONTACT
	
	7. FOOTER

	--------------------------------
*/



/* ----------------
	1. RESET
---------------- */

* {
	margin:0px;
	padding:0px;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,
form, input, select, textarea, fieldset, legend {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

img {
	border: none;
	visibility: visible;
}

ul {
list-style: none;
}


/* ----------------
	2. BODY
---------------- */



body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", sans-serif;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
	line-height:1.5em;
	background-image: url(img_base/back_green.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #666666;
}

body span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

a { text-decoration:none; }
a:link { color: #666666; }
a:hover { color:#008532; }
a:visited { color: #333333; }


input, select, textarea {
	color: #333333;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", sans-serif;
}

.red {
	color: #FF0000;
}


#container {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	display: block;
}


/* ----------------
	3. CLASS
---------------- */

.clearfix:after {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.clearfix { display: inline-block; }

.clearBoth {
	clear: both;
/*	border: 1px solid #00F;*/
}

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display: block; }
/* End Hide from IE-mac */

.red { color:#FF0000; }


/* ----------------
	4. head
---------------- */

#header {
	width:900px;
	display: block;
	text-align: left;
	background-image: url(image/base_reed.gif);
	background-repeat: no-repeat;
	background-position: 450px center;
	height: 115px;
}

#rogo {
	display: block;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
}

.h1-title {
	width:890px;
	display: block;
	text-align: right;
	float: left;
	font-size: 10px;
	padding-right: 10px;
}

#tab {
	display:block;
	float: right;
}

#tab li {
	float:left;
	display:block;
}

.tab-home a {
	width:71px;
	height:28px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/tab_home.gif);
	background-position: top;
}

.tab-sitemap a {
	width:84px;
	height:28px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/tab_sitemap.gif);
	background-position: top;
}

.tab-privacy a {
	width:103px;
	height:28px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/tab_privacy.gif);
	background-position: top;
}

.tab-contact a {
	width:90px;
	height:28px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/tab_contact.gif);
	background-position: top;
}

#tab a:hover {
	background-position: 0 -28px;
}

#nav {
	display:block;
	float: left;
	margin-top: 10px;
}

#nav li {
	float:left;
	display:block;
}

.nav-web_design a {
	width:129px;
	height:35px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_01.gif);
	background-position: top;
}

.nav-dtp_design a {
	width:129px;
	height:35px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_02.gif);
	background-position: top;
}

.nav-studios a {
	width:129px;
	height:35px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_03.gif);
	background-position: top;
}

.nav-event a {
	width:129px;
	height:35px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_04.gif);
	background-position: top;
}

.nav-music a {
	width:128px;
	height:35px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_05.gif);
	background-position: top;
}

.nav-server a {
	width:128px;
	height:35px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_06.gif);
	background-position: top;
}

.nav-company a {
	width:128px;
	height:35px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_08.gif);
	background-position: top;
}


#nav a:hover {
	background-position: 0 -35px;
}


.news {
	width:630px;
	height:33px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/banner_news.gif);
	background-position: top;
}



/* ----------------
	5. CONTENTS
---------------- */

#contents {
	display: block;
	width: 900px;
	padding-top: 10px;
}

.main {
	display: block;
	width: 630px;
	float: left;
}


.reed {
	display: block;
	width: 590px;
	text-align: left;
	padding: 20px;
	float: left;
}

.reed li {
	display: block;
	text-align: left;
	padding: 10px;
}

#news-list li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(img_base/point.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	margin-bottom: 10px;
}

.sub {
	display: block;
	width: 250px;
	float: right;
}

#side {
	display: block;
	width: 250px;
	background-image: url(img_base/banner_link.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 20px;
	padding-top: 33px;
	margin-bottom: 20px;
	float: left;
}

#side dt {
	display: block;
	width: 240px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}

#side dd {
	display: block;
	width: 235px;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	float: left;
}

.contents-banner {
	width:610px;
	height:23px;
	display:inline;
	float: left;
	background-image: url(img_base/contents_banner_big.gif);
	background-position: top;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#list {
	display: block;
	width: 590px;
	text-align: left;
	padding: 20px;
	float: left;
}


#list dt {
	display: inline;
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009900;
	width: 100%;
	float: left;
	height: auto;
	font-weight: bold;
}

#list dd {
	display: inline;
	text-align: left;
	padding-bottom: 15px;
	width: 98%;
	height: auto;
	float: left;
	padding-left: 15px;
}

#list p {
	display: inline;
	text-align: left;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	float: left;
	padding-left: 15px;
}

#side-base {
	width:240px;
	height:23px;
	display:inline;
	float: left;
	background-image: url(img_base/contents_banner_small.gif);
	background-position: top;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
}

.sub dt {
	display: inline;
	width: 235px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	font-weight: bold;
}

.sub dd {
	display: inline;
	width: 235px;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	float: left;
}

.privacy-title {
	display: inline;
	text-align: left;
	width: 100%;
	height: auto;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #006600;
}

.company-title {
	display: inline;
	text-align: left;
	width: 100%;
	height: auto;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #006600;
}

/* ----------------
	6.contact
---------------- */

.contact-note {
	display: block;
	text-align: left;
	padding-left: 20px;
	background-image: url(image/category_point.gif);
	float: left;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: left 3px;
	width: 450px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E9646;
}

#contact-table {
	display: block;
	text-align: left;
	float: left;
	padding-top: 20px;
}

#contact-table th {
	width: 150px;
	display: table-cell;
	text-align: left;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AFD264;
}

#contact-table td {
	display: table-cell;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 370px;
	vertical-align: middle;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AFD264;
}

#contact-table-check {
	display: block;
	text-align: left;
	float: left;
	padding-top: 20px;
}

#contact-table-check th {
	display: table-cell;
	text-align: left;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AFD264;
	width: 150px;
}

#contact-table-check td {
	display: table-cell;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AFD264;
}

/* ----------------
	7.FOOTER
---------------- */


#footer {
	height: 104px;
	display: block;
	width: 100%;
	background-image: url(img_base/back_green_end.gif);
	background-repeat: repeat-x;
	font-size: 10px;
}

#footer-nav {
	display: block;
	padding-top: 15px;
	font-size: 10px;
	padding-bottom: 5px;
}

