@charset "UTF-8";

/*======================================

	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/*======================================

	Reset Ver 0.93

=======================================*/

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,em {
	margin:0;
	padding:0;
	font-style:normal;
	list-style:none;
	list-style-type:none;
	line-height: 150%;
}

img {
	border:none;
}

/* 文字間を綺麗に詰める場合の設定 */
	text-align:justify;
	text-justify: istribute;


/*======================================

	Body

=======================================*/

body {
	margin:0;
	padding:0;
	text-align:center;
	line-height:152%;
	color:#333333;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

a,
a:visited,
a:active {
	color:#333333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*======================================

	All Parts

=======================================*/

.clr {
	clear:both;
}

.floatR {
	float:right;
}

.floatL {
	float:left;
}

.mr_5 {
	margin-right:5px;
}

.ml_5 {
	margin-left:5px;
}

.mb_10 {
	margin-bottom:10px;
}

/*======================================

	Txt

=======================================*/

.txt_small {
	font-family:"ＭＳ Ｐゴシック";
	font-size:85%;
}

.txt_web {
	color:#00A0E9;
}

.txt_movie {
	color:#E60011;
}

.txt_print {
	color:#70A00C;
}

.txt_illust {
	color:#FF6C00;
}	

.center {
	text-align:center;
}

.number {
	color:#666666;
	font-size:11px;
}

/*======================================

	Header

=======================================*/

div#header_bg {
	background:url(../common/header_bg.jpg) repeat-x top;
	text-align:center;
	width:auto;
	height:128px;
	margin-top:10px;
	font-size: 92%;
}

div#header {
	position:relative;
	width:980px;
	height:118px;
	margin:0 auto;
}

div#header h1 {
	float:left;
}

div#header #header_menu {
	position:absolute;
	width:auto;
	height:auto;
	left:468px;
/* 100615@ninomiya left:370px;*/
	top:25px;
}

div#header #header_menu li {
	display:inline;
	padding:0 5px;
}

div#header #header_right {
	width:450px;
	float:right;
}

#header_right #font {
	display:none;
	background:url(../common/font_bg.gif) no-repeat 0 0;
	width:111px;
	height:64px;
	float:right;
}

#header_right #font ul {
	margin:29px 0 0 16px;
}
	
#header_right #font li {
	float:left;
	width:24px;
	height:24px;
	margin-right:3px;
}

#header_right #font li a {
	display:block;
	width:24px;
	height:24px;
}

#header_right #font li span {
	display:none;
}

#header_right #header_tel {
	width:337px;
	height:64px;
	float:right;
}

/* header_navi */

#header_navi {
	position:absolute;
	width:980px;
	height:42px;
	left:0;
	bottom:-8px;
	_bottom:-12px;
}

#header_navi li {
	float:left;
}

#header_navi a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
}

/*======================================

	Container

=======================================*/

div#container {
	width:auto;
	height:auto;
	text-align:center;
	margin:0;
	background-color:#ECECEC;
	padding-top:20px;
	overflow: hidden;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/

div#contents {
	width:980px;
	height:auto;
	margin:0 auto;
}

/*======================================

	side navi

=======================================*/

#snavi {
	width:255px;
	float:left;
}

#snavi .snavi_search {
	width:255px;
	height:34px;
	background:url(../common/search_bg.jpg) no-repeat left center;
	text-align:left;
	margin-bottom:10px;
}

#snavi .form_txt {
	width:199px;
	_width:209px;
	height:29px;
	_height:30px;
	line-height:34px;
	margin:1px;
	padding-left:10px;
	border:solid 0px;
	border:none;
	background:none;
}

#snavi .snavi_menu {
	width:255px;
	margin-bottom:10px;
}

.snavi_menu ul {
	width:253px;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background-color:#FFFFFF;
}

.snavi_menu li {
	width:253px;
	height:26px;
	line-height:25px;
	text-align:left;
}

.snavi_menu a:hover {
	text-decoration:underline;
}

#snavi .snavi_menu_c li {
	background:url(../common/snavibg_clef.gif) no-repeat left center;
}

#snavi .snavi_menu_w li {
	background:url(../common/snavibg_web.gif) no-repeat left center;
}

#snavi .snavi_menu_m li {
	background:url(../common/snavibg_movie.gif) no-repeat left center;
}

#snavi .snavi_menu_a li {
	background:url(../common/snavibg_ad-print.gif) no-repeat left center;
}

#snavi .snavi_menu_i li {
	background:url(../common/snavibg_illust-logo.gif) no-repeat left center;
}

#snavi .snavi_menu_e li {
	background:url(../common/snavibg_etc.gif) no-repeat left center;
}

