@charset "utf-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐ明朝",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family:"ＭＳ Ｐ明朝",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

ul li{
	font-family:"ＭＳ Ｐ明朝",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
body {
/*外側の背景色設定があった場所*/
	line-height: 1.4;
	letter-spacing: 0.06em;
	overflow: scroll;
	font-size: small;
	color: #414141;
}

/*クローム用*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6・7用*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 945px;
	padding: 10px 20px;
	margin: 0 auto;
	background: #fff; /*内側の背景色*/
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	margin-left:250px;
	font-size: 24px;
	font-weight: bold;
	color: #800080;
}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 945px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 700px;
	float: right;
}

div#Main h2 {
	font-size: 16px;
	color: #000000;
}

div#Main div#PortImg {
	margin: 10px auto 0 auto;
	text-align: center;
}

div#Main p {
	margin: 10px auto 0 auto;
}

div#Main table {
	width: 80%;
	margin: 10px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 25%;
	padding: 5px 15px;
	background: #ffffff;
	border: 1px solid #666666;
	text-align: left center;
	vertical-align: top;
	color: #666666;
	text-shadow:#c0c0c0 6px 3px 1px;
}

div#Main table tr td {
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #666666;
	text-align: left;
	vertical-align: top;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main p#mantion{
	width:200px;
	height:400;
	float:left;
	margin:10px 10px 10px 0;
	
}


div#Main p#kodomo{
	width:280px;
	height:200px;
	float:left;
	margin-right:10px;
}

div#Main p#zakka{
	float:right;
	width:200px;
}

div#Main p#hanaya{
	width:490px;
	height:190px;
	float:left;
	margin:0 10px 0 0;
}

/*--------------------------------------------------------------------
Side
--------------------------------------------------------------------*/

div#Side ul li a {
	display:block;
	width:242px;
	height:41px;
	margin-bottom:5px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;	
}

div#Side ul li a:hover {
	background-position:left bottom;
}

div#Side ul li#mokuji a{
	margin-top:33px;
	background-image:url(../img/mokuji.gif);
}

div#Side ul li#mantion1 a{
	background-image:url(../img/mantion1.gif);
}

div#Side ul li#mantion2 a{
	background-image:url(../img/mantion2.gif);
}

div#Side ul li#burger1 a{
	background-image:url(../img/burger1.gif);
}

div#Side ul li#kodomo1 a{
	background-image:url(../img/kodomo1.gif);
}

div#Side ul li#zakka1 a{
	background-image:url(../img/zakka1.gif);
}

div#Side ul li#hanaya1 a{
	background-image:url(../img/hanaya1.gif);
}

div#Side ul li#atogaki a{
	background-image:url(../img/atogaki.gif);
}

/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	text-align: center;
	margin-left:50px;
	color: #800080;
}