@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, 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,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea,{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}


/* @Style common */


body {
	background-color: #f8f4e6;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
    max-width: 1050px;
	margin: 0px auto;

}

/***** header *****/
#header {
    width: 100%;
    padding: 0;
    margin: 0 ;
    position: relative;
}

#header div#logo {
    height: 120px;
    text-align: center;
    padding: 30px 0px 15px 0px;
}

#header div#logo img#logo_image {
    float: left;
   /* margin: 15px 0px 0px 0px;*/
}

#header div#logo a img#strada_logo {
    /* margin: 30px 0px 0px 0px; */
}

#header div#logo a:hover img#strada_logo {
    opacity: 1.0;
}

#header div#navigation {
    height: 24px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding: 10px 0px 10px 0px;
    width: 100%;
}

#header div#navigation ul {
    overflow: hidden;
    text-align: center;
}

#header div#navigation ul li {
    /*float: left;*/
    padding: 0px 9px ;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    width: 10%;  
}

#header div#navigation ul li a {
	color: #2b2b2b;
	font-size: 14px;
	text-decoration: none;
    display: block;
}

#header div#navigation ul li a:hover,
#header div#navigation ul li.active a {
	text-decoration: underline;
}

#header div#navigation ul li.active a {
	pointer-events: none;
}
#header div#navigation ul li.active a:hover {
	cursor: default;
}

/***** End header *****/

/***** content *****/
#content {
    margin: 20px 0px;
    overflow: hidden;
}


#greeting {
	margin: 30px 0;
	text-align: center;
	background-color: rgba(255,255,255,0.3);
	color: #2b2b2b;
}

#greeting a{
	text-decoration: none;
	color: #2b2b2b;
	font-weight: bold;
}

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


#access {
	margin-top: 30px;
	padding: 30px 30px;
	background-color: rgba(255,255,255,0.3);
	color: #2b2b2b;
}

#access a{
	color: #2b2b2b;
}

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


/* @Style content Top Page */

/***** content *****/
#content.top_content div#maining {
    float: left;
    width: 1050px;
    height: 589px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

#content.top_content div#maining img {
    width: 1050px;
    height: 589px;
}

/***** content *****/
#content.top_content div#main {
    float: left;
    width:  600px;
    height: 900px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

#content.top_content div#main img {
    width: 600px;
    height: 900px;
}

#content.top_content div#menu {
    float: right;
    width: 441px;
    height: 900px;
    margin: 0px 0px 0px 0px;
    position: relative;
    font-size: 14px;
    padding: 0px;
}

#content.top_content div#about {
    float: right;
    width: 431px;
    height: 900px;
    margin: 0px 0px 0px 0px;
    position: relative;
    font-size: 14px;
    padding: 0px 5px ;
}

#content.top_content div#about h2 {
    font-size: 14px;
    font-weight: bold;
}


/***** End content *****/

#content.top_content div#blog {
    float: right;
    width: 441px;
    height: 900px;
    margin: 0px 0px 0px 0px;
    position: relative;
    font-size: 14px;
    padding: 0px;
}

#content.top_content div#blog dl.list{
	border-bottom: dotted 1px #CCC;margin:0 10px 0 0;padding:5px 0;}
	
#content.top_content div#blog dl.list dt {
  clear: left;
  float: left;
  margin: 0 0 0.2em;
  width: 7.5em;
 
  padding-left: 5px;
  color: #000;
}

#content.top_content div#blog dl.list dd {
  margin-bottom: 0.2em;
  margin-left: 7.5em;
}



/***** footer *****/
#footer {
    margin: 0px 0px 5px 0px;
}

#footer p#copyright {
    height: 50px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    line-height: 50px;
    width: 100%;
    font-size: 12px;
    text-align: center;
}
/***** End footer *****/


