@charset "EUC-JP";


/* ----------------------------------------
 作成日:2015.10.15
 テンプレート名: white
---------------------------------------- */


/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#000;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background-color:#fff;
}


/* ページ全体のリンク色 */
a {color:#666;text-decoration:underline;}
a:link {color:#666;text-decoration:underline;}
a:visited {color:#666;text-decoration:underline;}
a:hover {color:#000;text-decoration:none;}
a:active {color:#666;text-decoration:none;}

/* ブログ名の色 */
h1 a,
h1 a:link,
h1 a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
h1 a:hover,
h1 a:active {
	color:#000;
	text-decoration:none;
}


/* 記事タイトルのリンク色 */
.entryHeader a,
.entryHeader a:link,
.entryHeader a:visited,
.entryHeader a:hover,
.entryHeader a:active {
	color:#000;
	text-decoration:none;
}

/* 記事のエリアのリンク色 */
.entryState a,
.entryState a:link,
.entryState a:visited,
.entryState a:hover,
.entryState a:active {
	color:#000;
	text-decoration:none;
}

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}

/* --------------------------------------
　ヘッダー
--------------------------------------- */

/*ブログ名と説明文、トップ画像*/
#header {
	width:100%;
	margin-bottom:20px;
	padding:0px 0;
	text-align:center;
}
/* ブログ名 */
h1 {
    color: #000;
    font-size: 23px;
    line-height: 19px;
    margin: -1px auto;
}
/*ブログの説明文と検索窓のレイアウト*/
.header_contents {}

/* メニュー(ナビゲーション) */
#linkmenu {
	margin: 0 auto 40px;
	text-align:center;
	background:#fff;
	border-bottom:1px solid #ddd;
}
#linkmenu_inner {
	width: 960px;
	margin: 0 auto;
	text-align:left;
}
#linkmenu_inner li {
	margin: 0 auto;
	padding:5px 20px 5px 0;
	text-align: left;
	float:left;
}
.MENU {
	visibility: hidden;
	z-index: 999;
	position: absolute;
	width: 240px;
	margin-top: 5px;
	padding:15px;
	background: #fff;
	border: 1px solid #ddd;
	text-align:left;
}
.MENU li {
	margin:0 0 10px 15px;
	list-style-type:circle;
}
#MENU3 {
	width:200px;
}
#MENU3 table {
	margin:0 auto;
}


/* --------------------------------------
　メイン
--------------------------------------- */


/* 次の記事・前の記事 */
#entryNavi {
	margin:0 0 10px 30px;
	color:#FFF !important;
}
#entryNavi a{
	color:#FFF !important;
}
#pager {
	padding:75px 0 50px;
	text-align:center;
	width:100%;
	background:white;
}
#pager span {
	margin:0 3px;
}

#pager span.current{
	background-color:white;
	padding:4px 7px;
	color:#666;
	font-weight:bold;
}

#pager span a {
	background-color:white;
	color:#666;
	padding:4px 7px;
	text-decoration:none;
}

#pager span a:hover,
#pager span a:active {
	background-color:white;
	color:#000;
	text-decoration:none;
}
/* 記事 */
.entry {
	margin:0 0 0px 0;
	background:#fff;
	padding:0 0 0 0;
	font-size:13px;
}

/* 記事のヘッダー部分 */
.entryHeader {
	padding:10px 30px 10px 30px;
	line-height:27px;
}
/* 記事のタイトル */
h2 {
	font-size:17px;
	font-weight:bold;
}

/* LOVEボタン */
.entryLove {margin:5px 0;}

/* ソーシャルボタン */
.service_button {
	margin:25px 0 10px !important;
}
/* 記事の本文や「つづきを読む」を包んでいる部分 */
.entryBody {
	padding:0px 30px 0;
}
/* 記事本文 */
.entryText {margin:24px 0 0 0;line-height:26px;}

/* 記事内に挿入したyoutube(iframe)の最大値 */
.entryText iframe {
	max-width:100%;
}
/* 記事内に挿入した画像(img)の最大値 */
.entryText img {
	max-width:100%;
}

