/* Reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* default ページ全体の装飾
------------------------------------------------- */
html {
height : 100%;
}

body {
	height:100%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "Helvetica", "Arial", "Verdana", "sans-serif" ;
	color : #666666;
	background-color:#eee;
	text-align : center ;
	line-height : 1.3 ;
	font-size : 11pt ;
	
}

/* for IE \*/
* html body {
	font-size : 88%;
}	
/**/

/* Hyper text
------------------------------------------------- */
div#container a,a:link,a:visited {
	color : #88af44 ;
	text-decoration : none ;
}

div#container a:hover,a:active {
	color : #88af44 ;
	text-decoration : underline ;
}


div#menu a:link,a:visited {
	color : #ffffff ;
	text-decoration : none ;
}

div#menu a:visited{
	color : #ffffff ;
	text-decoration : none ;
}

div#menu a:hover,a:active {
	color : #ffffff ;
	text-decoration : underline ;
}

/* Image
------------------------------------------------- */
img { 
	border: none;
}

/* Layout
------------------------------------------------------------ */
#container {
	width : 800px ;
	height : 100% ;
	min-height:100%;
	background-color:#fdfdfd; 
	margin : 0px auto;
	border : 1px ;
	border-style : none solid;
	border-color : #dddddd ;
	background-attachment : fixed ;
	background-repeat : repeat-x ;
	background-position : bottom ;
}

body > #Container{ 
    height:auto; 
}

#menu {
	width : 748px ;
	margin : 0px 20px 10px 20px ;
	padding : 5px 10px 5px 0px;
	text-align : right ;
	background-color : #CCC;
	}
	

#about{
	width : 748px ;
	padding : 20px 20px ;
	text-align : left ;
	font-size : 10pt ;
	line-height : 1.2 ;

}

.about{
	padding : 20px 0px 0px ;
	text-align : left ;
	font-size : 10pt ;
	line-height : 1.2 ;
}

.new{
	width : 748px ;
	padding : 20px 40px ;
	text-align : left ;
	font-size : 10pt ;
	line-height : 1.0 ;
}

#end{
	width : 748px ;
	padding : 20px 40px ;
	text-align : left ;
	font-size : 10pt ;
	line-height : 1.0 ;
}

#footer{
	width : 756px ;
	background-color:#eee;
	padding : 20px 0px;
	margin: auto ;
}

#off{
	width : 748px ;
	padding : 20px 40px ;
	text-align : left ;
	font-size : 10pt ;
	line-height : 1.2 ;

}

ul{

	padding : 10px 20px ;
	line-height : 1.2 ;
}

li{
	margin : 10px 20px ;
}

h1{
background-image:url(./header03.jpg);
width:756px;
height:286px;
padding:0;
margin:auto;
}

h2{
font-size : 10pt ;
background:url(./heart2.gif) left center no-repeat;
padding:5px 0px 5px 15px;
margin-bottom:5px;
}

h3{
font-size : 9pt ;
font-style:strong;
padding:5px 0px 5px 5px;
margin-top:5px;
}


/* オフラインページ
------------------------------------------------------------ */
.book{
font-size :9pt;
}

.r18{
font-style:strong;
color:ff5959;
}

.setsu{
line-height:14pt;
padding:0px 0px 0px 50px;
}

/* リンクページ
------------------------------------------------------------ */
#link{
padding-top : 10px ;

}

#link h2{
text-align : left ;
border-bottom : #999999 1px dashed ;
padding-left:20px ;

}

.linkin{
font-size : 9pt ;
padding : 20px ;
}

