/* ページ設定　*/
body {
	text-align: center;
	margin: 0px;
	background-color: #000000;
	color: #000000;
	font-family: 'MS Pゴシック';
}

#container {
	width: 1068px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;
}

#main {
	position: relative;
	width: 901px;
	margin-left: 83px;
	margin-right: 84px;
}

/* 角を丸くするところ */
.topleft {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 3px;
	height: 3px;
	z-index: 3;
}

.topright {
	position: absolute;
	top: 40px;
	left: 898px;
	width: 3px;
	height: 3px;
	z-index: 4;
}

.bottomleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3px;
	height: 3px;
	margin-top: -3px;
	z-index: 5;
}

.bottomright {
	position: absolute;
	top: 0px;
	left: 898px;
	width: 3px;
	height: 3px;
	margin-top: -3px;
	z-index: 6;
}

/* テキスト */
a:link{
	color: mediumblue;
	text-decoration:underline;
}

a:hover,a:active {
	color: silver;
	text-decoration: none;
}

a:visited{
	color: purple;
	text-decoration: underline;
}

img { 
	border: 0;
	vertical-align: top; 
}

#Ax_library_img {
	float: left;
	margin: 25px;
}

.text br {
	clear: right;
}

strong {
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 5px;
}

h1 {
	text-indent: -9999px;
	display: none;
}

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

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

h4 {
	font-size: 80%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0;
	text-decoration: underline;
}

/* HEADER START */
#header {
	width: 901px;
	height: 40px;
}

#header_img {
	position: relative;
	width: 901px;
	height: 40px;
}

#user_artist_name {
	position: absolute;
	left: 10px;
	bottom: 5px;
	font-size: 120%;
	color: #FFFFFF;
	z-index: 1;
}

.rss {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	z-index: 2;
}

/* HEADER END */

/* MENU AREA START */
#menu {
	width: 900px;
	height: 24px;
	margin-top: 5px;
	margin-left: 10px;
}

/* MENU AREA END */

.community_link {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 117px;
	height: 15px;
	_margin-right: 9px;
	z-index: 7;
}

/* CONTENTS START */
#contents {
	width: 900px;
	margin-left: 1px;
}

/* LEFT CONTENTS START */
#left_contents {
	float: left;
	width: 420px;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 85px;
}

/* USER AREA START */
#user_area {
	width: 410px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.right {
	text-align: right;
	font-size: 10px;
	line-height: 1.2em;
}

.text {
	width: 400px;
	margin-left: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 12px;
	line-height: 1.5em;
	font-family: 'Gulim';
}

.log_title {
	font-size: 14px;
	color: #FFFFFF;
}

/* MODULE別設定 START */
.category {
	font-weight: bold;
}

.schedule_material {
	margin-left: 15px;
}

/* MODULE別設定 END */
/* USER AREA END */

/* TOPIC START */
#topics_area {
	width: 370px;
	height: 109px;
	margin-left: 5px;
	margin-right: 55px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

#topics {
	width: 300px;
	padding-top: 25px;
	margin-left: 50px;
	font-size: 10px;
	line-height: 1.5em;
}

#topics a {
	text-decoration: none;
}

/* TOPIC END */
/* LEFT CONTENTS END */

/* RIGHT CONTENTS START */
#right_contents {
	float: right;
	width: 344px;
}

#user_img {
	width: 344px;
	height: 573px;
	border-bottom: solid 1px #CCCCCC;
}

/* ADVERTISE AREA START */

#ad_area {
	width: 160px;
	margin-top: 30px;
	margin-left: 170px;
	margin-right: 14px;
	margin-bottom: 30px;
	text-align: right;
}

#ad_back {
	width: 160px;
	text-align: center;
}

.ad {
	width: 130px;
	font-size: 10px;
	text-align: justify;
	_text-justify: inter-ideograph;
}

#ad_area a {
	color: #000000;
	text-decoration: none;
}

.ad img {
	margin: 5px;
}

/* ADVERTISE AREA END */
/* RIGHT CONTENTS END */
/* CONTENTS END */

/* UNDER CONTENTS START */
#under_contents {
	position: relative;
	width: 901px;
	margin-left: 83px;
	margin-right: 84px;
	background-image: url("../images/under_bk.png");
	background-repeat: repeat-y;
}

/* AMAZON AREA START */

#amazon_area {
	width: 850px;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 26px;
	margin-bottom: 20px;
}

.amazon_ad {
	float: left;
	width: 160px;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
}

.amazon_ad img {
	margin: 5px;
}

.amazon_ad a {
	color: #FFFFFF;
	text-decoration: none;
}

.amazon_ad a:hover,a:active {
	color: silver;
	text-decoration: underline;
}

.amazon_ad a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* AMAZON AREA END */

/* FOOTER START */
#footer {
	width: 901px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 8px;
}

#footer a {
	color: #CC0000;
	text-decoration: none;
}

/* FOOTER END */
/* UNDER CONTENTS END */