/* 記事の続き */
.entryMore {margin:0;line-height:26px;}

/* 記事のフッター部分 */
.entryFooter {
	padding:0px 30px 0px 30px;
	border-top: 1px solid white;
}
/* 記事の情報 */
.entryState {
	color:#000;
	padding:0 0 0 0;
	font-size: 12px;
}
.entryState li {
	float:right;
	border-left:1px solid white;
	padding:0px;
}

.fb_commentSendForm {
	padding:0 20px;
}

/* 関連する記事枠 */
#relatedEntry {
	border:1px solid #ddd;
	padding:20px;
	margin:20px 0;
	background:#fff;
}
#relatedEntry ul {
	margin-left:10px;
}
#relatedEntry li {
	margin:0 0 5px 15px;
	list-style-type:circle;
}
	#relateTitle {
		margin:0 0 10px 0;
		font-size:14px;
		font-weight:bolder;
	}


/* このページの先頭へ */
.pageTop {
	margin:0;
	text-align:right;
	padding: 30px;
	border: 1px solid #fff;
	background: #fff;
	width: 120px;
	float: right;
}
.pageTop a {
	color:#999;
	text-decoration:none;
}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #ccc;
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {
	border:1px #ddd solid;
	padding:0;
}

/* リスト */
div.entryBody ul li,
div.entryMore ul li {
	list-style:circle;
	margin:0 0 0 15px;
}

div.entryBody ol li,
div.entryMore ol li {
	list-style-type:decimal;
	margin:0 0 0 15px;
}


/* ----------------------------------------
フッター
---------------------------------------- */
/*　フッター */
#footer {
 	width:100%;
	padding-top:0px;
	text-align:center;
}
#footer_inner {
	width:525px;
	margin:0 auto;
	text-align:left;
	padding:0;
	background:white;
}
.footer_box {
	width:960px;
	float:left;
	margin:0px;
}
#footer_inner .right {
	margin-right:0;
}
#footer h3 {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
 .footer_contents {
	margin-bottom:40px;
	margin-left:10px;
}
 .footer_contents li {
	margin-bottom:5px;
}
#copyright {
	margin: 0 auto;
	font-size:12px;
	padding:10px 0;
	text-align:center;
	color:#666;
}
#copyright_inner {
    background: white none repeat scroll 0 0;
    margin: 0 auto;
    padding: 0 200px 15px 30px;
    text-align: left;
    width: 480px;
}
.copyright_text {
	width: 100%;
	float:left;
	text-align:left;
	font-size:10px;
}
.copyright_bnr {
	float: right;
}

.entryMore{
	margin-top: 0px;
}
.profile{
	font-size: 10px;
	line-height: 20px;
	padding-bottom: 60px;
}
.language {
    font-size: 12px;
    height: 55px;
    letter-spacing: 0.05em;
    top: 83px;
    right: 34px;
    text-align: right;
	position: absolute; 
}
.language a {
    text-decoration: none;
}
/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
    margin: 0 auto;
    padding: 0;
    width: 710px;
}
#header_inner {
    background: white none repeat scroll 0 0;
    margin: 0 auto;
    padding: 80px 250px 45px 30px;
    text-align: left;
    width: 430px;
    position: relative; 
}
/*　左側の幅（記事の枠）*/
#main {
	background: white none repeat scroll 0 0;
	margin-bottom: 0;
	text-align: left;
	width: 480px;
	float:left;
}
#side {
    background: white none repeat scroll 0 0;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0;
    padding-top: 92px;
    padding-left: 50px;
    padding-right: 30px;
    text-align: left;
    width: 150px;
    float:right
}
#side b.side_title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
	display:block;
	font-weight:normal
}
#side a {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
	display:block;
	color:#808080;
    text-decoration: none;
}
#side a:hover {
	color:#000;
}
#side div {
    margin-bottom: 40px;
}
.side_1 #side_japanese {
    display:none
}
.side_2 #side_english {
    display:none
}