@charset "utf-8";
/* CSS Document */

body{
	/*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family:'A-OTF UD新ゴ Pro', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',sans-serif;
}

a{
	color:#ff6699;
}
a:hover{
	color:#ff6633;
}

a.right-arrow{
	background-image:url(../images/a_right-arrow.gif);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
}

/*a.opacity:hover img,  a.opacity:active img {*/
/*
a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
*/
a.blank{
	background-image:url(../images/a_blank.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}





/* COMICMARKET86 */

#body-inner{
}

#container{
	width:890px;
	margin:0px auto;
	position:relative;
	padding-bottom:50px;
	/*background-color:#979FF0;*/
}

#top{
	width:890px;
	margin-top:50px;
}

#top img{
	margin:0 auto 50px auto;
}

#news img{
	margin:0 auto 20px auto;
}

.one_section{
	margin-bottom:50px;
}

.h2_bar{
	margin-bottom:20px;
}

#gaiyou_topix_area{
	overflow:hidden;
	display:block;
}

#gaiyou_area{
	width:430px;
	margin-right:20px;
	/*background-color:#00FFFF;*/
}

#gaiyou_bg{
	/*background-color:#f2f2f2;*/
	padding:15px;
	width:380px;
	margin:0 auto;
	overflow:hidden;
}

#twitter_area{
	/*height:400px;*/
}

#topix_area{
	float:left;
	width:430px;
}

.float_gaiyou{
	float:left;
}

.gaiyou_text_h{
	border-left:#c11920 7px solid;
	color:#3e3e3e;
	line-height:15px;
	height:17px;
	padding-left:10px;
	font-weight:500;
	font-size:18px;
	margin-left:5px;
	margin-bottom:3px;
}

.gaiyou_text{
	color:#666666;
	font-size:16px;
	font-weight:100;
	margin-left:45px;
	margin-bottom:5px;
}


#navi{
	overflow:hidden;
	display:block;
	margin-left:15px;
	margin-bottom:50px;
}

.navi_box{
	float:left;
	margin-left:2px;
	margin-bottom:2px;
}

.h3_title{
	margin:40px auto 0 auto;
	display:block;
}


.one_item_size{
	width:860px;
	margin:0 auto;
}

.size_1{
	/*background-color:#feeff5;*/
	padding:20px;
	width:780px;
	margin:20px auto;
	overflow:hidden;
}

.size_2{
	/*background-color:#feeff5;*/
	padding:20px;
	width:780px;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}

.products_img_1{
	background-color:#feeff5;
	padding:30px 0px 15px 10px;
}

.img_posi{
	width:580px;
	margin:0 auto;
}

.img_posi_2{
	width:505px;
	margin:0 auto;
}

.products_img{
	float:left;
	margin-right:0px;
	background-color:#feeff5;
	padding:40px 40px 20px 40px;
}

.products_info_1{
	margin-left:15px;
}

.products_info{
	margin-left:385px;
}

.products_info_1 .icon_posi_2{
	margin:20px 5px 5px 0;
}

.products_info .icon_posi_2{
	margin:30px 5px 30px 0;
}

.products_info_s img{
	margin-bottom:20px;
}

.text_size1_1{
	font-size:17px;
	line-height:28px;
	font-weight:500;
	color:#3e3e3e;
	margin-bottom:20px;
}

.text_size1{
	font-size:19px;
	line-height:24px;
	font-weight:500;
	color:#3e3e3e;
	margin-bottom:20px;
}

.text_size2{
	margin-bottom:20px;
	line-height:22px;
	padding:0 10px 0 10px;
	font-size:14px;
	font-weight:100;
	color:#3e3e3e;
}

.text_size3{
	font-size:17px;
	text-align:right;
	line-height:30px;
	padding-right:15px;
	padding-bottom:5px;
	font-weight:500;
	color:#3e3e3e;
	border-bottom:#3e3e3e 1px solid;
	margin-bottom:20px;
}

.text_size3_2{
	/*
	position:absolute;
	bottom:45px;
	left:407px;
	*/
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	color:#3e3e3e;
}

.text_size4{
	/*position:absolute;
	bottom:20px;
	left:407px;*/
	margin-bottom:10px;
	font-size:14px;
	color:#F00;
}

.text_posi{
	position:absolute;
	bottom:30px;
	left:407px;
}

#attention{
	width:710px;
	margin:120px auto 0px auto;
	margin-bottom:50px;
	color:#3e3e3e;
	border:#3e3e3e 1px solid;
	padding:30px;
}

.list_attention{
	font-size:13px;
	font-weight:lighter;
	margin-left:25px;
}

/* COMICMARKET87_eof */


header{
	position:relative;
	height:50px;
}

/*サイドバナー*/
aside#banner{
    position: absolute;
    right: -220px;
    width: 200px;
}
div#banner-container{
    background-color: #FFF;
    position: fixed;
    top: 30px;
    width: 198px;
	border:1px solid #CCC;
}
div#banner-container h1{
	background-color: #c11920;
	color:#FFF;
	display:block;
	text-align:center;	
}

div#banner-container img{
	display:block;
}

div#banner-container ul{
	margin:9px 9px 0px;
}
div#banner-container li{
	margin-bottom:9px;
}
/*ソーシャルボタン*/
div#socialbuttons{
	position:absolute;
	right:-5px;
	top:70px;
}

div#socialbuttons .twitter{
	margin-right:10px;
}

div#socialbuttons .facebook{
	padding-top:4px;
	
}

div#socialbuttons-line{
	position:absolute;
	right:0px;
	top:50px;
}

div#socialbuttons div {
	float: left;
}



/*HSテンプレートstart*/
.line {
    background-image: url("../images/hs_line_01.jpg");
    background-repeat: repeat-x;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.hs_logo {
	width: 860px;
	margin: 0 auto;	
}
/*HSテンプレートend*/