@charset "UTF-8";
/* formatting styles
----------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	line-height: 1.6;
	color:#333333;
	background-color: #F0EED5;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
/* for WinIE6*/
* html body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	vertical-align:baseline;
}
/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for WinIE8*/
html>/**/body {
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for modern browser not WinIE8(Safari,FireFox)*/
html:not(:target) body {
	font-size: 12px;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
a {
	color: #00236E;
}
a:visited {
	color: #636B90;
}
a:hover {
	color: #435397;
	text-decoration: none;
}
img {
	border-style: none;
}
/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* container styles
----------------------------------------------*/
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* header styles
----------------------------------------------*/
#header {
	height: 306px;
}
#header .header_navi {
	text-align: right;
	line-height: 1;
	padding-right: 3px;
	padding-bottom: 6px;
}
#header .header_navi p {
	padding-top: 10px;
}
#header .header_navi a {
	margin-left: 3px;
}
#header_title {
	height: 102px;
}
#header_title h1 {
	display: block;
	float: left;
	width: 330px;
}
#header_title h2 {
	display: block;
	width: 600px;
	padding-right: 5px;
	float: right;
	font-size: 93%;
	line-height: 150%;
	color: #D8D3B4;
	font-weight: normal;
	text-align: right;
	padding-top: 15px;
}
#header_list h3 {
	display: block;
	width: 115px;
	padding-left: 14px;
	padding-top: 16px;
	float: left;
}
#header_list ul {
	display: block;
	list-style: none;
}
#header_list li {
	display: block;
	float: left;
	font-size: 1px;
	line-height: 1;
}

/* genre styles
----------------------------------------------*/
#hlist_genrebox {
	padding-bottom: 12px;
}
#hlist_genrebox ul {
	float: left;
	width: 815px;
}
#hlist_genrebox li, #hlist_areabox li {
	padding-right: 10px;
	width: 70px;
}
#hlist_genrebox li a, #hlist_areabox li a {
	display: block;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: 0px 80px;
}
li#hlist_genre01 a {
	background-image: url(../img/genre_btn01_over.gif);
}
li#hlist_genre01 a:hover {
	background-position: 0px 0px;
}
li#hlist_genre02 a {
	background-image: url(../img/genre_btn02_over.gif);
}
li#hlist_genre02 a:hover {
	background-position: 0px 0px;
}
li#hlist_genre03 a {
	background-image: url(../img/genre_btn03_over.gif);
}
li#hlist_genre03 a:hover {
	background-position: 0px 0px;
}
li#hlist_genre04 a {
	background-image: url(../img/genre_btn04_over.gif);
}
li#hlist_genre04 a:hover {
	background-position: 0px 0px;
}
li#hlist_genre05 a {
	background-image: url(../img/genre_btn05_over.gif);
}
li#hlist_genre05 a:hover {
	background-position: 0px 0px;
}
li#hlist_genre06 a {
	background-image: url(../img/genre_btn06_over.gif);
}
li#hlist_genre06 a:hover {
	background-position: 0px 0px;
}
li#hlist_genre07 a {
	background-image: url(../img/genre_btn07_over.gif);
}
li#hlist_genre07 a:hover {
	background-position: 0px 0px;
}
li#hlist_genre08 a {
	background-image: url(../img/genre_btn08_over.gif);
}
li#hlist_genre08 a:hover {
	background-position: 0px 0px;
}
li#hlist_genre09 a {
	background-image: url(../img/genre_btn09_over.gif);
}
li#hlist_genre09 a:hover {
	background-position: 0px 0px;
}
li#hlist_genre10 a {
	background-image: url(../img/genre_btn10_over.gif);
}
li#hlist_genre10 a:hover {
	background-position: 0px 0px;
}
#hlist_areabox {
	float: left;
}

