@charset "UTF-8";
/*
Theme Name: CREARE
Theme URI: http://crearejp.com/
Description: http://crearejp.com/
Version: 3.0
Author: 石井江奈(NKB)
Author URI: http://crearejp.com/
'Lucida Grande', Arial, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Geneva,Verdana,sans-serif;
*/

/*
*********************************************************************
諸々
*********************************************************************
*/*,html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
	text-decoration: none;
	font-style: normal;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	margin-bottom: 2em;
}
/*
*********************************************************************
仕切り直し
*********************************************************************
*/
html,body {
	height: 100%;
	width: 100%;
}

body {
	background: #FFFFFF;
	vertical-align: baseline;
	color: #454545;
	font: 12px/1 'Lucida Grande',Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Geneva,Verdana,sans-serif;
}
.headline2,
.headline3 {
	font-weight: bold;
	letter-spacing: -1px;
}
.headline2,
.headline3 {
	color: #292929;
	font-size: 1.6em;
	line-height: 1.4;
	margin-bottom: 0.6em;
}
.headline3 {
	color: #343434;
}
.headline4 {
	font-weight: bold;
}
.date,
.new {
	font-size: 0.52em;
	font-weight: normal;
	color: #999999;
	letter-spacing: normal;
}
.new {
	color: #CC0000;
}
.en,
small {
	font-weight: normal;
	letter-spacing: normal;
	font-size: 11px;
}
strong,
dt {
	font-style: normal;
	font-weight: bold;
	color: #343434;
}
em {
	font-style: italic;
}
p,ul,ol,dt,dd,address,.headline4 {
	line-height: 1.75;
	text-indent: 0;
	list-style: square inside;
	font-size: 1em;
}
p,ul,ol,dd,address { margin: 0 0 1.75em; }
address { font-style: normal; }
a {
	color: #405ABB;
	text-decoration: none;
	outline : 0;
}
a:hover {
	color: #97BA40;
	text-decoration: none;
}
img, a img, a:hover img {
	border: 0;
	outline: 0
	text-decoration: none;
}
hr {
	clear: both;
	width: 100%;
	height: 0;
	visibility: hidden;
}
#separator { height: 8em; }
#home #separator { height: 4em; }
.em2 { height: 2em; }
.em4 { height: 4em; }
/*
*********************************************************************
配置
*********************************************************************
*/
.outer {}
.inner {
	margin: 0 auto;
	width: 924px;
}
#contents,
#contents .inner {
	color: #454545;
	background: #FFFFFF;
}
.posting {
	clear: both;
	padding-top: 108px;
}
#home .posting { padding-top: 72px; }
.alignleft { float: left; }
.alignright { float: right; }
.unit {
	clear: both;
	margin-bottom: 4em;
}
#archive .unit-main,
#archive-3 .unit-main,
#archive-4 .unit-main,
#archive-5 .unit-main,
#archive-6 .unit-main,
#archive-7 .unit-main,
#page .unit-main,
#footer .unit-main,
#single #footer .unit-main {
	width: 636px;
}
#single .unit-main { width: 528px; }
#archive-3 .unit-sub,
#archive-4 .unit-sub,
#archive-5 .unit-sub,
#archive-6 .unit-sub,
#archive-7 .unit-sub,
#page .unit-sub,
#footer .unit-sub,
#single #footer .unit-sub {
	width: 240px;
}
#single .unit-sub {	width: 348px; }
.mr-24 { margin-right: 24px; }
.ml-24 { margin-left: 24px; }
.mt-24 { margin-top: 24px; }
.mb-24 { margin-bottom: 24px; }
.mr-12 { margin-right: 12px; }
.ml-12 { margin-left: 12px; }
.mt-12 { margin-top: 12px; }
.mb-12 { margin-bottom: 12px; }

.pr-24 { padding-right: 24px; }
.pl-24 { padding-left: 24px; }
.pt-24 { padding-top: 24px; }
.pb-24 { padding-bottom: 24px; }
.pr-12 { padding-right: 12px; }
.pl-12 { padding-left: 12px; }
.pt-12 { padding-top: 12px; }
.pb-12 { padding-bottom: 12px; }

