/***** UAデフォルトスタイルを殺す *****/

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: transparent;
	letter-spacing: 0;
}
img {
	vertical-align: bottom;
	border: none;
}
li {
	list-style: none;
}

/***** 基本 *****/

body {
	text-align: center;
	color: #777777;
	background: #f0f0f0 url("../shared_img/body_back.gif") repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
body.bgblack {
	background: #000 url("../shared_img/body_back_black.gif") repeat-x;
}
#container {
	width: 920px;
	text-align: left;
	margin: 0px auto;
}
#header {
}
#vol-top-main {
	height: 480px;
	margin: 0 10px;
	clear:both;
}
#main {
	margin: 0 10px;
	padding: 0 40px;
	background: #ffffff;
	clear:both;
}

/* mainの高さを確保する */
#main:after { /* 新しいWebブラウザ用 */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for Mac IE5 \*//*/
#main {
	display: inline-table;
}
/**/
/* except Mac IE5 \*/
* html #main {height: 1%;}
#main {display: block;}
/* end of Holly Hack */

#top-navi-space {
	clear: both;
	margin: 0 10px;
	padding-top: 20px;
}
#navi-space {
	clear: both;
	margin: 0 10px;
	padding-top: 40px;
	background: url("../shared_img/contents_footer.gif") no-repeat;
}
#footer {
	margin: 20px 10px 30px 10px;
	background: #fff url("../shared_img/footer_back.gif") no-repeat;
}
.bgblack #footer {
	margin: 20px 10px 30px 10px;
	background: #fff url("../shared_img/footer_back_black.gif") no-repeat;
}


/***** 共通要素 *****/

/* for Mac IE5 \*//*/
#start {
	margin-top: -1px;
}
/**/
/* except Mac IE5 \*/
#start {
	position: absolute;
	top: 0;
	left: 0;
}
/* end of Holly Hack */

a {
	color: #999999;
}

a { outline: none; }

#navi {
	height:140px;
}
#navi li {
	float: left;
	margin-right: 20px;
}
#navi li#navi-04,
#navi li#navi-cf-04,
#navi li#navi-cc-04 {
	margin: 0;
}
#navi a {
	display: block;
	width: 210px;
	height: 140px;
	text-indent: -9999px;
}
#navi p {
	width: 210px;
	height: 140px;
	text-indent: -9999px;
}
option {
	background: #ffffff;
}

/* フロートを含むボックスの高さを確保 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block;}
/* except Mac IE5 \*/
*html .clearfix { height: 1%; }
.clearfix {display: block;}
/* end of Holly Hack */
.pix {
	display: block;
	font-size: 1px;
	line-height: 1em;
	text-indent: -9999px;
}
/* 記事リスト */
.information-column {
	width: 670px;
	padding-bottom: 29px;
	margin-bottom: 10px;
	background: #fff url('../img_ver03/information_footer.gif') no-repeat left bottom;
}
.information-column ul {
	padding: 0 25px;
}
.information-column li {
	line-height: 30px;
	background: url('../img_ver03/information_dotted_line.gif') no-repeat;
}
.information-column li span {
	color: #000;
	padding-left: 5px;
	padding-right: 30px;
}
.information-column li a:hover {
	color: #333;
}

/***** ヘッダ *****/

