.body_style {
	background-image: url(image/bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 0px;
}

/*ヘッダー部分用コンテナ*/
#head {
	background-image: url(image/content_bg.gif);
	background-repeat: repeat-y;
	width: 700px;
	padding-bottom: 5px;
	padding-right: 13px;
	padding-left: 13px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.top_image {
	padding-top:5px;
	padding-bottom:2px;
}

/*ヘッダーメニュー用CSS*/

#head_menu {
	background-image:url(image/head_menu_bg.png);
	background-repeat:no-repeat;
	width:700px;
	height:30px;
	margin:0px;
	padding:0px;
}

#head_menu ul {
	list-style:none;
	margin-left:7px;
	margin-right:7px;
	margin-top:0px;
	margin-bottom:0px;
	width:686px;
	height:30px;
	padding:0px;
}

#head_menu li {
    list-style:none;
    float:left;
    width:98px;
	height:30px;
	text-align:left;
    overflow:hidden;
}

#head_menu a{
    display:block;
    width:100%;
    height:30px;
}

#head_menu a:hover.home { background-image:url(image/head_menu_1b.gif);}
#head_menu a:hover.music { background-image:url(image/head_menu_2b.gif);}
#head_menu a:hover.movie { background-image:url(image/head_menu_3b.gif);}
#head_menu a:hover.comp { background-image:url(image/head_menu_4b.gif);}
#head_menu a:hover.book { background-image:url(image/head_menu_5b.gif);}
#head_menu a:hover.work { background-image:url(image/head_menu_6b.gif);}
#head_menu a:hover.link { background-image:url(image/head_menu_7b.gif);}

.hide_txt { display:none }

/*メインコンテンツ部分用コンテナ*/
#main {
	background-image: url(image/content_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	width: 700px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 13px;
	padding-left: 13px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	position:relative;
	height: auto;
}

/*\*/
　* html div.parent{overflow: visible;}
/**/

/*メインコンテンツ*/
#content {
	width: 495px;
	background-color:#FFFFFF;
	float:left;
	padding:5px;
	text-align:left;
	font-size:0.8em;
	line-height:160%;
	position:relative;
	font-family: Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}

#content a {
	color:#009900;
	text-decoration:none;
	border:none;
}
#content a:hover {
	color:#FF0000;
	text-decoration:underline;
	border:none;
}

/*サイドメニュー*/
#sidemenu {
	width: 180px;
	float:right;
	padding:5px;
	text-align:center;
	position:relative;
}

/*フッター*/
#footer {
	background-image: url(image/content_bg.gif);
	background-repeat:repeat-y;
	width: 726px;
	padding-top: 5px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

/*コピーライト*/
#copyright {
	background-image: url(image/footer.gif);
	background-repeat:no-repeat;
	width: 700px;
	height: 30px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-bottom: 0px;
}

/*レビュー用枠*/	
#review_box {
	width:445px;
	border:dashed 1px #009900;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
}

#review_box a {
	color:#009900;
	text-decoration:none;
	border:none;
}

#review_box a:hover{
	color:#FF0000;
	text-decoration:underline;
	border:none;
}

#review_box a:visited{
	color:#006633;
	border:none;
}

#review_box hr {
	border:dashed 1px #009900;
	margin-top:20px;
	margin-bottom:20px;
}

/*改行用クリア*/
.c-both { clear:both; }


/*本文用インデント*/
.indent_1c {
	padding-left:10px;
	padding-right:20px;
	line-height:1.5em;
}

/*本文リスト用インデント*/
.indent_1c_ul {
	padding-right:20px;
	line-height:1.5em;
}

/*見出し定義*/
h1 {
	font-size:1em;
	font-weight:normal;
	line-height:1em;
}

h2 {
	font-size:1em;
	font-weight:normal;
	line-height:1em;
	margin-top:0px;
	margin-bottom:10px;
}

h3 {
	font-size:1em;
	font-weight:normal;
	line-height:1.5em;
	margin-top:0px;
	margin-bottom:10px;
}

/*本文タイトル用背景付き*/
#comp_title {
	background-image:url(image/comp_bar.gif);
	width:480px;
	height:25px;	
	font-size:12px;
	line-height:25px;
	font-family: Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	text-align:left;
	vertical-align:middle;
	color:#FFFFFF;
	padding-left:10px;
}

