@charset "UTF-8";
/* base CSS */
/* yakusiji+associates co.ltd. 20110308*/

/*@import "init.css";*/

html,body {
	padding: 0;
	margin: 0;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	line-height:160%;
	letter-spacing:1px;
	text-decoration:none;
	text-align:center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'Meiryo','Verdana','Arial',sans-serif;
	color: #000;
	height: 100%;
	background-color: #f5f5f5;
}

#container{
	height: 100%;
	margin: 0px;
}

#header{
	padding:10px 20px 0px 20px;
	width: 800px;
	height:60px;
}

#header .navi {
	padding:28px 0 0px 10px;
	float:left;
}

#header .navi ul {
	list-style-type:none;
    	margin:0px;
   	padding:0px;
}

#header .navi li {
	float: left;
   	margin:0 10px 0 0px;
   	padding:0px;
}

#header .logo {
	margin:0px;
	padding:0px;
	width:140px;
	float:left;
}

#header h1 {
	font-family: 'Palatino', 'Meiryo','Verdana','Arial',sans-serif;
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
	color: #808080;
	margin: 17px 30px 3px;
}
	
#header h2 {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'Meiryo','Verdana','Arial',sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-align:right;
	color: #808080;
	margin: 3px 70px 5px;
}


#footer{
	text-align:left;
	height:30px;
	padding:10px 0 0px 25px;
	font-size: 9px;
	color: #666;
	clear:both;
}

#footer a:link {
 	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;
  	text-decoration: none;
	color: #666;
}

#footer a:hover {
	margin: 0;
	padding:0;
  	text-decoration: none; 
	color:#000;
}

#footer a:active {
	margin: 0;
	padding:0;
  	text-decoration: none; 
	color:#000;
}

.news a:link {
	color: #666;
	text-decoration: underline;
}

.news a:visited {
	color: #666;
	text-decoration: underline;
}

.news a:hover {
	color: #666;
	text-decoration: underline;
}

.news a:active {
	color: #666;
	text-decoration: underline;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration:none;
	color: #708090;
}

a:active {
	text-decoration: none;
}