#header h1 {
	width: 420px;
	float: left;
}
#header h1 a {
	display: block;
	font-size: 1px;
	line-height: 1em;
	text-indent: -9999px;
	width: 420px;
	height: 60px;
	background: url('../shared_img/logo.gif') no-repeat 10px 15px;
}
.bgblack #header h1 a,
#header h1 a.bgblack {
	background: url('../shared_img/logo_bgblack.gif') no-repeat 10px 15px;
}
#header ul {	/* 130830 closing */
	display: none;
	width: 469px;
	float: right;
}
#header li {
	float: left;
	padding-top: 24px;
}
#header li a {
	height: 13px;
}
#header-menu-01 a {
	width: 75px;
	background: url('../shared_img/header_menu.gif') no-repeat;
}
#header-menu-01 a:hover {
	background: url('../shared_img/header_menu.gif') no-repeat 0 -13px;
}
#header-menu-02 a {
	width: 90px;
	background: url('../shared_img/header_menu.gif') no-repeat -75px 0;
}
#header-menu-02 a:hover {
	background: url('../shared_img/header_menu.gif') no-repeat -75px -13px;
}
#header-menu-03 a {
	width: 90px;
	background: url('../shared_img/header_menu.gif') no-repeat -165px 0;
}
#header-menu-03 a:hover {
	background: url('../shared_img/header_menu.gif') no-repeat -165px -13px;
}
#header-menu-04 a {
	width: 96px;
	background: url('../shared_img/header_menu.gif') no-repeat -255px 0;
}
#header-menu-04 a:hover {
	background: url('../shared_img/header_menu.gif') no-repeat -255px -13px;
}
#header-menu-05 a {
	width: 108px;
	background: url('../shared_img/header_menu.gif') no-repeat -351px 0;
}
#header-menu-05 a:hover {
	background: url('../shared_img/header_menu.gif') no-repeat -351px -13px;
}
.bgblack #header-menu-01 a {
	background: url('../shared_img/header_menu_bgblack.gif') no-repeat;
}
.bgblack #header-menu-01 a:hover {
	background: url('../shared_img/header_menu_bgblack.gif') no-repeat 0 -13px;
}
.bgblack #header-menu-02 a {
	background: url('../shared_img/header_menu_bgblack.gif') no-repeat -75px 0;
}
.bgblack #header-menu-02 a:hover {
	background: url('../shared_img/header_menu_bgblack.gif') no-repeat -75px -13px;
}
.bgblack #header-menu-03 a {
	background: url('../shared_img/header_menu_bgblack.gif') no-repeat -165px 0;
}
.bgblack #header-menu-03 a:hover {
	background: url('../shared_img/header_menu_bgblack.gif') no-repeat -165px -13px;
}
.bgblack #header-menu-04 a {
	background: url('../shared_img/header_menu_bgblack.gif') no-repeat -255px 0;
}
.bgblack #header-menu-04 a:hover {
	background: url('../shared_img/header_menu_bgblack.gif') no-repeat -255px -13px;
}
.bgblack #header-menu-05 a {
	background: url('../shared_img/header_menu_bgblack.gif') no-repeat -351px 0;
}
.bgblack #header-menu-05 a:hover {
	background: url('../shared_img/header_menu_bgblack.gif') no-repeat -351px -13px;
}

/***** フッタ *****/

