@charset "Shift_JIS";

/********************************************
 base
********************************************/

*{
	font-family:Verdana, Helvetica, sans-serif;
	color:#55555;
}

body {
	margin: 20px;
	background-color: #dddddd;
	font-size: 13px;
	color: #333333;
}

img { border: none; }

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 1.0em; color: #ffffff; text-align: center;
}

h2 {
	clear:both;
	width:560px;
	margin-bottom:14px;
	padding:1px 10px;
	line-height:2.0;
	font-size: 1.2em;
	color:#000;
	font-weight:bold;
	background:#fff url("./images/bg_h2.gif") 100% 100% repeat-x;

}



h3 {

	clear:both;
	width:600px;
	height:40px;
	background: #222222; 
	color:#ffffff;
	font-size: 1.3em;
	font-weight:bold;
	text-align: center;
	background:#fff url("./images/bg_h4.gif") 100% 100% repeat-x;
	margin-bottom:16px;
	padding:1px 10px;
	line-height:2.2;
}



h4 {
	font-size: 1.4em; color: #000000; font-weight: bold; text-align:center; margin-bottom: 0;
}

p {
	margin-left: 20px;
}

ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a { text-decoration: none; color: #0A0A0A; }
a:link , a:visited { color:#55AAFF; font-weight:bold; text-decoration:none; }
a:hover { background: none; color:#333333; }

.pagetop a {
	float: right;
	width: 80px;
	height: 10px;
	margin: 10px 0 20px;
	padding-right: 20px;
	text-align: right;
	font-size: 80%;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/********************************************
 header
********************************************/

#header {
	width: 910px;
	height: 180px;
	margin: 0 auto;
	background: #eeeeee;
}

/********************************************
 Menu
********************************************/

#menu2 {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
}

#menu2 ul {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #535457;
	border-bottom: 1px solid #050A10;
	height: 1%;
}

#menu2 ul:after {	
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#menu2 ul li {
	/* menu no kazu wo 100de waru 
	menu5 dato : 100/5 = 20% */ 	
	width: 10%;
	float: left; 
	margin: 0; 
	font-size: 1.1em;
	text-align:center;
	background: #3C3C3C url(./images/nav_over.png) no-repeat 50% 100%;
}

#menu2 ul li a {
	display: block; 
	background: #3C3C3C url(./images/nav_back.png) repeat-x 50% 100%;
	padding: 11px 0 14px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #535457;
	border-left: 1px solid #050A10;
	position: relative;	
}
	
#menu2 ul li.lline a { border-left-color: #535457; }
#menu2 ul li a:hover { background-color: transparent; background-image: none; }
#menu2 ul li.on a,
#menu2 ul li.on a:hover { background-image: url(./images/nav_on.png); }

.s10text { font-size:10px;  }

/********************************************
 content
********************************************/

#page {
	width: 910px;
	margin: 0 auto;
}

#content {
	float: right;
	width: 640px;
	padding: 40px 20px 0 0;
}

.topic {
}

.topic_area {
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
	background: #eee;
	border: 1px solid #aaa;
}

/********************************************
 one_column
********************************************/

#one_column {
	float: left;
	width: 850px;
	padding: 20px 30px;
}

.topic_area2 {
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	width:600px;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
	background: #fff;
	border: 1px solid #333;
}

/********************************************
 text
********************************************/

