/* Created by http://freehtml5templates.com */

/* reset */
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
li{
	list-style:none;
}
body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	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;
}

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;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}
.clear{
	clear:both;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body {
line-height: 1;
color: #333;
font-size: 100%;
line-height: 18px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	}
	
/* layout */

#wrapper {
width:900px;
margin:30px auto;
border:1px solid #DEC5C8;
}



#main {
width: 646px;
float:right;
padding-top: 60px;
background:url(../images/logo2.gif) no-repeat 100px 20px;
}

#content {
width: 600px;
margin:0 auto;
}




footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */



a:link, a:visited {
color:#384E80;
text-decoration: underline;
}

a:hover, a:active {
color: #384E80;
text-decoration: underline;
}

p {
margin-bottom: 18px;
}



/** HEADER */

header {
width: 250px;
float:left;
background:#4A050A;
display:block;
border-right:1px solid #DEC5C8;
}

header h1 {
width: 250px;
margin: 0;
line-height: normal;
text-align:center;
padding:100px 0;
}


header h1 a:hover { 
text-decoration: underline; 
}

/* nav */
nav {
width: 250px;
display:block;
background:#4A050A;
}

nav ul.menu {
font-size: 16px;
font-weight: bold;
float:left;
}


nav ul.menu li {
display: block;
float: left;
text-align:center;
border-top:1px solid #DEC5C8;
}
nav ul.menu li a{
display:block;
	color:#FFF;
	font-weight:normal;
	font-size:0.9em;
	letter-spacing:0.2em;
}
nav ul.menu li a:hover,nav ul.menu li.currentPage a{
	background:#FFF;
	color:#4A050A;
	text-decoration:none;
width:250px;
padding:35px 0 40px;
}

.button {
width:250px;
padding:35px 0 40px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #4A050A;
	color: #fff;
}
.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #4A050A;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #4A050A;
	}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #4A050A;
}

/** ARTICLES **/

article {
padding-right: 15px;
}



#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}



/* sidebar and footer widget blocks */


#footer-area {
color: #4A050A;
text-align:center;
}

p#copyright{
	clear:both;
	display:block;
	width:100%;
	text-align:right;
	font-size:0.8em;
}p#copyright a{
	padding-right:10px;
	color:#666;
}

/*pagetop*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #4A050A;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #DEC5C8;
}
.lightbox { display: none; }