/* area styles
----------------------------------------------*/
#hlist_areabox ul {
	float: left;
	width: 641px;
}
li#hlist_area01 a {
	background-image: url(../img/area_btn01_over.gif);
}
li#hlist_area01 a:hover {
	background-position: 0px 0px;
}
li#hlist_area02 a {
	background-image: url(../img/area_btn02_over.gif);
}
li#hlist_area02 a:hover {
	background-position: 0px 0px;
}
li#hlist_area03 a {
	background-image: url(../img/area_btn03_over.gif);
}
li#hlist_area03 a:hover {
	background-position: 0px 0px;
}
li#hlist_area04 a {
	background-image: url(../img/area_btn04_over.gif);
}
li#hlist_area04 a:hover {
	background-position: 0px 0px;
}
li#hlist_area05 a {
	background-image: url(../img/area_btn05_over.gif);
}
li#hlist_area05 a:hover {
	background-position: 0px 0px;
}
li#hlist_area06 a {
	background-image: url(../img/area_btn06_over.gif);
}
li#hlist_area06 a:hover {
	background-position: 0px 0px;
}
li#hlist_area07 a {
	background-image: url(../img/area_btn07_over.gif);
}
li#hlist_area07 a:hover {
	background-position: 0px 0px;
}
li#hlist_area08 a {
	background-image: url(../img/area_btn08_over.gif);
}
li#hlist_area08 a:hover {
	background-position: 0px 0px;
}

/* arrange styles
----------------------------------------------*/
#hlist_arrangebox {
	float: left;
	width: 160px;
	background-image: url(../img/arrange_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	margin-left: -1px;
}
#hlist_arrangebox h3 {
	float: none;
	padding: 0px 0px 3px;
	width: 155px;
}
#hlist_arrangebox ul {
	width: 155px;
	padding-left: 5px;
}
#hlist_arrangebox li {
	padding-right: 5px;
	width: 43px;
}
#hlist_arrangebox li a {
	display: block;
	width: 43px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
li#hlist_arrange01 a {
	background-image: url(../img/arrange_btn01_over.gif);
}
li#hlist_arrange01 a:hover {
	background-position: 0px 0px;
}
li#hlist_arrange02 a {
	background-image: url(../img/arrange_btn02_over.gif);
}
li#hlist_arrange02 a:hover {
	background-position: 0px 0px;
}
li#hlist_arrange03 a {
	background-image: url(../img/arrange_btn03_over.gif);
}
li#hlist_arrange03 a:hover {
	background-position: 0px 0px;
}

#header_list li a:hover img {
	display: none;
}
li#hlist_genre-now a:hover img, li#hlist_area-now a:hover img, li#hlist_arrange-now a:hover img {
	display: block;
}

/* wrapper styles
----------------------------------------------*/
#wrapper {
	clear: both;
	padding-top: 10px;
}
#google_banner01 {
	width: 728px;
	margin: 2em auto;
	padding-bottom: 15px;
}
#wrapper .google_banner02 {
	width: 728px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: -43px;
}
#google_banner03 {
	width: 728px;
	margin: 2em auto;
	padding-bottom: 10px;
}

/* voice styles
----------------------------------------------*/
#wrapper .voice_line {
	width: 935px;
	padding-left: 15px;
	clear: both;
}
#wrapper .voicebox {
	width: 220px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
#wrapper .voice_icon {
	padding-bottom: 6px;
	padding-left: 4px;
	height: 18px;
}
#wrapper .voice_icon img {
	padding-right: 5px;
	padding-left: 5px;
}
#wrapper .voice {
	background-image: url(../img/voice_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #324280;
}
#wrapper .voice_photo {
	background-image: url(../img/voice_photoback.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	width: 83px;
	padding-left: 3px;
	padding-top: 10px;
	height: 95px;
	text-align: center;
	float: left;
}
#wrapper .voice_photo a:hover img {
	/*opacity ie*/
	filter: alpha(opacity=80);
	/*opacity for mozila, safari*/
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#wrapper .voice_profile {
	float: left;
	width: 130px;
}
#wrapper .voice_title {
	color: #C0DAE6;
	height: 63px;
	padding-top: 6px;
	padding-left: 3px;
	display: block;
}
#wrapper .voice_title h3 {
	font-weight: normal;
	font-size: 115%;
	line-height: 123%;
	padding-bottom: 4px;
	display: block;
	color: #FFFFFF;
	/* Mozilla */  
	white-space: -moz-pre-wrap;
	/* Opera 4-6 */
	white-space: -pre-wrap; 
	/* Opera 7 */    
	white-space: -o-pre-wrap;   
	/* IE 5.5+ */  
    word-wrap: break-word;
}
#wrapper .voice_title h3 a {
	color: #FFFFFF;
	text-decoration: underline;	
}
#wrapper .voice_title h3 a:hover {
	color: #E4DDAA;
	text-decoration: none;
}
#wrapper .twetter_name {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width: 90px;
	display: block;
	font-size: 73%;
	line-height: 115%;
	/* Mozilla */  
	white-space: -moz-pre-wrap;
	/* Opera 4-6 */
	white-space: -pre-wrap;
	/* Opera 7 */    
	white-space: -o-pre-wrap;
	/* IE 5.5+ */  
    word-wrap: break-word;
}
/* for WinIE6*/
* html #wrapper .twetter_name {
	font-size: 10px;
	line-height: 110%;
	margin-top: -1px;
}

