@charset "utf-8";

@import url(/css/block.css);
@import url(/css/clearfix.css);
@import url(/css/margin.css);
@import url(/css/font.css);
@import url(/css/header.css);
@import url(/css/menu.css);
@import url(/css/footer.css);

html, body {
	height: 100%;
}

*{
	margin: 0;
	padding: 0;
}

body {
	background:url(/images/season/cosmos.png) repeat-x fixed #fff;
}

address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th	{
	text-align: left;
}

object, embed{
	vertical-align: top;
}

q:before ,q:after	{
	content: '';
}

hr, legend{
	display: none;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}
img, abbr, acronym, fieldset{
	border: 0;
}

li{
	list-style-type: none;
}

p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}


h1{
	font-size:150%;
	background:url(/images/h1_bg.png) no-repeat left top;
	color:#fff;
	text-align:center;
	padding:0.3em 0 0.2em;
	
}

h2.first{
	font-size:120%;
	border-top:1px solid #060;
	background:#DFF7E4;
	border-bottom:1px solid #060;
	background:#DFF7E4;
	padding:0.3em 0.5em 0.2em 0.5em;
	margin:0 0 15px 0;
	color:#060;
}


h2{
	font-size:120%;
	border-top:1px solid #060;
	background:#DFF7E4;
	border-bottom:1px solid #060;
	background:#DFF7E4;
	padding:0.3em 0.5em 0.2em 0.5em;
	margin:20px 0 15px 0;
	color:#060;
}

h3{
	font-size:120%;
	border-left:0.4em #36F solid;
	border-bottom:1px dotted #999;
	padding:0.3em 1.0em 0.2em 0.4em;
	margin:20px 0 15px 10px;
}

h4{
	font-size:120%;
	border-left:0.4em solid #099;
	padding:0.3em 0 0.2em 0.4em;
	margin:20px 0 15px 20px;
}

h5{
	font-size:110%;
	border-left:0.4em solid #6CC;
	padding:0.3em 0 0.2em 0.4em;
}


A:hover {
	color:blue;
}
 
A{
	color:blue;
}

A:active{
	color:red;
}

a:focus { 
	-moz-outline-style: none;
}

/*float*/

.left{
	float:left;
}

.right{
	float:right;
}


/*danraku*/

br.a{
	letter-spacing: 0;
}

.indent{
	text-indent: 0.8em;
}

.centering{
	margin-left:auto;
	margin-right:auto;
}

/*images*/

.border{
	border:1px #ccc solid;
}

.img_cap img{
	margin-bottom:3px;
}

p.img_cap{
	text-align:center;
}

p.img_cap span{
	font-size:80%;
	letter-spacing:0;
	line-height:1.2em;
}

ul.list{
	
}

ul.list li{
	margin-left:1.0em;
	list-style: url(/nitikomi/images/list.gif);
	list-style-position:outside;
	line-height:1.6em;
	padding:0.5em 0 0.5em 0;
	border-bottom:1px dotted #ccc;
}

.no_border{
	border:none;
}


p.list, list a{
	background:url(/images/icon_list1.gif) no-repeat left center;
	padding-left:1.0em;
}

p.mail a{
	background: url(/images/mail.gif) no-repeat left center;
	padding-left:1.5em;
}

div.page_top{
	margin:15px 0;
}

div.page_top p a{
	background:url(/images/list_up.gif) no-repeat left center;
	padding-left:14px;
	float:right;
	text-decoration:none;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0;
}

#floatMenu {
	position:absolute;
	top:400px;
	right:0px;
	width:24px;
	height:119px;
	background:url(/images/side_btn.png) no-repeat left top;
}

#floatMenu a{
	width:24px;
	height:119px;
	display:block;
	text-indent:-1000em;
	
}

p.mail_icon{
	background: url(/images/icon_mail.gif) no-repeat left center; padding-left:2.0em;
}