#banner-jam {
	width: 169px;
	float: left;
	padding-top: 10px;
}
#banner-jam a {
	width: 159px;
	height: 32px;
	float: right;
	background: url('../shared_img/banner_jam.gif') no-repeat;
}
#banner-jam a:hover {
	background: url('../shared_img/banner_jam.gif') no-repeat 0 -32px;
}
#footer ul {
	width: 611px;
	float: right;
	padding-top: 29px;
}
#footer li {
	float: left;
}
#footer li a {
	height: 13px;
}
#footer-menu-01 a {	/* 130830 closing */
	display: none;
	width: 94px;
	background: url('../shared_img/footer_menu.gif') no-repeat;
}
#footer-menu-01 a:hover {
	background: url('../shared_img/footer_menu.gif') no-repeat 0 -13px;
}
#footer-menu-02 a {
	width: 93px;
	background: url('../shared_img/footer_menu.gif') no-repeat -94px 0;
}
#footer-menu-02 a:hover {
	background: url('../shared_img/footer_menu.gif') no-repeat -94px -13px;
}
#footer-menu-03 a {
	width: 91px;
	background: url('../shared_img/footer_menu.gif') no-repeat -187px 0;
}
#footer-menu-03 a:hover {
	background: url('../shared_img/footer_menu.gif') no-repeat -187px -13px;
}
#footer-menu-04 a {
	width: 91px;
	background: url('../shared_img/footer_menu.gif') no-repeat -278px 0;
}
#footer-menu-04 a:hover {
	background: url('../shared_img/footer_menu.gif') no-repeat -278px -13px;
}
#footer-menu-05 a {
	width: 120px;
	background: url('../shared_img/footer_menu.gif') no-repeat -369px 0;
}
#footer-menu-05 a:hover {
	background: url('../shared_img/footer_menu.gif') no-repeat -369px -13px;
}
#footer-menu-06 a {
	width: 88px;
	background: url('../shared_img/footer_menu.gif') no-repeat -489px 0;
}
#footer-menu-06 a:hover {
	background: url('../shared_img/footer_menu.gif') no-repeat -489px -13px;
}
#footer-menu-07 a {
	width: 118px;
	background: url('../shared_img/footer_menu.gif') no-repeat -577px 0;
}
#footer-menu-07 a:hover {
	background: url('../shared_img/footer_menu.gif') no-repeat -577px -13px;
}
address {
	clear: both;
	width: 900px;
	height: 32px;
	background: url('../shared_img/copyright.gif') no-repeat 0 10px;
}
.bgblack address,
address.bgblack {
	background: url('../shared_img/copyright_bgblack.gif') no-repeat 0 10px;
}


/***** クリエイター・ファイル *****/

/* トップ */

#cf-top-catch {
	padding-top: 40px;
}
#cf-top-catch a {
	display: block;
	width: 900px;
	height: 440px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}
#cf-navi {
	margin: -34px 690px 0 30px;
}
#cf-navi li {
	display: inline;
}
#cf-navi a {
	display: block;
	width: 180px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}
#cf-navi-02 a {
	height: 34px;
}

/* インタビュー */

#keyvisual {
	height: 320px;
	padding: 0 10px;
}
#direction {
	height: 55px;
	padding: 0 10px 0 50px;
	/* background: url("../shared_img/direction_mark.gif") no-repeat 27px 16px; */
	clear:both;
}
#direction p {	/* 130830 closing */
	display: none;
	width: 450px;
	float: left;
	padding-top: 15px;
	font-size: 10px;
}
#direction p a {
	color: #666666;
	background: #ffffff;
	font-size: 10px;
}
#direction p span {
	font-weight: bold;
}
#direction p#pages-above {
	display: block;
	font-size: 12px;
	width: 510px;
	float: none;
	clear: both;
	text-align: right;
	line-height: 40px;
	margin-bottom: -40px;
	padding-top: 0px;
	padding-left: 0px;
	background: transparent url();
}
#direction p#pages-above a {
	font-size: 12px;
}
#direction ul {
	width: 312px;
	float: right;
}
#direction li {
	float: left;
}
#direction li a {
	display: block;
	height: 28px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}

/*  */
#direction2013 {
	height: 55px;
	padding: 0 10px 0 50px;
	background: url("../shared_img/direction_mark.gif") no-repeat 27px 16px;
	clear:both;
}
#direction2013  p {
	width: 450px;
	float: left;
	padding-top: 15px;
	font-size: 10px;
}
#direction2013 n p a {
	color: #666666;
	background: #ffffff;
	font-size: 10px;
}
#direction2013  p span {
	font-weight: bold;
}
#direction2013  p#pages-above {
	font-size: 12px;
	width: 510px;
	float: none;
	clear: both;
	text-align: right;
	line-height: 40px;
	margin-bottom: -40px;
	padding-top: 0px;
	padding-left: 0px;
	background: transparent url();
}
#direction2013  p#pages-above a {
	font-size: 12px;
}
#direction2013  ul {
	width: 156px;
	float: right;
}
#direction2013  li {
	float: left;
}
#direction2013  li a {
	display: block;
	height: 28px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}


