@charset "UTF-8";

/* ------------------------------------------------------------
	0. All
------------------------------------------------------------ */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */

body {
	background: #fff;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

a:link {
	color: #e60d84;
	text-decoration:none;
}

a:visited {
	color: #e60d84;
	text-decoration: none;
}

a:hover,
a:active  {
	color: #e60d84;
	text-decoration: underline;
}

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

/*  2-1. Inline-level Elements
------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

hr {
	border: none;
}

fieldset {
	border: none;
}

input, textarea, select, label {
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/*  2-2. Block-level Elements
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

pre, code {
	font-family: monospace;
}

ul, ol {
	list-style: none;
}

/*  2-3. Table
------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}


/* TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
	Lauout
LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */

div#header {
	margin: 0 0 18px;
	background: url(/img/common/header/bg_globalheader_01.png) center bottom repeat-x;
	padding-bottom: 16px;
	text-align: left;
}

div#header div.headerInner {
	position: relative;
	width: 920px;
	margin: 0 auto;
	min-height: 2em;
}

div#header .siteLogo {
}

/* navGlobal
------------------------------------------------- */
div#header ul#navGlobal {
	position: absolute;
	width: 500px;
	text-align: right;
	line-height: 1;
	bottom: 3px;
	right: 0;
	line-height: 1.3;
}

div#header ul#navGlobal li {
	display: inline;
	font-size: 92%;
	padding: 0 15px;
	border-right: 1px solid #e60d84;
	margin-right: -1px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
}

div#header ul#navGlobal li:last-child {
	border: none;
}

div#header.ad{
	padding-top: 15px;
}

div#header.ad .siteLogo{
	float: left;
}

div#header.ad .banner{
	float: right;
}

/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */

div#content {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

/* main
------------------------------------------------- */
div#content div#main {
	float: left;
	width: 600px;
}

/* sub
------------------------------------------------- */
div#content div#sub {
	float: right;
	width: 280px;
}

div#content div#sub02 {
	float: right;
	width: 300px;
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */

div#footer {
	clear: both;
	background: url(/img/common/footer/bg_globalfooter_01.png) center top repeat-x #fff;
	margin: 20px 0 0;
	text-align: left;
	overflow: hidden;
}

div.footerInner{
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}

p.footerImage{
	position: absolute;
	top: 28px;
	left: 0;
}

/* navSite
------------------------------------------------- */
div#footer ul.navSite {
	text-align: right;
	margin-left: 250px;
	margin-bottom: 10px;
}

div#footer ul.navSite li {
	display: inline;
	font-size: 84%;
	margin-left: 15px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
}

/* navSub
------------------------------------------------- */
div#footer ul.navSub {
	text-align: right;
	margin-left: 250px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-right: -5px;
}

div#footer ul.navSub li {
	display: inline;
	font-size: 84%;
	background: #e60d84;
	line-height: 1;
	padding: 3px 3px 3px 7px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
}

html:not(:only-child:only-child) div#footer ul.navSub li {
	display: inline-block;
}

div#footer ul.navSub li, x:-moz-broken {
	display: inline-block;
}

div#footer ul.navSub li, x:x {
	display: inline;
}

div#footer ul.navSub li a {
	color: #fff;
	border-right: 1px solid #fff;
	padding-right: 10px;
}
	
/* TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
	module
LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */

/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */

/* box
------------------------------------------------- */
.box01{
	margin-bottom: 30px;
}

.box02{
	margin-bottom: 20px;
}

.box03{
	margin-bottom: 15px;
}

.box04{
	margin-bottom: 50px;
}

.box05{
	clear: both;
}

/* txt
------------------------------------------------- */
.txt01{
	background: url(/img/common/hr/hr_01.png) left bottom no-repeat;
	font-weight: bold;
	color: #e60d84;
	padding-bottom: 9px;
	font-size: 117%;
	margin-bottom: 10px;
	vertical-align: bottom;
}

.txt02{
	margin-bottom: 10px;
}

