/*----------------------------------------------------------------*/

/* 基本 */

html{
	box-sizing : border-box;
	-ms-box-sizing : border-box;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	}

body{
	text-align : center;
	font-size : 13px;
	color : #6666aa;
	background-color : #071339;
	background-image : url(system_img/bg_gradation.gif);
	background-repeat : repeat-x;
	padding : 0px;
	margin : 0px;
	font-family : 'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
div,form{
	margin: 0px auto;
	padding: 0px;
	font-size : 13px;
	}
td{
	vertical-align : top;
	margin: 0px auto;
	padding: 0px;
	font-size : 13px;
	border-color: #6666aa;
	}
table{
	border-collapse: collapse;
	border-color: #6666aa;
	}
a {					color : #5588ff;}
a:link {		color : #5588ff;}
a:visited {	color : #8855aa;}
a:hover {		color : #00cccc;}
a:active {	color : #00cccc;}

div.float_end{clear:both;}

/* ライン */
div.b_line_solid {
	border-bottom : 1px solid #000000;
	}
div.b_line_dashed {
	margin : 0px 5px 0px 5px;
	border-bottom : 1px dashed #aaaaaa;
	}

ul {
	padding : 0px;
	margin : 0px 0px 0px 17px;
	}
	
ul li {
	padding : 0px;
	margin : 0px;
}

/*----------------------------------------------------------------*/
/* 分解 */

div#full{
	background-image : url(system_img/bgC.gif);
	width : 800px;
	min-height : 100%;
	height: auto !important;
	height: 100%;
	}

div#header{
	text-align : right;
	background-image : url(system_img/header.gif);
	width : 800px;
	height : 70px;
	}
	
div#header_padding{
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	}
	
td#header_link {
	width : 640px;
	}
	
a#header_link {
	display : block;
	height : 64px;
	text-decoration : none;
	}
	
table#header_data {
	width : 150px;
	}
table#header_data td {
	font-family : 'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight : bold;
	border-bottom : 1px solid #6666aa;
	font-size : 12px;
	line-height : 12px;
	padding-top: 1px;
	}
	
div#fullG{
	background-image : url(system_img/bg_gradationC.gif);
	background-repeat : repeat-x;
	width : 800px;
	min-height : 250px;
	text-align : left;
	}
	
div#left {
	float : left;
	width : 205px;
	}
div#left_padding {
	padding-left: 5px;
	}
	
div#right {
	float : right;
	width : 595px;
	overflow : hidden;
	}
div#right_padding {
	padding-left: 5px;
	padding-right: 5px;
	}

/*----------------------------------------------------------------*/
/* メニュー */

div#menu {
	width : 200px;
	}
	
div.menuT {
	background-image : url(system_img/menuT.gif);
	height : 5px;
	overflow : hidden;
	}
div.menuT_contents {
	background-image : url(system_img/menuT_contents.gif);
	height : 20px;
	overflow : hidden;
	}
div.menuT_data {
	background-image : url(system_img/menuT_data.gif);
	height : 20px;
	overflow : hidden;
	}
div.menuT_other {
	background-image : url(system_img/menuT_other.gif);
	height : 20px;
	overflow : hidden;
	}
	
div.menuM {
	background-image : url(system_img/menuM.gif);
	}
	
div.menuM_padding {
	padding-left: 5px;
	padding-right: 5px;
	}
	
div.menuB {
	background-image : url(system_img/menuB.gif);
	height : 5px;
	overflow : hidden;
	}
	
	
/*----------------------------------------------------------------*/

/* メイン */

div#main {
	width : 585px;
	}
	
div.mainT {
	background-image : url(system_img/mainT.gif);
	height : 5px;
	overflow : hidden;
	}
div.mainT_contT {
	background-image : url(system_img/mainT_contT.gif);
	height : 5px;
	overflow : hidden;
	}
div.mainM {
	background-image : url(system_img/mainM.gif);
	}