#snavi .snavi_menu_pink {
	background:url(../common/snavibg_pink.gif) no-repeat left center;
	height:26px;
}

.snavi_menu a {
	display:block;
	width:228px;
	height:26px;
	padding-left:25px;
}

#snavi .snavi_menu_color {
	width:255px;
	margin-bottom:10px;
	text-align:left;
}

.snavi_menu_color:after {
    content:"";
    display:block;
    clear:both;
    height:1px;
    overflow:hidden;
}

/*\*/
* html .snavi_menu_color {
    height:1em;
    overflow:visible;
}
/**/

#snavi .snavi_menu_color li {
	height:25px;
	line-height:25px;
	padding-left:20px;
	_padding-top:8px;
	margin-left:-1px;
	background:url(../common/line.gif) no-repeat center top;
}

#snavi .color_left {
	float:left;
}

#snavi .color_left ul {
	width:126px;
	background-color:#FFFFFF;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}

#snavi .color_left img {
	margin-right:8px;
}

#snavi .color_right {
	float:right;
}

#snavi .color_right ul {
	width:127px;
	_width:129px;
	background-color:#FFFFFF;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}

#snavi .color_right img {
	margin-right:8px;
}

	
/*======================================

	Contents

=======================================*/

#main {
	width:715px;
	float:right;
	color:#333333;
}

#main .box {
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	width:auto;
	padding:19px;
	margin-bottom:10px;
	text-align:left;
	zoom:1;
}

.box:after {
    content:"";
    display:block;
    clear:both;
    height:1px;
    overflow:hidden;
}

/*\*/
* html .box {
    height:1em;
    overflow:visible;
}
/**/

#main .box p.worksCap {
	width: 673px;
	text-align: center;
	border:#666 1px solid;
}

#topicpath {
	margin-bottom:8px;
}

#topicpath li {
	display:inline;
	margin-right:5px;
}

#main h2 {
	margin-bottom:10px;
}

#main .pickup_right {
	width:380px;
	float:right;
}

#main .pickup_txt {
	padding-bottom:10px;
	background:url(../common/line.gif) no-repeat center bottom;
}

#main .pickup_bar {
	margin-bottom:5px;
}

.pickup_right ul {
	margin-top:10px;
	text-align:right;
}

.pickup_right li {
	display:inline;
}

#main .works_bar {
	display:block;
	width:326px;
	height:37px;
	text-align:right;
	padding-right:5px;
	_padding-top:5px;
}

#main .bar_web {
	background:url(../img/top/web_bar.jpg) no-repeat 0 0;
}

#main .bar_movie {
	background:url(../img/top/movie_bar.jpg) no-repeat 0 0;
}

#main .bar_print {
	background:url(../img/top/print_bar.jpg) no-repeat 0 0;
}

#main .bar_illust {
	background:url(../img/top/illust_bar.jpg) no-repeat 0 0;
}

.works_bar a {
	color:#FFFFFF;
	padding: 9px 5px 0 0;
	display:block;
}

.works_bar a:visited {
	color:#FFFFFF;
}

#main .works {
	width:326px;
	overflow:hidden;
}

#main .works_smallbox {
	width:auto;
	height:88px;
	_height:92px;
	background:url(../common/line.gif) no-repeat center bottom;
	margin:-1px 0 2px 0;
	padding-top:8px;
}

#main .works_smallbox p.thumb {
	display:block;
	width: 100px;
	height: 75px;
	overflow:hidden;
	border:#CCC 1px solid;
}

#main .works_smallbox p.cap {
	height: 75px;
}

#main table.cap {
	height: 75px;
}

#main .works_txt {
	float:right;
	width:215px;
	line-height:140%;
	letter-spacing:0;
}

#main .pagination {
	text-align:center;
	margin:20px 0 10px 0;
}

#main .pagination li {
	display:inline;
}

#main .pagination a {
	display:inline;
	border:solid 1px #CCCCCC;
	padding:8px 14px 6px 14px;
}

*:first-child+html #main .pagination a.next {
	padding:10px 14px 6px 14px;
}

#main .pagination a.next {
	_padding:9px 14px 6px 14px;
}

*:first-child+html #main .pagination a.previous {
	padding:10px 14px 6px 14px;
}

#main .pagination a.previous {
	_padding:9px 14px 6px 14px;
}

#main .pagination a:hover {
	background-color:#F6FF00;
	text-decoration:none;
}

#main .pagination  a.on {
	background-color:#F6FF00;
	text-decoration:none;
}

#main .page_under {
	text-align:center;
	font-size:85%;
	margin-bottom:10px;
	_margin-top:10px;
}