.txt03{
	font-size: 84%;
}

.txt04{
	text-align: right;
	font-size: 75%;
}

.txt05{
	text-align: right;
}

.txt06{
	text-align: center;
}

.txt07{
	font-size: 125%;
	margin-bottom: 10px;
}

.txt08{
	font-size: 92%;
}

.date{
	font-size: 75%;
	color: #9a9a9a;
}

/* icon
------------------------------------------------- */
.star{
	background: url(/img/common/ico/ico_star_01.png) 0 0 no-repeat;
	padding-left: 22px;
}

.new{
	background: url(/img/common/ico/ico_new_01.png) 0 0 no-repeat;
	padding-left: 35px;
}

.music{
	background: url(/img/common/ico/ico_music_01.png) 0 0 no-repeat;
	padding-left: 20px;
}

.pc{
	background: url(/img/common/ico/ico_pc_01.png) 0 0 no-repeat;
	padding-left: 30px;
}

.heart{
	background: url(/img/common/ico/ico_heart_01.png) 0 50% no-repeat;
	padding: 0 0 0px 30px;
	line-height: 1.6;
}

.prev{
	background: url(/img/common/ico/ico_prev_01.png) 0 50% no-repeat;
	padding: 0 0 0 20px;
	line-height: 1.7;
}

.next{
	background: url(/img/common/ico/ico_next_01.png) 100% 50% no-repeat;
	padding: 0 20px 0 0;
	line-height: 1.7;
}

.arrow{
	background: url(/img/common/ico/ico_arrow_01.png) 0 50% no-repeat;
	padding-left: 20px;
}

.arrow:hover{
	background: url(/img/common/ico/ico_arrow_01_o.png) 0 50% no-repeat;
	padding-left: 20px;
}

.arrowS{
	background: url(/img/common/ico/ico_arrow_s_01.png) 0 50% no-repeat;
	padding-left: 13px;
	float:right;
}

.arrowS:hover{
	background: url(/img/common/ico/ico_arrow_s_01_o.png) 0 50% no-repeat;
	padding-left: 13px;
}

/* Link
------------------------------------------------- */
.moreLink{
	text-align: right;
}

/* hr
------------------------------------------------- */
.hr01{
	clear: both;
}

/* Form
------------------------------------------------- */

/* Table
------------------------------------------------- */

/* Pager
------------------------------------------------- */
ul.navPager {
	margin: 20px 0;
	text-align: center;
}

ul.navPager li {
	display: inline;
	margin: 0 5px;
}

ul.navPager li.current {
	font-weight: bold;
}

/* ------------------------------------------------------------
	flashBlogparts
------------------------------------------------------------ */
.flashBlogparts{
	width: 160px;
	margin: -15px auto 10px;
}

.flashBlogparts02{
	margin: 0 auto;
	width: 160px;
}


/* ------------------------------------------------------------
	boxBookmark
------------------------------------------------------------ */
div.boxBookmark{}

div.boxBookmark ul.bookmarkList{
	margin-top: 30px;
}

div.boxBookmark ul.bookmarkList li{
	margin-bottom: 20px;
}

div.boxBookmark ul.bookmarkList li p.image{
	float: left;
	width: 30px;
}

div.boxBookmark ul.bookmarkList li div{
	float: right;
	width: 565px;
}

div.boxBookmark ul.bookmarkList li p.name{
}

div.boxBookmark ul.bookmarkList li p.body{
	font-size: 86%;
	margin-top: 5px;
}

/* ------------------------------------------------------------
	boxDot
------------------------------------------------------------ */
div.boxDot{
}

div.boxDot div.boxDotBody{
	padding: 4px 15px 15px;
}

div.boxDot .title{
	text-align: center;
}

/* ------------------------------------------------------------
	boxLine
------------------------------------------------------------ */
div.boxLine{
	background: url(/img/common/sidebar/bg_boxline_01.png) center bottom no-repeat;
}

div.boxLine div.boxLineBody{
	padding: 4px 30px 15px;
}