div.mainM_border {
	background-image : url(system_img/mainM_border.gif);
	height : 5px;
	overflow : hidden;
	}
div.mainM_contM {
	background-image : url(system_img/mainM_contM.gif);
	}
div.mainM_contM_padding {
	padding : 5px 7px 5px 8px;
	}
div.mainM_contT {
	background-image : url(system_img/mainM_contT.gif);
	height : 5px;
	overflow : hidden;
	}
div.mainB {
	background-image : url(system_img/mainB.gif);
	height : 5px;
	overflow : hidden;
	}
div.mainB_contB {
	background-image : url(system_img/mainB_contB.gif);
	height : 5px;
	overflow : hidden;
	}

/*----------------------------------------------------------------*/

/* 汎用クラス */

/* ・大きなタグ */
h1 {
	padding : 2px 5px;
	margin : 0px 0px 5px 0px;
	font-size : 24px;
	font-family: arial , Helvetica , verdana, sans-serif;
	font-weight : bold;
	border-bottom : 1px dotted #6666aa;
	}

/* ・小さなタグ */
h2 {
	padding : 2px 5px;
	margin : 0px 0px 5px 0px;
	font-size : 14px;
	font-weight : bold;
	font-family: arial , Helvetica , verdana, sans-serif;
	border-bottom : 1px dotted #6666aa;
	}

/* ・小さなタグ-margin0 */
h3 {
	padding : 2px 5px;
	margin : 0px;
	font-size : 14px;
	font-weight : bold;
	font-family: arial , Helvetica , verdana, sans-serif;
	border-bottom : 1px dotted #6666aa;
	}

/* ・基本的なテキスト */
div.text {
	padding : 5px 15px;
	margin : 0px;
	line-height : 110%;
	}

/* ・テーブル */
div.list_table table {
	border : solid 1px #7b7bb0;
	width : 500px;
}
div.list_table td {
	border : solid 1px #bbbbff;
	border-top : solid 1px #7b7bb0;
	border-bottom : solid 1px #7b7bb0;
}


/*----------------------------------------------------------------*/

/* ブログ */

div.comment_list {
	padding : 0px 5px;
	margin : 2px 10px 0px 10px;
	line-height : 110%;
	border-bottom : 1px dashed #aaaacc;
	width : 100%;
	display : inline; /*ブロックとボーダーを一緒に使うとIEでpadding位置の背景が破損する危険がある*/
	}
hr.news_line{
	height : 1px ;
	border-bottom : 1px solid #6666aa;
	text-align : center;
	margin : 0px;
}

/*----------------------------------------------------------------*/

/* ゲーム、ツール、メイク */

table.gtm_list {
	border: solid 1px #7b7bb0;
	width:500px;
	}
td.gtm_list {
	border: solid 1px #bbbbff;
	border-top: solid 1px #7b7bb0;
	border-bottom: solid 1px #7b7bb0;
	vertical-align : middle;
	}
td.gtm_list_pad {
	margin: 3px;
	}
td.gtm_list_button {
	border: solid 1px #bbbbff;
	border-top: solid 1px #7b7bb0;
	border-bottom: solid 1px #7b7bb0;
	height:38px;
	}
a.gtm_ml {
	display: block;
	height:100%;
	width: 100%;
	text-decoration: none;
	}
a.gtm_ml:hover {
	background-color: #ffff88;
	color: #ee5555;
	}
img.gtm_menu_icon {
	border: solid 1px #7b7bb0;
	width: 32px; height: 32px;
	vertical-align: middle;
	align: left;
	}
img.gtm_tag_icon {
	border: solid 1px #7b7bb0;
	width: 32px;
	height: 32px;
	}
table.gtm_data {
	border: solid 1px #7b7bb0;
	width:500px;
	}
td.gtm_data {
	padding: 3px;
	border: solid 1px #bbbbff;
	border-top: solid 1px #7b7bb0;
	border-bottom: solid 1px #7b7bb0;
	}
