﻿@charset "utf-8";

/**
 * reset
 * 
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style: none;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	overflow: hidden;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

.clear {width:100%;}
.clear:after {
    content: ""; 
    display: block; 
    clear: both;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/**
 * Base
 * 
 */

html {
    overflow-y:scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 14px;
	color: #4d4d4d;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.container {color:4D4D4D;}
a {color: #F7620D;}
a:hover {color: #FFD159;}
.orange {color:#F5860D;}
.yellow {color:#ED9100;}
.gray {color:#EEE;}
.b_yellow {background-color:#F8E9AA;}
.b_gray {background-color:#EEE;}
.b_pink {background-color:#FFF0F5;}
.b_cornsilk{background-color:#FFF8DC;}

/**
 * Layout
 * 
 */

.container {
    width: 945px;
    margin: 0 auto;
    background: url("images/bg_body.png") repeat-y center top;
    left: 0;
    top: 0;
}
.header{
    width: 903px;
    margin: 0 auto;
	border-top: 5px solid #F5860D;
    margin-bottom: 10px;
    background: url("images/address.png") no-repeat right bottom;
}
.main {
    width: 903px;
    margin: 0 auto;
	border-top: 2px solid #F5860D;
	border-bottom: 2px solid #F5860D;
}
#topLink {
	text-align: right;
	margin:10px;
}
.footer {
	height: 53px;
    background: url("images/bg_footer.png") no-repeat center bottom;
	color: #F5860D;
	font-size: 12px;
	padding: 10px 30px 0px;
}

/**
 * common
 * 
 */

.logo {
	width: 600px;
	float: left;
}
.contact {
	width:90px;
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	font-size: 12px;
	text-align:right;
    background: url("images/icon_mail.png") no-repeat left top;
}
.contents .box {
	margin-bottom: 40px;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.4em
}
.contents .border {
	border: 1px dashed #F5860D;
	padding: 7px 10px;
	background-color: #FFEBD4;
	margin-bottom: 20px;
}
.contents h2 {
	color: #F7620D;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight:bold;
}
.contents dl {
	margin: 10px 0px;
}
.contents dl dt {
	float: left;
	width: 5em;
	padding: 2px 0;
	margin-bottom: 3px;
	line-height: 1.2em;
	border-right: 2px #F2620D solid;
}
.contents dl dd {
	padding: 2px 0 2px 6em;
	margin-bottom: 3px;
	line-height: 1.2em;
}
.left {
	float: left;
	margin-right: 10px;
}
.box p {
	margin-bottom: 10px;
}
.blog {
    background: url("images/title.png") no-repeat left top;
    padding: 160px 15px 30px 85px;
    width: 805px;
	height:auto;
}

/**
 * maincolumn+entry
 *
 */
.maincolumn{
	width:505px;
	float:left;
	/*margin-left:-30px; */
}
.comment {
    background: url("images/bg_comment_20140408.png") no-repeat left top;
	padding:20px 15px 30px 0px;
	width:570px;
}
.entrydata{
	height:30px;
	width:100%;
}

.date {
	font-size:13px;
	color:#000;
	float:left;
	width:130px;
}
.category {
	font-size:10px;
	color:#666;
	float:left;
}
.entry-content{
	margin-top:20px;
}
.entry-content p{
	line-height: 1.8em;
}
.entry-content img {
	/*
	float:left;
	margin:0 15px 15px 0;
	*/
}
.text:after{
	clear:both;
}
.mark{
	float:right;
}

/**
 * subcolumn
 *
 */
.subcolumn{
	float:right;
	width:200px;
}
.widget {
    margin-bottom: 15px;
}
/**
 * entry-meta
 *
 */
.by-author{
	display:none
}
/**
 * archive
 *
 */
.archive-title{
	margin-bottom:15px;
}
/**
 * search
 *
 */

.screen-reader-text{
	display:none;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }