@charset "Shift_JIS";


/* ------ MAGIC WORLD -------- */  


/* 全　体--------------------- */


* {
	margin:0;
	padding:0;
}


body {
	font-size: 12px;
	background: #FFFCCC;
	margin: 0px;
	padding: 0px;
}


html {
	   
	overflow-y:scroll;   
}


/* 各子カテゴリメニューリンク設定(英語のみ) */

a.menu {
	font-weight: bolder;
	position:relative;
	top: -2px;
	margin-left: 2px;
	text-decoration: none;
}

.menu {
	font-weight: bolder;
	position:relative;
	top: -2px;
	margin-left: 2px;
}


/* メインリンク色 */

a:link {
	color: #007118;
}

a:visited {
	color: #398209;
}

a:active {
	color: #FF00FF;
}

a:hover {
	color: #FF00FF;
}


img {
	border: 0px;
}


/* 空改行での改行幅を標準値にする */

br {
	letter-spaging:0px;
	line-height: 1.0;
}


/* ページ構成 */

#wrapper {
	width: "100%";
	text-align:center;
}


#contents {
	margin-top: 20px;
}


#main {
	width:960px;
	background-image : url(top_img/main.gif);
	text-align:left;
	margin:0px auto;
}


#main_bottom {
	width:960px;
	margin:0px auto;
}


#copy {
	width:960px;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	text-align: center;
	margin:8px auto 16px;
}


/* ###############################################
▼メイン右側
############################################### */


/* 子カテゴリ内の更新日部分 */

.sitemap {
	font-family: "Verdana","ＭＳ ゴシック","Osaka‐等幅";
	font-size: 12px;
	text-align: right;
}



/* 各子カテゴリの表示部分(テーブル・セル) */

td.box_menu {
	width: 312px;
	height: 116px;
	font-family: "Verdana","ＭＳ ゴシック","Osaka‐等幅";
	font-size: 12px;
	color: #343434;
	line-height: 1.5;
	padding: 16px;
	overflow: hidden;
	border: 1px solid #ABABAB;
}

.right_table {
	width: 648px;
	margin: 16px 6px;
}


/* 各親カテゴリの表示部分(段ごとに表示・英語のみ) */

.right_category01 {
	font-family: Verdana;
	font-size: 12px;
	color: #4CAF0F;
	background: #CCFFCC;
	text-align: right;
	letter-spacing: 3px;
	margin-top: 16px;
	padding: 0px 4px 2px;
}


.test{
	font-family: "Verdana","ＭＳ ゴシック","Osaka‐等幅";
	font-size: 12px;
}


.right{
	width: 656px;
}


/* ###############################################
▼左側サイドバー
############################################### */


/* ブログリンクバナー部分 */

.left_blog {
	font-size: 12px;
	text-align: right;
	margin: 0px 0px 16px 32px;
}


/* サイドバー囲い部分 */

.left_menu {
	margin-bottom: 8px;
}


/* 内容(通常テキスト) */

.left_text {
	font-family: "Verdana","ＭＳ ゴシック","Osaka‐等幅";
	font-size: 12px;
	color: #454545;
	background-image : url(top_img/back01.gif); 
	background-position: top;
	background-repeat: no-repeat;
	line-height: 1.5;
	margin: 0px 0px 16px 32px;
	padding: 8px;
	border: 1px solid #999999;
}


.left {
	width: 250px;
}


/* カテゴリーメニューのリスト部分 */

.left_text ul {
	font-weight: bolder;
	margin: 16px 0px 7px 0px;
	padding-left: 13px;
	background : transparent url(top_img/list01.gif) no-repeat scroll 0px 4px;
        color: #838376;
	list-style: none;
}


.left_text ul li {
	font-weight: normal;
	padding: 0px 0px 1px 14px;
	background : transparent url(top_img/list02.gif) no-repeat scroll 0px 7px;
}


ul.left_text li.end {
	background-image : url(img/list_end.gif); 
}

/* ###############################################
■タイトル・ヘッダー部分
############################################### */

/* タイトル・ヘッダー--------- */

.menu_head {
	text-align: center;
	margin: 0px 32px;
}


.menu_head a {
	border: none 0px;
}


#main_title {
	width:960px;
	margin:0px auto;
}


