@charset "utf-8";
/*----------------------------------------------------------------------------------------------------


default reset


----------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	text-decoration: none;
	border: 0;
	word-wrap: break-word;
}

body,div,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre,fieldset,blockquote,table,thead,tbody,tfoot,caption,th,td,
.section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { margin: 0; padding: 0; }
ul, li, dl, dt, dd { list-style-type: none; line-height: 1.4em; }

a         {
	color: #ffa500;
	text-decoration: underline;
	outline: 0;
	transition: background-color 0.5s linear;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	-ms-transition: background-color 0.5s linear;
}
a:visited { color: #ffa500; text-decoration: underline; outline: 0; }
a:hover   { color: #f00; text-decoration: none; outline: 0; }
a:active  { color: #f00; text-decoration: none; outline: 0; }

em, address { font-style: normal; }
strong      { font-weight: bold; }
.clear      { clear: both; }
.fL         { float: left; }
.fR         { float: right; }
.img_fL     { float: left; margin: 0 20px 10px 0; }
.img_fR     { float: right; margin: 0 0 10px 20px; }
.left       { text-align: left; }
.right      { text-align: right; }
.center     { text-align: center; }

abbr        { cursor: help; border-bottom: 1px dotted #999; }
p           { margin: 0 0 1em 0; line-height: 1.4em; }
img         { border: 0; }

.section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { display: block; }

mark { display: inline; font-size: inherit; font-weight: inherit; background: #ff0; }

::selection      { color: #fff; background: #900; }
::-moz-selection { color: #fff; background: #900; }

ruby {
	display: inline-table;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: text-bottom !important;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
}

ruby rt, a:link ruby rt, a:visited ruby rt {
	display: table-header-group;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 70%;
	line-height: 100%;
	text-decoration: none;
}

ruby rp { display: none; }

form input { margin: 0; padding: 2px 3px; }

/* clearfix start ------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


header:after         { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
#content:after       { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
article:after        { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.section:after        { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
aside:after          { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.breadcrumb ol:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
footer:after         { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

* html header         { zoom: 1; }
* html #content       { zoom: 1; }
* html article        { zoom: 1; }
* html section        { zoom: 1; }
* html aside          { zoom: 1; }
* html .breadcrumb ol { zoom: 1; }
* html footer         { zoom: 1; }

*:first-child+html header         { zoom: 1; }
*:first-child+html #content       { zoom: 1; }
*:first-child+html article        { zoom: 1; }
*:first-child+html section        { zoom: 1; }
*:first-child+html aside          { zoom: 1; }
*:first-child+html .breadcrumb ol { zoom: 1; }
*:first-child+html footer         { zoom: 1; }
/* clearfix end --------------------------------------------*/

/*----------------------------------------------------------------------------------------------------


common


----------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url("../images/img01.jpg");
	text-align: justify;
}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #FFA500;
}

h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #ffa500;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

hr {
	display: none;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	padding: 20px 0;
	background: url("../images/img02.jpg") repeat-x;
}

/* Header */

#header {
	width: 720px;
	height: 170px;
	margin: 0 auto;
	background: url("../images/img03.jpg") no-repeat;
}

#header h1, #header h2 {
	margin: 0;
	padding-left: 30px;
}

#header h1 {
	padding: 20px 20px 0;
	font-size: 12px;
	font-weight: bold;
}

#header h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
	background: #FBE8E8 url("../images/img04.jpg") repeat-y;
}

/* Blog */

#blog {
	float: left;
	width: 424px;
	padding: 50px 16px 0px 30px;
	background: url("../images/img05.jpg") no-repeat;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url("../images/img08.gif") no-repeat center bottom;
}

.post .title {
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font-size: x-small;
}

.post .entry {
	padding: 20px 15px 10px 15px;
	line-height: 1.8em;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	font-size: x-small;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 204px;
	padding: 50px 30px 0px 16px;
	background: url("../images/img06.jpg") no-repeat;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url("../images/img07.gif") no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#search form {
	padding-left: 20px;
}

#search #inputtext1 {
	width: 160px;
	margin-bottom: 10px;
}

#footer {
	width: 720px;
	margin: 0 auto;
	padding-top: 60px;
	background: url("../images/img09.jpg") no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
