@import "top-style2.css";

/*
Theme Name: japan-style
Description: japan-style Wordpress Theme by<a href="http://blog.gooddesignweb.com/">Good Design Web</a>
Version: 1.2
Author: Good Design Web
Author URI: http://blog.gooddesignweb.com/
Tags: fixed width, two columns, right sidebar, valid XHTML, valid CSS
*/

/* Reset


-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
        margin: 0 auto;
        font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #DED5BA url(topimages/top-bg-tohno.jpg) no-repeat center top; 
}


*:first-child+html body {background: #DED5BA url(topimages/top-bg-tohno.jpg) no-repeat center -8px;}
* html body {background: #DED5BA url(topimages/top-bg-tohno.jpg) no-repeat center -8px;}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }
h4 span { font-size: 12px; }

a { color: #3b5a4a; }
a:visited { color: #555; }
a:hover { color: #800; }

p { margin-bottom: 10px; }


#flashcontent {
		width: 800px;
		height: 600px;
        margin: 0 auto;
		text-align:center;
		background: url(topimages/noswfbg.jpg) no-repeat top; 

		}
		
#flashcontent h2 {
	text-align:left;
	}
	
#flashcontent #contents {
position:relative;
top:370px;
text-align:center;
font-size:14px;
line-height:3em;
clear:both;
}

#flashcontent #contents hr { width:700px; text-align:center;margin:0 auto; background: url(topimages/rokkoushi.jpg) no-repeat top; }

#flashcontent #rokkoushi { width:380px; height:290px; top:150px; left:500px; position:absolute; }
#flashcontent #topimg { width:360px; height:270px; top:150px; left:500px; position:absolute; }





/* Header
-------------------------------------------------------------------*/
#header { 
	width: 960px; 
/*	height: 300px; */
        height: 640px;
        margin: 0 auto;
		text-align:center;
	background: url(topimages/top-header-bg-tohno.jpg) no-repeat center; 
	position: relative; 
}
#header h1 { 
        width: 320px;
        height: 50px;
        position: absolute;
        top: 80px;
        left: 100px;
	font: 20px Verdana; 
	padding-top: 50px; 
	margin-bottom: 0; 
	color: #fff; 
        text-indent: -5000px;
			background: url(topimages/yadomeis.gif) no-repeat center; 
	
}
#header h1 a { 
        color: #333; 
	text-decoration: none; 
}

/* 説明文 */
#header #discription {
font-size: 14px; 
	color: #333; 
     font-family: "ＭＳ 明朝", serif;
	 	position: relative; 
		top:250px;
		left:350px;
		line-height:2em;

}


/* Container
-------------------------------------------------------------------*/
#wrapper { 
/*	width: 900px; 
Headerにあわせて幅を広げる */
        width: 960px;
	overflow: hidden; 
	background: url(topimages/top-container-bg-tohno.jpg) 30px 0px repeat-y;
       margin: 0 auto; 
}



/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 960px; 
/*        height: 295px;*/
        height: 185px;
	margin: 0 auto; 
	padding-top: 10px;
	background: url(topimages/top-footer-bg-tohno.jpg) no-repeat;
}


#footer-inner {
	width: 900px; 
        clear: both;
        text-align: center; 
	margin: 0 auto;
	}

#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer .space { height: 15px; }
*html #footer .space { display: none; }
#footer a { color: #ff0000; }