#button-to-bn {
	margin-right: 6px;
}
#button-to-bn a {
	width: 138px;
}
#button-to-cc a,
#button-to-cf a {
	width: 168px;
}
#contents {
	width: 500px;
	float: left;
}
#information {
	width: 272px;
	float: right;
}
#keyvisual h2 {
	width: 900px;
	height: 28px;
	line-height: 1em;
	text-indent: -9999px;
}
#keyvisual p {
	width: 900px;
	height: 272px;
	line-height: 1em;
	text-indent: -9999px;
}
#contents h3 {
	width: 500px;
	height: 90px;
	line-height: 1em;
	text-indent: -9999px;
}
#contents h4 {
	width: 500px;
	height: 40px;
	line-height: 1em;
	text-indent: -9999px;
}
#contents p {
	line-height: 2em;
	padding-bottom: 25px;
}
#contents #pages-move-buttons {
	clear:both;
}
#contents #pages-move-buttons p {
	padding-bottom: 0;
}
img.left {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
#contents p#pages-bottom {
	margin: -23px 115px 0 115px;
	padding: 0 0 20px 0;
	text-align: center;
	line-height: 20px;
}
#contents p#pages-bottom span {
	font-weight: bold;
}
img.right {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}
#button-to-prev {
	float: left;
}
#button-to-next {
	float: right;
}
#button-to-prev a,
#button-to-next a {
	display: block;
	width: 113px;
	height: 28px;
	line-height: 1em;
	text-indent: -9999px;
}
#information h4 {
	width: 272px;
	height: 20px;
	line-height: 1em;
	text-indent: -9999px;
}
#information p {
	font-size: 10px;
	line-height: 2em;
}
#push-info,
#profile {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url("../shared_img/profile_footer.gif") no-repeat bottom;
}
#profile-company {
	width: 272px;
	height: 35px;
	line-height: 1em;
	text-indent: -9999px;
}

#profile-name {
	width: 272px;
	height: 57px;
	line-height: 1em;
	text-indent: -9999px;
}

#push-info-body,
#profile-body {
	padding: 0 20px;
	background: url("../shared_img/profile_back.gif") repeat-y;
}

#profile-detail {
	padding: 0 20px 10px 20px;
	background: url("../shared_img/profile_back.gif") repeat-y;
}

#company-link-banner {
	padding: 0 20px;
	background: url("../shared_img/profile_back.gif") repeat-y;
}
#company-link {
	padding: 0 20px;
	text-align: right;
	color: #333333;
	background: #fff url("../shared_img/profile_back.gif") repeat-y;
}
#company-link a,
#inline-link a {
	color: #666666;
	padding-left: 17px;
}
#company-link a:hover, #company-link a:active,
#inline-link a:hover, #inline-link a:active {
	color: #999999;
}
#official-site-banner {
	margin-bottom: 20px;
}
#event {
	margin-bottom: 15px;
}
#event-banner {
	margin-top: 5px;
}
#push-info img {
	margin-top: 10px;
}
#works ul {
	margin-top: 10px;
}
#works li {
	float: left;
}
#works .text-link {
	list-style: disc;
}
#works .text-link li {
	float: none;
	background: url("../shared_img/list_style.gif") no-repeat 0 8px;
	padding-left: 10px;
	line-height: 1.8em;
}
#works .text-link ul {
	margin: 0;
}
#works .text-link ul li {
	background: #ffffff;
	padding-left: 0;
}

/* worksの高さを確保する */
#works:after { /* 新しいWebブラウザ用 */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for Mac IE5 \*//*/
#works { 
	display: inline-table;
}
/**/
/* except Mac IE5 \*/
* html #works {height: 1%;}
#works {display: block;}
/* end of Holly Hack */