/*本文サブタイトル用枠*/
.comp_subtitle {
	font-weight:bold;
	font-family: Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	text-align:left;
	border-left:solid 10px #339900;
	border-top:solid 1px #339900;
	border-right:solid 10px #339900;
	padding-right:5px;
	padding-left:5px;
	margin-bottom:1em;
	border-bottom:solid 1px #339900;
	margin-top:1em;
	margin-left:5px;
	width:450px;
	vertical-align:middle;
}

/*警告文用タイトル*/
.attention {
	font-weight:bold;
	width:250px;
	border-left:10px solid #006600;
	border-right:10px solid #006600;
	border-top:1px solid #006600;
	border-bottom:1px solid #006600;
	padding:3px;
	background-color:#339900;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
}

/*挿入画像中央寄せ*/
.image_table_center {
	border:solid 1px #336600;
	padding:2px;
}

/*挿入画像右寄せ*/
.image_table_right {
	border:solid 1px #336600;
	padding:2px;
	margin-right:10px;
	margin-left:5px;
}

/*トップページ：サイドメニュー用テーブル設定*/
#top_side_table {
	border:none;
}

#top_side_table th {
	border:none;
}

#top_side_table td {
	font-family: Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size:0.7em;
	line-height:1.25em;
	padding:5px;
	background-color:#FFFFFF;
	color:#000000;
	border-left:solid 1px #00CC00;
	border-right:solid 1px #00cc00;
}

/*コンピューター環境表示用テーブル*/
#comp_table table {
	display:inline-table;
	border:1px dashed;
	caption-side:top;
	border-color:#333333;
}

#comp_table caption {
	font-weight:bold;
	text-align:left;
	border-left:solid 5px #339900;
	padding-left:5px;
	margin-bottom:0px;
}

#comp_table th {
	border-right:1px solid #CCCCCC;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	padding-top:2px;
	padding-bottom:2px;
}

#comp_table td {
	padding-left:10px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}

#design_table caption {
	margin-left:10px;
	font-weight:bold;
	text-align:left;
	border-left:solid 5px #cccccc;
	border-right:solid 5px #cccccc;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding-left:5px;
	margin-bottom:5px;
}

#design_table th {
	margin-left:10px;
	border-bottom:1px solid #cccccc;
	padding-left:10px;
	caption-side:top;
}

#design_table td {
	border-bottom:1px solid #cccccc;
}

/*リンク集用テーブル*/
#link_table {
	border:none;
	padding:0px;
	margin:0px;
}

#link_table caption {
	font-weight:bold;
	text-align:left;
	border-left:solid 5px #009900;
	padding-left:5px;
	padding-right:10px;
	width:100%;
}

#link_table th {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#CFF8D7;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	margin-left:3px;
	margin-right:3px;
}

#link_table td {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:10px;
	text-align:left;
	border:none;
}

.modoru {
	margin:0px;
	padding:0px;
	border-style:none;
	vertical-align:middle;
}
	
/*テーブル内コメント用*/
.pading_box {
	padding:5px;
	font-size:0.75em;
	line-height:1.25em;
}

.image_nomargin {
	margin:0;
	padding:0;
	border-style:none;
}

.link_icon {
	vertical-align:middle;
	margin-right:5px;
	text-transform:capitalize;
	border:none;
	margin-bottom:5px;
}

.mail_icon {
	float:right;
	margin-right:10px;
	border-style:none;
}

.music_jacket {
	float:left;
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:text-top;
	border-style:none;
}

#side_menu {
    margin:0;
	padding:0;
	font-family: Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size:0.6em;
}

#side_menu table {
	border:none;
}

#side_menu th {
	border:none;
}

#side_menu td {
	border:1px solid #33cc00;
}

#side_menu a { 
    display:block;
    color: #000000;
    text-decoration:none;
	background-color:#FFFFFF;
    background-position:left center;
    margin:0px 0px; padding:2px 2px;
}

#side_menu a:hover {
    color:#FFFFFF;
    text-decoration:none;
	background-color:#33CC00;
    background-position:left center;
    margin:0px 0; padding:2px 2px;
}

cite {
	font-weight:bolder;
}

.text_box {
	border:dashed 1px #009900;
	padding:10px;
	margin:15px;
}

.red { color:#FF0000 }

/* Simple Table Design */
table.simple {
    border-top:solid 1px #CCC;
    border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	padding:2px;
}

.simple th{
	background-color:#9F9;
	border:solid 1px #CCC;
	padding:2px;

}

.simple td{
	border:solid 1px #CCC;
	padding:2px;

}