#wrapper .twetter_name a {
	color: #C0DAE6;
	text-decoration: none;
	padding: 2px;
	display: block;
}
#wrapper .twetter_name a:hover {
	color: #FFFFDC;
	text-decoration: none;
	background-color: #6983B2;
}
#wrapper .voice_seibetsu {
	display: block;
	width: 28px;
	margin-left: 100px;
	margin-top: -17px;
}
#wrapper .voice_others {
	color: #FFFFFF;
	background-image: url(../img/voice_line01.gif);
	background-repeat: repeat-x;
	background-position: 0px 3px;
	padding-top: 7px;
	padding-left: 5px;
	font-size: 82%;
	line-height: 128%;
}
#wrapper .voice_tweetbox {
	width: 212px;
	padding-left: 8px;
	clear: both;
	padding-top: 2px;
	padding-bottom: 8px;
}
#wrapper .voice_tweet {
	width: 200px;
	height: 278px;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 3px 0px 3px 4px;
}
#wrapper .voice_tweet a {
	color: #794CB4;
}
#wrapper .voice_tweet a:hover {
	color: #A18DDB;
	text-decoration: none;
}

/* voice entry styles
----------------------------------------------*/
#wrapper .entrybox {
	padding-bottom: 7px;
}
#wrapper .entry_body {
	line-height: 142%;
	padding-right: 4px;
	/* Mozilla */  
	white-space: -moz-pre-wrap;
	/* Opera 4-6 */
	white-space: -pre-wrap; 
	/* Opera 7 */    
	white-space: -o-pre-wrap;   
	/* IE 5.5+ */  
    word-wrap: break-word;
}
#wrapper .entry_date {
	background-image: url(../img/voice_line02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #83A1DD;
	text-align: right;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 82%;
	line-height: 120%;
}

/* pagebtn styles
----------------------------------------------*/
#wrapper .pagetopbtn {
	clear: both;
	width: 80px;
	padding-top: 10px;
	padding-bottom: 25px;
	font-size: 1px;
	line-height: 1;
	margin-left: 842px;
}
#wrapper .pagetopbtn a {
	display: block;
	width: 80px;
	height: 24px;
	background-image: url(../img/btn_pagetop_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
}
#wrapper .pagetopbtn a:hover {
	background-position: 0px 0px;
}
#wrapper .pagetopbtn a:hover img {
	display: none;
}

/* pagelist styles
----------------------------------------------*/
#pagelistbox {
	text-align: center;
	color: #968074;
	padding: 5px 25px 15px;
}
#pagelistbox a {
	padding: 3px 5px;
}
#pagelistbox a:hover {
	background-color: #FFFDF5;
}

/* footer styles
----------------------------------------------*/
#footer {
	padding-bottom: 30px;
}
#footer_list {
	background-color: #E8E5C6;
	padding: 15px 0px 15px 15px;
}#footer_list h3 {
	font-size: 110%;
	font-weight: normal;
	color: #53648E;
	display: block;
	float: left;
	width: 55px;
}
#footer_list ul {
	display: block;
	float: left;
	list-style: none;
}
#footer_list li {
	float: left;
	padding-right: 7px;
	padding-left: 7px;
}
#footer_list #flist_genrebox ul {
	width: 860px;
}
#flist_genrebox {
	padding-bottom: 5px;
}
#flist_genrebox a {
	color: #A07E00;
}
#flist_genrebox a:hover {
	color: #D28E00;
}

#flist_areabox a {
	color: #B47200;
}
#flist_areabox a:hover {
	color: #E16F00;
}
#flist_areabox {
	float: left;
	width: 600px;
}

#flist_sortbox a {
	color: #B47200;
}
#flist_sortbox a:hover {
	color: #E16F00;
}
#flist_sortbox {
	float: left;
	width: 330px;
}
#copyright01 {
	font-size: 93%;
	line-height: 140%;
	color: #666666;
	padding-top: 3px;
	clear: both;
	padding-left: 15px;
}
#copyright02 {
	font-size: 82%;
	line-height: 140%;
	color: #727CA7;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}
#twinavi {
	width: 935px;
	padding-left:15px;
}