#insite-banner {
	margin-top: 20px;
	margin-bottom: 20px;
}
#cf-banner-body a,
#cc-banner-body a {
	display: block;
	width: 272px;
	height: 60px;
	margin-top: 10px;
	line-height: 1em;
	text-indent: -9999px;
}
#writers-sign {
	margin-top: 2px;
	padding: 0;
	float: right;
}


/***** クリエイターズ・チョイス *****/

/* トップ */

#cc-top-catch {
	padding-top: 40px;
}
#cc-top-catch a {
	display: block;
	width: 900px;
	height: 440px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}
#cc-navi {
	margin: -34px 30px 0 690px;
}
#cc-navi li {
	display: inline;
}
#cc-navi a {
	display: block;
	width: 180px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}
#cc-navi-02 a {
	height: 34px;
}
/* コラム */
#free-space-column {
	margin-bottom: 20px;
	background: #fff url("../shared_img/w500_column_border.gif") left top;
}
#free-space-column-bottom {
	display: block;
	width: 500px;
	height: 15px;
	background: #fff url("../shared_img/w500_column_border.gif") left bottom;
}
#free-space-column p {
	padding: 15px 18px;
	font-size: 10px;
}
#free-space-column #company-link {
	background: url();
	background: transparent;
	padding: 0 18px;
}
#free-space-column #inline-link {
	padding: 15px 18px 0 18px;
}


/***** プレゼント *****/

#present #vol-top-main,
#present-02 #vol-top-main {
	height: 500px;
}
#present-catch {
	width: 900px;
	height: 500px;
	line-height: 1em;
	text-indent: -9999px;
}
#present-button,
#present-button-end {
	margin-left: 10px;
}
#present-button a {
	display: block;
	width: 900px;
	height: 200px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}
#present-button-end p {
	width: 900px;
	height: 200px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}


/***** プレゼント当選者発表 *****/

#present-get #vol-top-main,
#present-get-02 #vol-top-main {
	height: 500px;
}
#present-get-catch {
	width: 900px;
	height: 500px;
	line-height: 1em;
	text-indent: -9999px;
}
#present-get-people {
	margin-left: 10px;
}
#present-get-people p {
	width: 900px;
	height: 200px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}


/***** プレゼントフォーム *****/

#present-form #main {
	padding-right: 0;
}
#present-form-contents {
	padding-top: 30px;
	padding-left: 1px;
}
#present-form-contents h3 {
	width: 460px;
	height: 40px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}
#present-form-contents a {
	color: #cc0000;
}
#present-form-contents a:hover {
	color: #999;
}
#form-descritption {
	line-height: 1.8em;
	height: 100px;
	padding-left: 19px;
	margin-right: 415px;
}
#form-descritption-03 {
	margin-left: 19px;
	margin-right: 280px;
	background: url("../present_form/img/present_form_date.gif") no-repeat;
}
#form-note {
	line-height: 1.8em;
	font-size: 10px;
	margin-left: 20px;
	margin-right: 280px;
	padding-left: 16px;
	text-indent: -16px;
	background: #fff;
}
#form-note a {
	font-size: 10px;
}
#form-bottom-note {
	line-height: 1.8em;
	font-size: 10px;
	margin-top: 20px;
	padding-top: 11px;
	background: #fff url("../shared_img/dotted_line.gif") repeat-x top;
}
#form-bottom-note a {
	font-size: 10px;
}
.no-background-img {
	background: transparent;
}
#present-form-area {
	margin-left: -1px;
	padding-left: 20px;
	padding-right: 280px;
	background: url("../present_form/img/present_form_column_middle.gif") repeat-y;
}
#present-area-bottom {
	margin-left: -1px;
	height: 30px;
	background: url("../present_form/img/present_form_column_bottom.gif") no-repeat 0 0;
}
#button-to-toppage {
	float: right;
}
#button-to-toppage a {
	display: block;
	width: 125px;
	height: 25px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
	background: url("../present_form/img/button_to_home.gif") no-repeat 0 0;
}
#button-to-toppage a:hover {
	background: url("../present_form/img/button_to_home.gif") no-repeat 0 -30px;
}
.present-comment {
	height: 435px;
	line-height: 1.8em;
}
#announce-date{
	height: 4px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}