/*
*********************************************************************
言語切り替え
*********************************************************************
*/
#go-en,
#go-jp {
	height: 20px;
	width: 48px;
	margin: 0 0 0 414px;
	padding: 0;
	position: fixed;
	left: 50%;
	top: 12px;
	z-index: 60;
}
#go-en a,
#go-jp a {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 48px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	display: block;
}
#go-en a {	background: transparent url(images/flag.gif) no-repeat 0 0;}
#go-en a:hover {	background: transparent url(images/flag.gif) no-repeat 0 -20px;}
#go-jp a {	background: transparent url(images/flag.gif) no-repeat 0 -40px;}
#go-jp a:hover {	background: transparent url(images/flag.gif) no-repeat 0 -60px;}

/*
*********************************************************************
ヘッダー
*********************************************************************
*/
#header {
	background: #131B3B;
	position: fixed;
	z-index: 50;
	top: 0;
	width: 100%;
	height: 60px;
}
h1,#logo,#menu {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -462px;
}
h1 {
	font-size: 8px;
	line-height: 1;
	font-weight: normal;
	color: #9B9B9B;
	top: 6px;
}
#logo {
	top: 26px;
	height: 30px;
	width: 137px;
}
#logo a {
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 137px;
	background: transparent url(images/bg-logo.gif) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
}

#menu {
	margin-left: -198px;
	top: 30px;
	width: 660px;
}

/* Basic code - don't modify */
#nav { display: block;	margin: 0;	padding: 0;	position: relative; }
#nav li { display: block;	list-style: none;	margin: 0;	padding: 0;	float: left;	position: relative; }
#nav a { display: block; }
#nav ul { display: none;	position: absolute;	left: 0;	margin: 0;	padding: 0;}
* html #nav ul { line-height: 0;} /* IE6 "fix" */
#nav ul a {	zoom: 1;} /* IE6/7 fix */
#nav ul li { float: none;}
#nav ul ul { top: 0;}
    
/* Essentials - configure this */
#nav ul { width: 216px; }
/*#nav ul ul {	left: 200px;}*/

/* Everything else is theming */
#nav { height: 30px; }
#nav *:hover { background-color: none; }
#nav a {
	color: #BABABA;
	font-size: 12px;
	padding: 9px 1.6em;
	line-height: 1;
}
#nav li.hover a,
#nav ul li a {
	color: #FFFFFF;
	background-color: #405ABB;
}
#nav ul { top: 30px; }
#nav ul a {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#nav ul a.hover,
#nav li.current_page_item a,
#nav li.current-cat a,
#nav .current_page_item a:hover,
#nav li.current-cat a:hover,
#nav li.current-year a,
#nav li.current-year a:hover {
	color: #FFFFFF;
	background-color: #97BA40;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/*
*********************************************************************
ホーム
*********************************************************************
*/
#unit-top-sg,
#unit-top-cr,
#unit-top-etc,
#unit-top-sc {
	position: relative;
	width:300px;
}
.title-top {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	color: #FFFFFF;
	background: #000000;
}
#unit-top-sg .title-top,
#unit-top-cr .title-top  {
	position: absolute;
	left: 0;
	width: 300px;
	top: 328px;
	height: 72px;
}

#unit-top-etc .title-top,
#unit-top-sc .title-top  {
	position: absolute;
	left: 0;
	width: 300px;
	top: 150px;
	height: 50px;
}
#home .headline2 {
	font-size: 14px;
	margin: 12px 0 5px;
	padding: 0;
	line-height: 1;
}
#home .headline2 a {
	color: #FFFFFF;
}
.title-top p {
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
#home .headline2,
.title-top p {
	padding: 0 11px;
}

ul#unit-top-right {
	height: 648px;
	width: 300px;
	position: relative;
}
ul#unit-top-right li {
	display: block;
	padding: 0;
	margin: 0 0 12px;
	height: 116px;
	width: 300px;
	position: relative;
}
ul#unit-top-right li a {
	display: block;
	height: 116px;
	width: 300px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}
