@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/
* {  
	margin:0;  
	padding:0;  
}
 


body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#FAFAFA;
	height:100%;
	
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


html {
	width:100%;
	height:100%;
}

h1,h2,h3,h4,h5 {
	font-size:100%;
}


p {
	margin:0 0 1em;
	font-size:140%;
}

li {
	margin-left:25px;
	line-height:1.3;
}

img {
	border:0;
}



/*----------------------------------------------------
	Link
----------------------------------------------------*/

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

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#top_wrapper {
	background:url(../img/share/bg.jpg) repeat-x;
	width:100%;
	height:100%;

}


/*-----------------------------------------------
 top_header
-----------------------------------------------*/

#top_header{
	height:88px;
	width:950px;
	margin:auto;

}

#top_header h1,
#top_header p#logo {
	float:left;
	width:200px;
	padding-top:35px;
	padding-left:20px;
	text-align:left;
}

#top_header #navi {
	float:right;
	width:600px;
	margin-top:10px;
	text-align:right;
}

#top_header #navi ul {
	margin-top:8px;
	padding:0 20px;
	text-align:right;
	
}

#top_header #navi ul li {
	font-size:10px;
	display:inline;
	margin-left:10px;
	padding-left:5px;
	line-height:1.2;
	background:url(../img/share/arrow_pankuzu.gif) no-repeat -2px 3px;
}

#top_header #navi ul li.first {
	padding-left:0;
	background:none;
}

#top_header #logo_2 {
	float:right;
	width:185px;
	margin-top:20px;
	margin-right:20px;
}

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

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

#top_header a:hover {
	text-decoration:underline;
}

#top_header a:active {
	text-decoration:none;
}



/*-----------------------------------
 btn 
-------------------------------------*/

#top_btn{
	width: 911px;
	margin:0 auto;
	height: 30px;
	}
	
#top_btn ul{
	text-align:left;
	margin:0px;
}

#top_btn ul li{
	margin-left:0;
	background:none;
	display:inline;
}

/*-----------------------------------------------
  flash
-----------------------------------------------*/

#flash {
	width:100%;
	height:460px;
	margin-top:2px;
	background: #CCCCCC;
}

#flashcontent {
	width:100%;
	height:460px;
	margin: auto; 
}
#flashcontent p {
	font-size:12px;
	line-height:20px;
	text-align:center;
	padding-top:50px;
}


/*-----------------------------------------------
  banner
-----------------------------------------------*/


#top_banner{
	height:60px;
	width:100%;
	margin:auto;
	border-top:1px solid #CCCCCC;
}

#top_banner #banner{
	width:950px;
	text-align:left;
	margin:auto;
}


#top_banner #banner img{
	display:inline;
	margin:10px 0px 10px 10px;
}



/*-----------------------------------------------
  footer
-----------------------------------------------*/


#footer {
	clear:both;
	margin-top:0px;
	background:#FFF;
	border-top: 2px solid #1429a0;
}

#footer ul {
	margin-top:5px;
	padding:0;
	text-align:center;
}

#footer ul li {
	font-size:10px;
	display:inline;
	margin-left:7px;
	padding-left:10px;
	background:#FFF url(../img/share/glue_footer.gif) repeat-y;
}

#footer ul li.first {
	padding-left:0;
	background:none;
}

#footer a:link {
	color:#333333;
	text-decoration:underline;
}

#footer a:visited {
	color:#666666;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

#footer a:active {
	text-decoration:none;
}

/*-----------------------------------------------
  #copyright
-----------------------------------------------*/
#copyright {
	margin-top:10px;
	background:#1429a0;
	padding:5px 0;
	}

#copyright .text11 {	
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}	


#footshadow{
	height:10px;
	background:url(../img/share/foot_shadow.jpg) repeat-x; 
}