#required {
	margin: 15px 0 5px 0;
	width: 579px;
	color: #c00;
	text-align: right;
}
#present-form-buttons {
	clear: left;
	padding-top: 20px;
}
#button-to-nextstep {
	float: right;
}
#button-to-nextstep a {
	display: block;
	width: 125px;
	height: 25px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
	background: url("../present_form/img/button_to_next.gif") no-repeat 0 0;
}
#button-to-nextstep a:hover {
	background: url("../present_form/img/button_to_next.gif") no-repeat 0 -30px;
}
#button-to-prevstep {
	float: left;
}
#button-to-prevstep a {
	display: block;
	width: 125px;
	height: 25px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
	background: url("../present_form/img/button_to_prev.gif") no-repeat 0 0;
}
#button-to-prevstep a:hover {
	background: url("../present_form/img/button_to_prev.gif") no-repeat 0 -30px;
}
#button-to-finish {
	float: right;
}
#button-to-finish a {
	display: block;
	width: 125px;
	height: 25px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
	background: url("../present_form/img/button_to_finish.gif") no-repeat 0 0;
}
#button-to-finish a:hover {
	background: url("../present_form/img/button_to_finish.gif") no-repeat 0 -30px;
}
#present-form-table {
	margin-top: 10px;
	padding-top: 1px;
	background: url("../shared_img/dotted_line.gif") repeat-x;
}
#present-form-area th {
	text-align: left;
	padding-left: 20px;
	height: 41px;
	background: url("../present_form/img/present_form_th_back.gif") repeat-x;
}
#present-form-area td {
	padding-left: 20px;
	height: 41px;
	background: url("../present_form/img/present_form_td_back.gif") repeat-x bottom;
}
#present-form-area td td {
	padding-left: 0px;
	background: url("");
}
.attention {
	color: #c00;
}
.w50 {
	width: 50px;
}
.w130 {
	width: 130px;
}
.w160 {
	width: 160px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w315 {
	width: 315px;
}
#present-form-area textarea {
	margin: 15px 0;
	width: 520px;
}
#present-form-area td p {
	line-height: 17px;
	padding: 12px 0;
}
#present-error-msg table {
	float: left;
}
#present-error-msg td {
	height: 25px;
	color: #c00;
	background: url("");
}
.spacer {
	width: 1px;
	height: 384px;
	float: right;
}
#ie6-bug-fix {
	clear: both;
}


/***** Clippin Art *****/

#direction li p {
	height: 28px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}
#direction2013 li p {
	height: 28px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}
#button-to-event-info {
	margin-right: 2px;
}
#button-to-event-info p {
	width: 155px;
}
#button-to-event-repo p {
	width: 155px;
}
#basic-info-title {
	height:80px;
}



/***** サブメニュー *****/

#submenu {
	margin-bottom: 20px;
}
#submenu li {
	display: inline;
}
#submenu li a {
	display: block;
	width: 180px;
	height: 34px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}
#submenu li p {
	width: 180px;
	height: 34px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}