.textred { color:#FF0000; }
.textred2 { font-size:14px; font-weight:bold; color:#FF0000; }
.textred3 { font-size:18px; font-weight:bold; color:#FF0000; }
.textblack { font-size:14px; font-weight:bold; color:#000000; }
.textblue { color:#0000FF; }
.textblue2 { font-weight:bold; color:#3333FF; }

/********************************************
 Sidebar Side Menu
********************************************/

#sidebar {
	float: left;
	width: 195px;
	padding: 30px 0 0 20px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul h4 {
	width:180px;
	height:26px;
	background-color: #505050;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	padding:5px 0;
	margin-bottom:4px;
}

#side_menu h4 {
	width:195px;
	height:20px;
	background-color: #505050;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	padding:5px 0;
	background:#000 url("./images/bg_h4.gif") 100% 100% repeat-x;
}

#side_menu ul {
	list-style-type: none;
	margin:0 ;
}

#side_menu li a {
	display: block;
	height: 34px;
	font-size: 12px;
	color: #000000;
	line-height: 24px;
	text-decoration: none;
	background-color: #F8F8F5;
	padding: 6px 5px 0 46px;
	border-bottom: 1px solid #E0E0D8;
	border-top: 1px solid #FFFFFF;
	background-image: url(./images/smenu.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#side_menu li a:hover {
	color:#555555;
	text-decoration:none;
	background-color: #dddddd;
	background-image: url(./images/smenu_on.gif);
}

/********************************************
 index page
********************************************/

#idx_left {
	float: left;
	width: 240px;
	border: 0px solid #333;
	margin-top:30px;
}

#idx_left img {
	border: 2px solid #aaa;
}

#idx_right {
	float: right;
	width: 550px;
	border: 0px solid #fc0;
	margin-top:30px;
}

#idx_box dl {
	width:520px;
	border:2px solid #000;
	background:#eee; 
	padding:10px 10px 0 10px; /* 上右下左 */
	margin:0 0 20px 0;
}

#idx_box dt {
	width:518px;
	height:30px;
	background:#000;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 30px;
	background:#000 url("./images/bg_h4.gif") 100% 100% repeat-x;
}

#idx_box dd {
	margin:10px 0 10px 20px;
}

/********************************************
 Project-rin-
********************************************/

div.profileArea{ clear: both; display: block; overflow: hidden; margin: 20px auto;}
div.profileML{ width: 220px; float: left; display: inline; padding-bottom:40px; padding-top:80px;}
div.profileMR{ width: 380px; float: right; display: inline; font-size: 90%; padding-bottom:40px;}
div.profileLL{ width: 180px; float: left; display: inline; font-size: 90%; padding-bottom:18px;}
div.profileRR{ width: 420px; float: right; display: inline; font-size: 90%; padding-bottom:18px;}
div.profileL{ width: 300px; float: left; display: inline; font-size: 90%;}
div.profileR{ width: 300px; float: right; display: inline; font-size: 90%;}
img.floatRight{float: right; display: inline; padding-left: 5px;}
img.floatLeft{float: left; display: inline; padding-right: 5px;}
strong.btext { font-size:12px; color:#333333; }

/********************************************
 music list
********************************************/

.musiclist {
	width:722px;
	height:auto;
	margin:10px 0 20px 60px;
	background: #eee;
	border: 2px solid #333;
	padding:10px 0 10px 16px;
	line-height: 20px;
}

.musicbox {
	width:740px;
	height:auto;
	margin:0 0 20px 60px;
	background: #eee;
	border: 1px solid #777;
}

.music_title{
	height:40px;
	color:#f00;
	margin:10px 0px 10px 20px; /* 上10px、右0px、下10px、左20px */
}

.music_jacket{
	float: left;
	height:auto;
	margin:0px 20px 20px 20px;
}

.music_jacket2{
	float: left;
	height:180px;
	margin:0px 20px 20px 20px;
}

.musicbox img{
	border: 1px solid #000;
}

.music_button{
	float: right;
	margin-right:120px;
}

.clr{
	clear: both;
}

/********************************************
 link page
********************************************/

.linklist {
	width:740px;
	height:auto;
	margin:20px 0 40px 80px;
	background: #eee;
	border: 2px solid #333;
	padding:10px 0 10px 16px;
	line-height: 20px;
}

#link_box dl {
	width:740px;
	border:2px solid #333;
	background:#eee; 
	padding:0; /* 上右下左 */
	margin:0 0 20px 80px;
}

#link_box dt {
	width:726px;
	height:30px;
	background:#ccc;
	color:#222;
	font-weight:bold;
	line-height: 30px;
	border-bottom:2px solid #333;
	padding-left:14px;
}

#link_box dd {
	margin:10px 0 10px 20px;
}

/********************************************
 footer
********************************************/

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
