/* {\ */

@charset "shift_jis";

html {
	overflow-y:scroll;
}
body {
	font-size: 12pt;
	background-color: #633000;
	margin: 0px;
}
a {
	text-decoration: underline;
}
a:link {
	color: #ffcccc;
}
a:active {
	color: #ff99cc;
}
a:visited {
	color: #ffcccd;
}
a:hover {
	color: #ff99cd;
}
td {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 20px;
	margin-bottom: 10px;
}
img {
	border: 0px;
}


/* index.html */
#i_base {
	width: 100%;
	height: 100%;
}
#i_main {
	background-image: url(img/top_bg.jpg);
	margin-top:50px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
}
#new {
	color: #421400;
	font-weight: bolder;
	text-align: center;
}
#news {
	font-size: 11pt;
	color: #ffffff;
	text-align: center;
}
#news_main {
	width: 315px;
	height: 120px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.menu {
	margin: 30px;
	border-width: 0px;
}
.menu2 {
	margin-top: 30px;
	border-width: 0px;
	margin-left: 45px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.lr1 {
	width: 150px;
	height: 200px;
}
.c1 {
	width: 500px;
	height: 200px;
}
.lr2 {
	width: 150px;
	height: 160px;
}
.c2 {
	width: 500px;
	height: 160px;
}

table.top {
	width: 100%;
	height: 100%
}
tr.top {
	height: 80px;
}
.news_bold {
	margin-top: 0px;
	font-weight: bold;
}



/* studio.html */
#s_base {
	background-image: url(img/studio_bg.jpg);
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 1122px;
}
#s_mainl {
	text-align: center;
	line-height: 26pt;
	padding-top: 250px;
	padding-left: 50px;
	padding-right: 50px;
	width: 300px;
	float: left;
}
#s_mainr {
	text-align: center;
	line-height: 26pt;
	padding-top: 250px;
	padding-left: 50px;
	padding-right: 50px;
	width: 300px;
	float: left;
}
#s_foot {
	clear: both;
	text-align: center;
}
.s_main {
	height: 300px;
}
.s_bold {
	font-size: 15pt;
	font-weight: bold;
}


/* profile.html */
#p_base {
	background-image: url(img/profile_bg.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 800px;
	height: 560px;
}
#p_mainl {
	padding-top: 250px;
	padding-left: 33px;
	width: 280px;
	float: left;
}
#p_mainr {
	line-height: 26pt;
	padding-top:100px;
	padding-left: 30px;
	padding-right: 30px;
	width: 417px;
	float: left;

}
.p_bold {
	margin: 0px;
	font-weight: bold;
}
.p_pro {
	margin-top: 5px;
	margin-left: 5px;
}
#p_foot {
	margin-top: 10px;
	text-align: center;
}