#submenu li#submenu-07 a,
#submenu li#submenu-07 p {
	height: 35px;
}
#submenu-01 a {
	background: url("../shared_img/submenu.gif") no-repeat 0 0;
}
#submenu-02 a {
	background: url("../shared_img/submenu.gif") no-repeat 0 -34px;
}
#submenu-03 a {
	background: url("../shared_img/submenu.gif") no-repeat 0 -68px;
}
#submenu-04 a {
	background: url("../shared_img/submenu.gif") no-repeat 0 -102px;
}
#submenu-05 a {
	background: url("../shared_img/submenu.gif") no-repeat 0 -136px;
}
#submenu-06 a {
	background: url("../shared_img/submenu.gif") no-repeat 0 -170px;
}
#submenu-07 a {
	background: url("../shared_img/submenu.gif") no-repeat 0 -204px;
}
#submenu-01 a:hover, #submenu-01 a:active, #submenu-01 p {
	background: url("../shared_img/submenu.gif") no-repeat -180px 0;
}
#submenu-02 a:hover, #submenu-02 a:active, #submenu-02 p {
	background: url("../shared_img/submenu.gif") no-repeat -180px -34px;
}
#submenu-03 a:hover, #submenu-03 a:active, #submenu-03 p {
	background: url("../shared_img/submenu.gif") no-repeat -180px -68px;
}
#submenu-04 a:hover, #submenu-04 a:active, #submenu-04 p {
	background: url("../shared_img/submenu.gif") no-repeat -180px -102px;
}
#submenu-05 a:hover, #submenu-05 a:active, #submenu-05 p {
	background: url("../shared_img/submenu.gif") no-repeat -180px -136px;
}
#submenu-06 a:hover, #submenu-06 a:active, #submenu-06 p {
	background: url("../shared_img/submenu.gif") no-repeat -180px -170px;
}
#submenu-07 a:hover, #submenu-07 a:active, #submenu-07 p {
	background: url("../shared_img/submenu.gif") no-repeat -180px -204px;
}

#banner-jam-large a {
	display: block;
	width: 180px;
	height: 90px;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
	background: url("../shared_img/banner_jam_large.gif") no-repeat;
}
#banner-jam-large a:hover,#banner-jam-large a:active {
	background: url("../shared_img/banner_jam_large.gif") no-repeat 0 -95px;
}


/***** 次号予告 *****/

#next-issue {
	background: #fff url("../img_08/next_11.gif") no-repeat 0 599px;
}
#comingsoon {
	background: #002335;
}


/***** メイキングブログ予告 *****/

#making-blog-ad {
	background: #000;
}


/***** ツールチップ *****/

.tooltip-header {
	width: 250px;
	text-align: left;
	background: url(../shared_img/w250_column_border.gif) no-repeat top;
}
.tooltip-body {
	width: 250px;
	text-align: left;
	background: url(../shared_img/w250_column_border.gif) no-repeat bottom;
}
.tooltip-header h6 {
	padding: 10px 13px;
	font-size: 10px;
	font-weight: bold;
	background: url(../shared_img/dotted_line.gif) repeat-x bottom;
}
.tooltip-body p {
	padding: 7px 13px 10px 13px;
	font-size: 10px;
	line-height: 1.8em;
}



/***** SNS　アイコン *****/
#sns{width:468px; margin-bottom:12px; margin-top:0; padding:4px 16px 2px 16px; -webkit-border-radius:8px; -moz-border-radius:8px; background:#f5f5f5;}
html>/**/body #sns { padding /*\**/: 4px 16px\9; }
*html #sns { padding : 4px 16px; }

.snsIcon{float:left; padding-right:6px; padding-left:6px;}

*html .snsIcon{float:left; padding-right:12px; padding-left:0px;}

html>/**/body #twitter { padding-right /*\**/: 10px\9; }
*:first-child+html #twitter{ padding-right :12px;}
*html #twitter{padding-right :0;}

#fb-root{ padding-right:8px;}
*:first-child+html #fb-root{padding-right :0px;}
*html #fb-root{ display:none;}

*html #google{ display:none;}
*:first-child+html #google{ display:none;} 


/***** ブログSNSアイコン *****/
#blogSns{margin:0 0 12px 0; padding:4px 0px 2px 12px; -webkit-border-radius:6px; -moz-border-radius:8px; border-radius : 8px; background:#f5f5f5;}
html>/**/body #blogSns { padding-bottom /*\**/: 4px\9; }
*html #blogSns { padding-bottom : 4px; }
