@charset "UTF-8";

/* Layout Style */
*								{margin: 0; }
img							{border: 0;}
table							{border-collapse: collapse;
	scrollbar-face-color: #050505;/* スクロールバー&矢印の四角*/
	scrollbar-track-color: #010101;/* スクロールバー背景 */
	scrollbar-arrow-color: #050505;/* 矢印 */
	scrollbar-highlight-color: #050505;/* 左・上のボーダー */
	scrollbar-shadow-color: #050505;/* 右・下のボーダー */
	scrollbar-3dlight-color: #69003C;/* 一番外枠の左・上ボーダー */
	scrollbar-darkshadow-color: #69003C;/* 一番外枠の右・下ボーダー */

}
html, body				{height: 100%; margin: 0; padding: 0;}
body                    {background-color: #FFF; background-image: url(../img/site_bg.jpg); background-repeat:repeat-y; background-position: top center; }
body,t					{font-size: 12px; color: #000; line-height: 14px;}
ol,ul,li				{list-style: none;}

a						{text-decoration: none; color: #FF0099;}
.b						{font-weight: bold;}
.t_size12				{font-size: 12px;}

.text01					{font-size: 14px;  color: #FAFF7E; line-height: 22px; /*font-weight: bold; */}
.name01					{font-size: 13px;  color: #ffffff; line-height: 14px; /*font-weight: bold; */}
.name_pro				{font-size: 18px;  color: #FFA3DE; line-height: 22px; font-weight: bold; */}
.copyright				{font-size: 12px;  color: #FFA3DE; line-height: 14px; /*font-weight: bold; */}
.text_sch				{font-size: 12px;  color: #ff0000; line-height: 18px; /*font-weight: bold; */}
.shoptxt  				{font-size: 13px;  color: #000000; line-height: 23px; letter-spacing: 1px; margin-left:15px;;/*font-weight: bold; */}

/* Title */
h1.title				{height: 30px; background: #242424;}
h3.title				{padding: 30px 0 10px 0;}
h3.title_basic			{padding: 0 0 10px 0;}
p.tl_copy				{padding-top: 15px;}

p.text_copy1			{height: 20px; text-align: right; margin-top: -17px; } /* form */
p.text_copy2			{margin: -16px 0 9px 112px; padding-top: 1px;} /* Mypage - ﾆﾀﾎﾆｮｳｻｿｪ ｴｩﾀﾆﾀﾎﾆｮ () */
p.text_copy3			{height: 14px; margin-top: -14px; text-align: right;} /* Mypage - ﾁﾖｹｮ/ｹ霈ﾛﾁｶﾈｸ - Tab button */
p.text_copy4			{height: 22px; margin: 0 0 -21px 0; text-align: right; border: 0;} /* Mypage - ﾁﾖｹｮ/ｹ霈ﾛﾁｶﾈｸ - Tab button */
*html p.text_copy3		{height: 20px; margin-top: 1px; text-align: right;} 

h3.title1				{padding: 30px 0 5px 0;}
h3.title_basic1			{padding: 0 0 4px 0;}
span.text_copy1			{font-size: 11px; padding: 0 0 0 7px; font-weight: normal; vertical-align: top;}


/* Tab Menu - 3Depth */
ul.depth_tab			{height: 33px; overflow: hidden; padding: 17px 0 0 10px;}
ul.depth_tab li			{float: left; padding: 0 15px 0 0;}
ul.depth_tab li img		{display: block; height: 15px;}

/* Tab Button */
ul.tab_btn				{overflow: hidden;}
ul.tab_btn li			{float: left; padding: 0 5px 0 0;}
ul.tab_btn li img		{display: block;}

/* Grouping */
div.grouping-content	{border: 5px solid #1b1c17; background: #000; padding: 15px;} /* ｰｹ 15px */
div.grouping			{border: 5px solid #1b1c17; background: #000; position: relative;} /* ｰｹ x */


/* Form */
form,fieldset,label,legend {border:0;}
input,textarea,select {vertical-align: middle; font-size: 11px; font-family: }
input.type-text {
	/*font-size: 12px;*/
	border:1px solid #282828;
	height: 14px;
	line-height: 16px;
	color:#888;
	margin-top: 0;
	background-color: #131313;
	padding: 1px;
}
input.radio {margin: -4px 0 0 -5px;}
textarea.type-area {
	border:1px solid #282828;
	background-color: #131313;
	overflow:auto;
	color: #b1b1b1;
	padding: 2px;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #131313;
	scrollbar-darkshadow-color: #131313;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #282828;
	scrollbar-track-color: #131313;
}
textarea.form-area {
	border:1px solid #282828;
	background-color: #131313;
	overflow:auto;
	color: #b1b1b1;
	padding: 2px;
	margin: 4px 0;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #131313;
	scrollbar-darkshadow-color: #131313;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #282828;
	scrollbar-track-color: #131313;
}
select			{font-size: 11px; border: 1px solid #cccccc; height: 16px; background-color: #000; color: #b1b1b1;}
.select_gray1	{font-size: 11px; border: 1px solid #c7c7c7; height: 16px; color: #8B8B8B;}


/* Button */
#button					{margin-right: -2px;} /* ｱ篌ｻ */
#button img 			{margin: 0 2px 0 0;}

.button_form			{text-align: center; margin: 30px 0 15px 0;} /* form */
.button_form img	 	{margin: 0 2px -4px -4px;}

.buttonRight			{margin: 10px 0 -4px -2px; text-align: right;} /* board */
.buttonRight img		{margin: 0 2px -4px -4px;}
.btn_end				{padding-bottom: 14px;}

.btn_form				{margin: 0 0 0 5px; vertical-align: middle;} /* ﾀﾔｷﾂﾆ */

ul.table_btn			{height: 30px; overflow: hidden;}
ul.table_btn li			{float: left; padding: 10px 2px 0 0;}
ul.table_btn li.right	{float: right;}
ul.table_btn li img		{display: block;}



#hscroll_newface {
border-width:0;
border-style:;
border-color:;

width: 580;
height: 400;
overflow: auto;
}

#hscroll_news {
border-width:0;
border-style:;
border-color:;
width: 580;
height: 500;
overflow: auto;
}
#hscroll_profile {
border-width:0;
border-style:;
border-color:;
width: 395;
height: 210; 
overflow: auto;
}

#shinobi {display:none;}