ul#unit-top-right li span {
	font-weight: bold;
	padding-top: 12px;
	padding-left: 12px;
	width: 126px;
	display: block;
	float: left;
}
ul#unit-top-right li img {
	float: right;
}
li#unit-top-about a {
	background: #25356E;
	color: #FFFFFF;
}
li#unit-top-archives a {
	background: #405ABB;
	color: #FFFFFF;
}
li#unit-top-cn a {
	background: #51576E;
	color: #FFFFFF;
}
li#unit-top-aoyama a {
	background: #8A94BA;
	color: #FFFFFF;
}
li#unit-top-search a {
	background: #BABABA;
	color: #FFFFFF;
}
ul#unit-top-right li a:hover {
	background: #97BA40;
	color: #FFFFFF;
}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.cs-buttons {
	font-size: 0;
	padding: 8px 8px 0;
	float: left;
}
.cs-buttons a {
	margin-right: 4px;
	height: 6px;
	width: 6px;
	float: left;
	border: 1px solid #405ABB;
	color: #405ABB;
	text-indent: -9999px;
}
.cs-active {
	background-color: #405ABB;
	color: #FFFFFF;
}
.cs-title {
	width: 576px;
	padding: 12px;
	background-color: #000000;
	color: #FFFFFF;
}
.cs-prev, 
.cs-next {
	background-color: #000000;
	color: #FFFFFF;
	pa
	dding: 0 10px;
}

/*
*********************************************************************
アバウト
*********************************************************************
*/
#coin-slider-about {
	width: 636px;
	height:  312px;
}
#coin-slider-about.cs-title { width: 612px; padding: 12px; background-color: #000000; color: #FFFFFF; }

/*
*********************************************************************
カテゴリー毎のリスト
*********************************************************************
*/
.category-list {
	margin-right: -24px;
	width: 660px;/*636+24*/
}
.category-list li {
	margin: 0 24px 24px 0;
	padding: 0;
	float: left;
	height: 172px;
	width: 108px;
	clear: none;
	display: block;
}
.category-list li p {
	line-height: 1.4;
	margin: 0;
	font-size: 0.83em;
}
.category-list li img {
	height: 108px;
	width: 108px;
	margin-bottom: 4px;
}
.category-list a,
.category-list a:hover {
	text-decoration: none;
}

/*
*********************************************************************
個別投稿
*********************************************************************
*/
table.spec {
	width: 100%;
	margin-bottom: 2em;
	border: 0;
}
table.spec th,
table.spec td {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	padding: 0 0 0.6em;
	font-weight: normal;
	margin: 0;
}
table.spec th {
	font-size: 10px;
	white-space: nowrap;
}
table.spec td {
	padding-left: 1em;
}

#bread {
 clear: both;
 font-size: 12px;
 line-height: 1;
 padding-bottom: 1em;
}

.navigation {
 line-height: 1;
 clear: both;
 float: left;
 width: 100%;
 font-size: 1em;
}
#single .navigation {
	border-top: 1px solid #C4C9DC;
}
#single .navigation div {
	padding-top: 1em;
}
/*
simple-toggle
*/
div.trigger {
	padding: 0 0 0 2em;
	margin: 0.6em 0;
	height: 1em;
	line-height: 1em;
	width: 90%;
	font-size: 1em;
	font-weight: bold;
	float: left;
	background: transparent url(images/bg_toggle.gif) no-repeat 0 50%;
}
div.trigger a {
	text-decoration: none;
	display: block;
}
div.trigger a:hover {}
div.active {
	background: transparent url(images/bg_toggle.gif) no-repeat -600px 50%;
}/*開いたときのタイトル*/
.toggle_container {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1em;
	width: 100%;
	clear: both;
}
.toggle_container .block {
/*	border-bottom: 1px solid #C4C9DC;*/
	margin-bottom: 2em;
}
.toggle_container .block p {}
table.bio {
	width: 100%;
	margin-bottom: 2em;
	border: 0;
}
table.bio th,
table.bio td {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	padding: 0em 0 0.6em;
	font-weight: normal;
}
table.bio th {
	width: 4em;
}
table.bio td {}
.video a img {
	border: 1px solid #BABABA;
}
.gm-map {
	margin-bottom: 24px;
}/*マップ下*/