/* ------------------------------------------------------------
	boxBlogparts
------------------------------------------------------------ */
div.boxBlogparts{
	text-align: center;
}

/* ------------------------------------------------------------
	boxJoshitube
------------------------------------------------------------ */
div.boxJoshitube object{
	margin-bottom: 10px;
}

div.boxJoshitube div.info{
	background: #fff;
	padding: 10px;
	
}

div.boxJoshitube div.info h3{
	font-weight: normal;
}
	
div.boxJoshitube div.info .txt03{
	margin-top: 5px;
}

/* ------------------------------------------------------------
	boxJoshifm
------------------------------------------------------------ */
div.boxJoshifm div.info{
	margin-top: 10px;
	background: #fff;
	padding: 10px;
	
}

div.boxJoshifm .txt04 a{
	color: #000;
}

/* ------------------------------------------------------------
	boxJoshiMobile
------------------------------------------------------------ */
div.boxJoshiMobile div.info{
	margin-top: 10px;
	background: #fff;
	padding: 10px;
	
}

/* ------------------------------------------------------------
	boxJoshiblog
------------------------------------------------------------ */
div.boxJoshiblog{
	position: relative;
}

div.boxJoshiblog ul li{
	overflow: hidden;
	zoom: 1;
	background: url(/img/common/hr/hr_01.png) center bottom no-repeat;
	padding-bottom: 5px;
	line-height: 1.8;
}

div.boxJoshiblog ul li a{
	color: #000;
	text-decoration: none;
}

div.boxJoshiblog p.joshiblogMore{
	position: absolute;
	bottom: 15px;
	right: 20px;
}

div.boxJoshiblog p.joshiblogMore a{
	display: inline-block;
}

div.boxJoshiblog p.joshiblogImage{
	padding: 0 0 11px 22px;
}

/* ------------------------------------------------------------
	boxEditor
------------------------------------------------------------ */
div.boxEditor{
	padding: 10px;
	overflow: hidden;
	zoom: 1;
	line-height: 1.3;
}

div.boxEditor p.imgEditor{
	float: left;
}

div.boxEditor p.profile{
	font-size: 84%;
	margin: 0 10px 0 120px;
}

div.boxEditor h2{
	font-size: 84%;
	margin: 3px 10px 5px 120px;
}

/* ------------------------------------------------------------
	boxNavEntry
------------------------------------------------------------ */
div.boxNavEntry {}

div.boxNavEntry ul li.prev{
	float: left;
	width: 200px;
}

div.boxNavEntry ul li.next{
	float: right;
	width: 200px;
	text-align: right;
}

/* ------------------------------------------------------------
	pager
------------------------------------------------------------ */
.pagination{
	text-align: center;
}

.pagination a,
.pagination b{
	margin: 0 4px;
}

/* ------------------------------------------------------------
	blockSocialFeedback
------------------------------------------------------------ */
.blockSocialFeedback{
	margin: 10px 0;
}

.blockSocialFeedback .item{
	float: right;
	padding-top: 8px;
	padding-left: 10px;
	vertical-align: top;
}

.blockSocialFeedback.typeLeft .item{
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	vertical-align: top;
}

.blockSocialFeedback .item .icon{
	vertical-align: top;
	margin-right: 5px;
}

.blockSocialFeedback .facebookShare{
	position: relative;
	top: -1px;
}

.blockSocialFeedback .kuma{
	padding-top: 0;
}

/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */
	
/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.group {
	display: inline-block;
}

/* exclude MacIE5 \*/
* html .group {
	height: 1%;
}

.group{
	display: block;
}
/* end: exclude MacIE5 */

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

div#header:after,
div#content:after,
div#header ul#navGlobal:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
div#header,
div#content,
div#header ul#navGlobal {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html div#header,
* html div#content,
* html div#header ul#navGlobal {
    height: 1%;
}
div#header,
div#content,
div#header ul#navGlobal {
    display: block;
}
/* End hide from IE-mac */


