/* Reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,

body {
	margin: 0;
	padding: 0;
	font-size: 60%;
}

#image-slider {
	position: relative;
}

#image-slider > div {
	overflow: hidden;
}

#container {
	position: relative;
	overflow: hidden;
}

#container .content {
	position: absolute;
	top: 0;
	font-family: 'myriad-std-tilt', sans-serif;
	left: 0;
	color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 6em;
	padding: 120px 0;
	font-weight: bold;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
		font-size:12px;
}
#content address {
	padding: 0 0 20px 0;
}
#content abbr, acronym {
	border-bottom: .1em dotted;
}
#content pre, code, tt {
	font-size: 1.1em;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General
--------------------------------------------- 
*/
body {
	background-color:#000000;
font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐ明朝", sans-serif;
	color: #777;
}
#wapper {
	max-width: 900px;
	background-color:#000;
	z-index: 0;
	margin:0 auto 0 auto;
}
#wrap {
	margin:4px 0 0;
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#main {
	width: 72%;
	float: left;
	overflow: hidden;
}

#side {
	width: 28%;
	float: right;
	overflow: hidden;
}
#colophon {
	text-align:center;
	}
.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.alignleft {
	float: left;
}
.alignright {
	background: none repeat scroll 0% 0% background-repeat:no-repeat #EEEEEE;
    border: 1px solid #CCCCCC;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    width: 10px;
	
	}
/* Headlines
--------------------------------------------- */
h3{
	font-size:16px;
	font-weight:bold;

	}

/* Links
--------------------------------------------- */
a {
	color: #009BC2;
	text-decoration: none;
} 
a:hover {
	color: #ff0000!important;
	text-decoration: underline;
}
/* Lists
--------------------------------------------- */

/* Header
--------------------------------------------- */
#logo{
	margin: 0 10px 0 0;
	font-size: 10px;
	line-height:1.2;
	}

#site-title h1 a:hover {
	text-decoration:none;
}

header#branding img.headerimage {
	width: 100%;
	height: auto;
	margin-top: 12px;
}
header#branding img.attachment-headerimage.wp-post-image {
	width: 100%;
	height: auto;
}
hgroup#site-title img {
	max-width: 100%;
}

/* Navigations
--------------------------------------------- */
/* --- Main Nav --- */
#branding #mainnav {
	float:right;
}
#branding #mainnav ul li {
	float: left;
	margin: 0 10px 0 0;
}

/* Clearing Floats
--------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (max-width: 1024px) {
/* --- General --- */
#wapper {
	margin: 0 auto;
	/*padding: 0 30px 30px;
	background-color:#fff;*/
	z-index: 0;
}

#main {
	width: 72%;
	float: left;
	overflow: hidden;
}

#side {
	width: 28%;
	float: right;
}


}

/* --- iPad Portrait --- */
@media screen and (max-width: 880px) {
#wrap {
	margin-top: 0;
}
#main {
	width: 80%;
	float: left;
}
#side {
	width: 20%;
	float: right;
}
/* --- Header --- */

#site-title h1 a {
	margin: 0 0;
}

}
/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width : 480px) {
#main {
	width: 100%;
	}
	
/* --- Side nav --- */
#side{
width: 100%;
}
	
/* --- Header --- */
#site-title {
	float: left;
	width:100%;
}
#site-title h1 {
	margin: 0;
	text-align: center;
	display:block;
	/*float: none;*/
}

#site-title .logo {
margin:0 0;
}

#site-title h2 {
	margin: 0;
	text-align: center;
	font-size:12px;
}


/* --- Side nav --- */
#side li {
	margin: 0 20px 0 0;
	float: left;
}

/* --- Footer ---- */
#colophon {
	width: 100%;
	float: none;
}
}