@charset "utf-8";
/* CSS Document */

/* @override http://www.j-cp.net/common/css/common.css */

/*
=============CONTENTS=================

	last up date 09.28.2008
	start   date 11.12.2009

======================================

*/

*{margin:0;padding:0;}
html{min-width:950px;}
body
	{
	background: #FFF url(../img/back.jpg) repeat-x 0 top;
	color: #434343;
	font: 14px/150% Arial,helvetica,'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3','MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	}
	
a
	{
	text-decoration: none;
	outline: none;
	}
	
a img
 
	{
	border:0;
	text-decoration: none;
	}
	
a:link,
a:active,
a:visited
	{
	color: #0068AD;
	text-decoration: none;
	}
	
a:hover
	{
	color: #fe7d0f;
	text-decoration: underline;
	}
	
ul li{list-style: none;}			

.banner
	{
	text-align: center;
	margin: 20px 0 15px;
	padding: 10px 0 0;
	border-top: 1px solid #CCC;
	}
	
p.pan
	{
	margin-bottom: 30px;
	border-bottom: 1px solid #999;
	}
	
p.top
	{
	text-indent: -9999px;
	}
	
p.top a
	{
	display: block;
	background: url(../img/top.png) no-repeat;
	width: 108px;
	height: 12px;
	margin: 0 0 20px auto;
	}			

.PageNate
	{
	margin: 10px 0 0 0;
	text-align: right;
	padding-right: 10px;
	}

/*------------------------------------
         Float Clear
------------------------------------*/

.clear:after{
 content: ". "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}
.clear{
  overflow:hidden;
  clear: both;
}
/* Hides from IE-mac \*/
* html .clear{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

.line{margin:0;padding:0;clear:both;}		
hr{display:none;}

/*------------------------------------
         Header
------------------------------------*/
#Wrapper
	{
	width: 950px;
	margin: 0 auto;
	}

/*------------------------------------
         Header
------------------------------------*/

#Header
	{
	margin: 0 auto;
	height: 140px;
	position: relative;
	background: url(../img/header/header002.png) no-repeat 0 bottom;
	}
	
#Header .webform a
	{
	position: absolute;
	top: 0;
	right: 0;
	}
	
.fontResizer
	{
	display: none;
	}	
	
#Header #Navigation
	{
	text-align: right;
	}
	
#Header #Navigation ul
	{
	margin-right: 10px;
	margin-top: 10px;
	}	
	
#Header #Navigation li
	{
	display: inline;
	margin-left: 10px;
	}
	
#Header #Navigation li a
	{
	background: url(../img/header/naviicon.png) no-repeat 0 1px;
	color: #535353;
	text-decoration: none;
	font-size: 12px;
	padding-left: 13px;
	}				

/*------------------------------------
         Container
------------------------------------*/

#Container
	{
	width: 935px;
	margin-left: 15px;
	}


#Content
	{
	width: 710px;
	float: right;
	background: #FFF;
	}
	
#Content #Contbody
	{
	margin: 15px 0 0;
	width: 530px;
	float: left;
	}
	
#Container #Contbody p
	{
	margin: 0 0 15px;
	}			
	
#Content h2
	{
	text-indent: -9999px;
	}	
	
#Content h2#News
	{
	background: url(../img/content/content002.png) no-repeat;
	}
	
#Content h2#Media
	{
	background: url(../img/content/content003.png) no-repeat;
	}
	
#Content h2#Books
	{
	background: url(../img/content/content004.png) no-repeat;
	}

#Content #Contbody ul
	{
	margin: 5px 0 0 15px;
	}
	
#Content #Contbody ul li
	{
	border-bottom: 1px dotted #333;
	margin-bottom: 7px;
	}	
	
#Content #Contbody ul li a
	{
	background: url(../img/content/list-icon.png) no-repeat 0 center;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
	}					

#Content #Contbody p.more
	{
	text-align: right;
	margin: 7px 0 20px;	
	}
	
#Content #Contbody p.more a
	{
	color: #0068AD;
	text-decoration: none;
	font-size: 12px;
	}
	
.anyClass
	{
	width: 550px;
	margin: 0 auto;
	}	
#Content #Contbody .anyClass ul li
	{
	border: 0;
	margin: 0 8px;
	}

#Content #Contbody .anyClass ul li a
	{
	background: none;
	}
	
#Bookimg
	{
	position: relative;
	margin:10px 0 0 15px;
	}	
	
button.next
	{
	position: absolute;
	right: 0;
	top: 90px;
	background: url(../img/home/home006.png) no-repeat;
	display: block;
	border: 0;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	}
	
button.prev
	{
	position: absolute;
	left: 0;
	top: 90px;
	background: url(../img/home/home007.png) no-repeat;
	display: block;
	border: 0;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	}			
	
p.webform a
	{
	margin: 15px 0 0 0;
	}	
	
#Right
	{
	float: right;
	width: 160px;
	margin: 20px 0;
	}		
	
#Left
	{
	width: 224px;
	background: #1579ba url(../img/back03.jpg) repeat-y right top;
	position: relative;
	float: left;
	display: inline;
	border-left: 1px solid #333;
	}
	
#Left #LeftBox
	{
	width: 219px;
	/*height: 1000px;*/
	background: url(../img/side/side001.jpg) no-repeat right top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	}
	
#Left #LeftBox h3,	
#Left #LeftBox h3 a
	{
	text-indent: -9999px;
	margin-left: 5px;
	display: block;
	}	
	
#Left #LeftBox h3#Sn01
	{
	background: url(../img/side/side003.jpg) no-repeat;
	}
	
#Left #LeftBox h3#Sn02
	{
	background: url(../img/side/side004.jpg) no-repeat;
	}
	
#Left #LeftBox h3#Sn03
	{
	background: url(../img/side/side005.jpg) no-repeat;
	}
	
#Left #LeftBox ul
	{
	margin: 10px 10px;
	font-size: 12px;
	}
	
#Left #LeftBox ul li
	{
	margin-bottom: 5px;
	}	
	
#Left #LeftBox ul li a
	{
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	background: url(../img/side/side006.png) no-repeat 0 4px;
	padding:0 0 0 14px;
	display: block;
	margin: 0;
	height: 1%;
	}
	
#Left #Whback
	{
	width: 224px;
	background: #FFF url(../img/side/side009.png) repeat-y right top;
	padding: 10px 0;
	/*position: absolute;
	bottom: 0;*/
	}
	
#Left #Whback #Access,
#Left #Link
	{
	width: 205px;
	margin: 0 auto 15px;
	font-size: 12px;
	line-height: 1.3;
	}
	
#Left h4
	{
	margin-bottom: 10px;
	}
	
#Left p.more
	{
	text-align: right;
	margin: 0 5px 10px 0;
	}	
	
#Left p.more a
	{
	color: #FFF;
	font-size: 12px;
	background: url(../img/side/side012.jpg) no-repeat 0 center;
	padding-left: 17px;
	}	
									
	
#Footer
	{
	background: url(../img/footer/footer001.png) no-repeat;
	width: 950px;
	height: 120px;
	text-align: right;
	font-size: 12px;
	}	
#Footer ul
	{
	margin-right: 10px;
	padding-top: 10px;
	}
	
#Footer li
	{
	display: inline;
	margin-left: 10px;
	
	}			
	
#Footer li a
	{
	color: #535353;
	text-decoration: none;
	background: url(../img/footer/footer002.png) no-repeat 0 1px;
	padding-left: 12px;
	}	