/*
サムネール
*/
.gallery {
	width: 540px;/*528+12*/
	margin: 0 -12px 0 0;
	display: block;
	background: #FFFFFF url(images/bg-gallery.gif) no-repeat 0 12px;
	height: 135px;
}
.gallery a img {
	margin: 12px 12px 0 0;
	width: 123px;
	height: 123px;
}

/*
*********************************************************************
フッター
*********************************************************************
*/
#footer {
	border-top: 1px solid #C4C9DC;
	padding-top: 24px;
}
#footer .headline4 {
	font-size: 12px;
	line-height: 1;
	color: #51576E;
	padding-bottom: 6px;
}
#footer .text-home {
	font-size: 10px;
	color: #51576E;
}

#logo-footer {
	height: 2em;
	margin: 0;
	padding: 33px 0 0;
	width: 100%;
	background: transparent url(images/bg-footer-logo.gif) no-repeat 0 0;
}
#copyright {
	font-size: 9px;
	line-height: 1;
	color: #BABABA;
}
#footer ul {
	list-style: none;
}
#footer li
 {
	line-height: 1;
	padding: 0.3em 0;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
#footer .current_page_item a,
#footer li.current-cat a,
#footer .current_page_item a:hover,
#footer li.current-cat a:hover {
	color: #545454;
}
#menu-bottom {
	font-size: 10px;
	line-height: 1;
}
#menu-bottom li {}

/*
*********************************************************************
サイトマップ
*********************************************************************
*/
.site-map .headline4 {
	font-size: 1.2em;
}
.site-map ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 4em 0 0;
}
/*
*********************************************************************
 * Default map styles
*********************************************************************
*/
/* Post date and tags/categories 
.meta { font-size:60%; }
.meta .blogdate { font-style: italic; }
*/
/* Info window 
.locationinfo { font-size:80%; overflow:auto; width:300px; height:150px; }
.user-location-info { font-size:80%; overflow:auto; width:150px; height:80px; }
.comment-location-info { font-size:80%; overflow:auto; width:200px; height:140px; }
.info-window-max { font-size:80%; overflow:auto; }
*/

/* Title link style 
.locationinfo h2 a, .info-window-max h2 a { text-decoration:none; margin:0; padding:0; } 
*/
/* Excerpt 
.storycontent { font-family: Verdana Sans-Serif; }
*/

/*/////////////////////////////////////////////////////////////////
カスタム
/////////////////////////////////////////////////////////////////*/
.storycontent {
	margin: auto;
}
.storycontent p {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}
.storycontent a img {
	height: 99px;
	width: 99px;
}
.storycontent .meta a {
	font-size: 9px;
	line-height: 1;
	margin: 0;
}

/*
*********************************************************************
予備
*********************************************************************
*/
fieldset {
 margin: 0;
 padding: 0;
 border: none;
}
legend {
 display: none;
}
input, textarea {
 font-size: 12px;
}
#search {}
#search br {
 display: none;}
#search h2 {
 margin-bottom: 20px;
}
#search input {
 padding: 3px;
 background: #ECECEC url(images/img08.gif) repeat-x left bottom;
 border: none;
 text-transform: lowercase;
 font-size: 12px;
 color: #4F4F4F;
}
#search #s {
 width: 120px;
 margin-right: 5px;
 background: #FFFFFF
 border: 1px solid #F0F0F0;
}
#selectyear select {}
#selectyear select,
#selectyear select option {}
#selectyear select option {}
form {
 margin: 0;
 padding: 0;
}