#list_section {
    overflow:hidden;
}

#list_section:after {
    content:"";
    display:block;
    clear:both;
    height:1px;
    overflow:hidden;
}

/*\*/
* html #list_section {
    height:1em;
    overflow:visible;
}
/**/

#list_section p.loading {
	text-align:center;
	padding:20px 0 20px 0;
}

#list_section .listbox {
	width:206px;
	height:235px;
	float:left;
	margin:0 10px 10px 9px;
	_margin:0 7px 10px 7px;
	background:url(../common/line.gif) no-repeat center bottom;
}

#list_section .listbox p {
	line-height:136%;
	margin-bottom:5px;
	font-size: 85% !important;
}

#list_section .listbox p.worksCap {
	border: #CCC 1px solid;
	width: 204px;
	height: 153px;
	overflow: hidden;
	text-align:center;
}

#list_section .listbox span {
	font-size:85% !important;
	color: #000;
	padding: 0;
	margin: 0;
	display:block;
}

*html body #list_section .listbox p {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial;
	font-size: 85% !important;
}

#list_section .listbox ul {
	margin-bottom:5px;
}

#list_section .listbox li {
	display:inline;
	margin-right:5px;
}

#detail_info {
	width:658px;
	margin:20px auto;
	overflow: hidden;
}

#detail_info a {
	text-decoration:underline;
}

#detail_info:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #detail_info {
    height: 1em;
    overflow: visible;
}
/**/

#detail_info table {
	border:solid 1px #CCCCCC;
	width:656px;
	border-collapse:collapse;
}

#detail_info table th {
	border-right:solid 1px #CCCCCC;
	width:70px;
	padding:6px;
	vertical-align:top;
	background:url(../common/line.gif) repeat-x bottom;
}

#detail_info table td {
	padding:14px;
	background:url(../common/line.gif) repeat-x bottom;
}

#detail_info td p.index {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	color:#0066CC;
}

#detail_info td p.txt {
	font-size:14px;
	line-height:170%;
}

#detail_info .no-bg {
	background:none;
}

.regi_cate {
	width:658px;
	margin:10px auto;
}

.regi_cate ul {
	padding:0 0 8px 10px;
	background:url(../common/regi_cate_ul.jpg) no-repeat center bottom;
}

.regi_cate li {
	display:inline;
	margin-right:20px;
}

.cate_web a {
	background:url(../common/arrow_web.gif) no-repeat left center;
	padding-left:15px;
}

.cate_movie a {
	background:url(../common/arrow_movie.gif) no-repeat left center;
	padding-left:15px;
}

.cate_print a {
	background:url(../common/arrow_print.gif) no-repeat left center;
	padding-left:15px;
}

.cate_illust a {
	background:url(../common/arrow_illust.gif) no-repeat left center;
	padding-left:15px;
}

.cate_etc a {
	background:url(../common/arrow_pink.gif) no-repeat left center;
	padding-left:15px;
}

#related {
	background:url(../common/related_bg.jpg) no-repeat 0 0;
	width:658px;
	height:237px;
	_height:257px;
	margin:0 auto;
	margin-bottom:10px;
}

#related .related_box {
	width:206px;
	float:left;
	margin:45px 4px 0 8px;
	_margin:45px 4px 0 6px;
}

.related_box p {
	margin-bottom:5px;
}

.related_box img.border {
	border:#CCC 1px solid;
}

#main .box_tel {
	background-color:#FCFF00;
	border:solid 1px #CCCCCC;
	width:auto;
	padding:5px;
	margin-bottom:10px;
}

.box_tel p {
	margin-bottom:5px;
}

#main .pagenavi {
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	width:auto;
	height:17px;
	padding:10px 5px 5px 0;
	margin-bottom:10px;
	font-size: 11px;
}

.pagenavi li {
	float:right;
	margin-left:8px;
	line-height:17px;
	_line-height:22px;
}

/*======================================

	contact

=======================================*/

.contact_table {
	width:100%;
}

.contact_table th,
.contact_table td {
	padding:5px;
}

/*======================================

	footer

=======================================*/

div#footer_bg {
	background:url(../common/footer_bg.jpg) repeat-x top;
	text-align:center;
	width:auto;
	height:128px;
}

#footer {
	width:980px;
	height:128px;
	margin:0 auto;
	clear:both;
}

/* footer_navi */

#footer_navi {
	width:980px;
	height:41px;
	margin-bottom:10px;
}

#footer_navi li {
	float:left;
}

#footer_navi a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
}

/*======================================

	clearfix

=======================================*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*======================================

	common class

=======================================*/
.cap img {
/*	border:#CCC 1px solid;*/
}





