/*
 oooug.jp
	This theme was designed and built by ycatch and CSSEZ.com,
 through http://jp.cssez.com/.

	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #DAE488;
 font-size: 12px;
}

img {
 border:0;
}

a {
 color: #000000;
}

a:visited {
 color: #000000;
}

a:hover {
 color: #0000c0;
}

#wrapper {
/* width: 922px; */
 width: 800px;
 margin: 0px auto;
 padding: 0px;
 border: 1px solid #dfdfdf;
 background: #ffffff;
 color: #333333;
 font: 1.0em/150% 'arial', sans-serif;
}




/* Header */
#header {
 float: left;
 width: 100%;
 height: 95px;
 margin: 0px;
 padding: 0px;
 background: #ffffff url() repeat-x;
}

#header #title {
 margin: 20px 0px 0px 30px;
 padding: 0px;
 color: #000000;
 font: bold 2.5em 'arial black', sans-serif;
 text-align: center;
}

#header #title a {
 color: #000000;
}

#header div#description {
 margin: 5px 0px 0px 30px;
 padding: 0px;
 color: #666666;
 font-size: 16pt;
 text-align: center;
 line-height:1.2;
}




/* Main contents */
#contents {
 float: left;
 width: 100%;
 margin: 20px 0px 0px;
 padding: 0px;
 background: #ffffff;
 font-size: 1.0em;
 text-align: left;
}

#contents h2 {
 margin: 0px 25px 10px;
 padding: 5px 20px;
 border-top: 1px solid #999999;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
 border-left: 5px solid #5A5573;
 background:  url() repeat;
 color: #000000;
 font: bold 1.6em 'arial', sans-serif;
 text-align: left;
}

#contents h2 a {
 color: #000000;
}

#contents .contents_body {
 margin: 15px 25px;
 padding: 0px;
}


#contents h3 {
 margin: 20px 25px 10px 0px;
 padding: 10px 20px 10px 0px;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

#contents ul {
 padding: 10px 10px 10px 30px;
 border: #999999;
}


/* Sidebar */
#firstSide { float: left;}

.sidebar {
/* width: 200px; */
 width: 160px;
 margin: 20px 5px 10px 0px;
 padding: 0px 0px 0px 20px;
 background: #ffffff;
 font-size: 1.0em;
 text-align: left;
}

.sidebar h4 {
 margin: 20px 15px 0px 0px;
 padding: 5px 10px;
 border-bottom: 1px dashed #0600B3;
 border-left: ;
 background:  url() repeat;
 color: #0600B3;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

.sidebar ul {
 list-style:none;
 width: 185px;
}

.sidebar p {
 padding: 3px 0px 3px 15px;
}

.sidebar li {
 line-height: 0;
}

.sidebar li a {
 display:block;
 line-height: normal;
 padding: 3px 0px 3px 15px;
 border-bottom: 1px dashed #999999;
 background: #ffffff;
 color: #999999;
 font-size: 1.0em;
 text-align: left;
 text-decoration: none;
}

.sidebar li a:hover {
 border-bottom: 1px dashed #0600B3;
 background: #efefef;
 color: #0600B3;
}



/* Footer Left*/
#footer {
 clear:both;
 width: 100%;
 height: 90px;
 margin: 20px 0px 0px;
 border: 1px solid #cfcfcf;
 background: #ededed;
 font-size: 0.8em;
 text-align: center;
}

#inner_footer {
 padding: 10px;

}
