@charset "Shift_JIS";

/*default.css
=================================
1:basic

2:layout

3:header
  
4:main

5:side_navi

6:footer
  
7:other
=================================*/


/*1:basic
=================================*/

* {
	margin:0;
	padding:0;
}
body {
	color: #666666;
	font-size: 0.75em;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006699;
	line-height: 180%;
}



hr {
	display:none;
	clear:both;
}

img {
	margin:0;
	padding:0;
	border:none;
	vertical-align: bottom;
}

ul,ol {
	list-style-type:none;
}

a:link {
    color: #336699;
	text-decoration: none;
}

a:visited {
    color: #336699;
	text-decoration: none;
}
	
a:hover {
    color: #D55500;
	text-decoration: underline;
}

a:active {
    color: #666666;
	text-decoration: none;
}

#header a:link {
    color: #999999;
	text-decoration: none;
}

#header a:visited {
    color: #999999;
	text-decoration: none;
}
	
#header a:hover {
    color: #3366CC;
	text-decoration: none;
}

#header a:active {
    color: #999999;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-size:100%;
	padding: 0px;
}

#wrapper {
	width:750px;
	background-color:#ffffff;
	margin-right: auto;
	margin-left: auto;
}



/*3:header
=================================*/

#header #logo {
	float: left;
	margin: 8px 0 10px 0;
}


#header p {
	text-align: left;
}

#header ul {
	text-align: right;
	margin: 0px 5px 0 0;
}

#header li {
	display: inline;
	border-right: 1px solid #999999;
	padding: 0 5px 0 5px;
	font-size: 90%;
}
#header #header-site {
	border:none;
}


#header {
	margin-bottom: 15px;
	height: 60px;
}

.line {
	clear: both;
	margin: 5px 0 0 0;
}

#catch{
	float:right;
	margin:15px 5px 0 0;
	}
	
	
/*4:footer
=================================*/

address {
	font-style: normal;
	clear: both;
	text-align: center;
	line-height: 25px;
	display: block;
	padding: 20px 0 0 0;
}


/*5:side_navi
=================================*/
#side  {
	float:left;
	width: 191px;
	margin:0 0 0 0px;
}
.clear { clear:both;
}
.clear-fix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear-fix{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clear-fix {height: 1%;}
.clear-fix {display: block;}
/* End hide from IE-mac */
