/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	/*font: .81em/150% Arial, Helvetica, sans-serif;*/
	color: #333;
	font-size: 0.85em;
	background-color: #f6f6f6;
}
a {
	color: #0068b7;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #ff6827;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {


}
h2 {
	font-size: 1.2em;
	color: #333;
}
h3 {
	font-size: 1.2em;
	color: #333333;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#headerwrap {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 980px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

#header {
	position: relative;
	margin-top: 0px;
	padding-top: 3%;
	padding-bottom: 1%;
	display: block;
	padding-right: 3%;
	padding-left: 3%;
	height: 16em;
	border-bottom-width: 12px;
	border-bottom-style: double;
	border-bottom-color: #009ee0;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	color: #009ee0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 100%;
	font-weight: bold;
}
#site-illust {
	margin-left: 18%;
	margin-top: 5px;
}
#headerwrap #top {
	padding-top: 5%;
}

#header #headerwrap #top #copyright {
	color: #009ee0;
	text-align: right;
	font-size: 0.95em;
	margin-right: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* site description */
#site-description {
	color: #009ee0;
	position: absolute;
	top: 55px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(../images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	width: 560px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color: #FFFFFF;
	border: 4px solid #009EE0;
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	font-size: 1.6em;
	color: #0068b7;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0068C3;
}
.post-title a {
	text-decoration: none;
	color: #000;
	display: block;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}
.post-category {
	margin: 0 0 10px;
	font-size: 90%;
}
.post-profile {
	margin: 0 0 10px;
	font-size: 84%;
}
/* post image */
.post-image {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.post-contents {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 300px;
}

.post-banner {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.post-text {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1.1em;
	line-height: 160%;
	padding-right: 10px;
	padding-left: 10px;
}
.post-list {
	color: #0068C3;
	line-height: 140%;
}

.post-ads {
	width: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.post-ads250 {
	width: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
}
#content dl {
}
.red {
	color: #F33;
}

#content dt {
	font-weight: bold;
}
#content dd {
	background-color: #f1f1f1;
	margin-left: 12px;
	padding-left: 10px;
	line-height: 160%;
	margin-bottom: 10px;
	font-size: 0.95em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}


/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	float: right;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	width: 340px;
}
.widget {
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	border: 4px solid #009ee0;
	background-color: #fffde9;
}
.widget_ads {
	background: #fff;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.widgettitle {
	background-color: #73d1f5;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-top: 5px;
}
.widget ul {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.widget li {
	list-style: none;
	clear: both;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	display: block;
	background-image: url(../images/bg_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8eefb;
}
.widget li a {
	padding-left: 16px;
	line-height: 160%;
	display: block;



}
.widget_thema {
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	border: 4px solid #009EE0;
	background-color: #FFFDE9;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.widget_thema ul {
	margin: 0;
	padding: 0;
}
.widget_thema li {
	list-style: none;
	clear: both;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8eefb;
}
.widget_thema li a {
	display: block;
}
.themaIcon {
	margin-right: 10px;
	float: left;
	margin-bottom: -6px;
}
.widget_thema ul li h5 {
	padding: 0px;
	background-color: #009EE0;
	font-weight: normal;
	font-size: 0.95em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #c8eefb;
}
.widget_thema ul li h6 {
	padding: 0px;
	font-weight: bold;
	font-size: 0.95em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #333;
}
.widget_thema ul li p {
	padding: 0px;
	font-weight: normal;
	font-size: 0.80em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #333;
}

.widget .list_btn {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: smaller;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #009ee0;
	font-size: 95%;
	text-align: center;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
	border-top-width: 12px;
	border-top-style: double;
	border-top-color: #009ee0;
}
#footer a {
	color: #009EE0;
	text-decoration: underline;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/************************************************************************************
Page　NEXT　BACK
*************************************************************************************/
#pagi {
	list-style: none;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 280px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
}
#pagi ul {


}
#pagi li {
	float: left;
	margin-right: 6px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#pagi li a {
	display: block;
	text-decoration: none;
	color: #009ee0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: bold;
	background-color: #c8eefb;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 2px solid #009ee0;
}
#pagi li a.current, #pagi li a:hover {
	color: #C1E6F2;
	background-color: #009EE0;
	border: 2px solid #C8EEFB;
}
/************************************************************************************
FaceBook Comment
*************************************************************************************/

article .comment {
	margin-top: 20px;
}
.fb-comments, .fb-comments iframe[style], .fb-comments span[style] {width: 100% !important;
}

#btnTop a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.95em;
	background-color: #009ee0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 3px solid #c8eefb;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	}
.fb-like {
	width: 320px;
	display: block;
}

#btnTop a.current, #btnTop a:hover {
	color: #CEF45B;
	background-color: #3E3E3E;
}

/* socialbuttons **********************************************/
#socialbuttons div {
	float: left;
}

/* 角丸 */
div.kadomaru {
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px;     /* 枠線の装飾 */
	background-color: #C8EEFB;   /* 背景色 */
	width: 60%;
	font-size: 0.85em;
	margin-top: 16px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}
