/* CSS Document */

/*shinsotu-CSS ======================

File name :common.css
Contents:common,header,footer
Editor : SHibayama
Renew : 2009.05.29

======================================*/

/**********

reset

**********/
.top * {
	font-style: normal;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 100%;
	list-style-type: none;
}

body
	{
	margin:0;
	padding:0;
	min-width:800px;
	color:#333;
	text-align:center;
	}
	
div,span,form,p,input,label,select
	{
	margin:0;
	padding:0;
	}
 h1,h2,h3,h4,h5
 {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:1.2em;
 }

	
a:link{color:#00F;text-decoration:underline;}
a:visited{color:#518;text-decoration:underline;}
a:hover{color:#518;text-decoration:underline;}
a:active{color:#518;text-decoration:underline;}


ul,ol
{
	list-style:none;
	margin:0;
	padding:0;
	}
li{
	margin:0;
	padding:0;
	}

dl,dd,dt{
padding:0; margin:0;
}
	
img{
	margin:0;
	padding:0;
	border:0;
	}

 #content
    {
	width:800px;
	margin:10px 0;
	padding:0;
	text-align:left;
	}	
		
/**********

 container
 
 **********/
 	
#container
    {
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:center;
	}
	
#container-inner
    {
	clear:both;	/* 2009/08/24 add */
	width:800px;
	margin:10px auto;
	padding:0;
	text-align:center;
	}
	

/**********

 header
 
 **********/
 
.header{
	width:800px;
	height:130px;
	}
.header h1{
	margin:15px 0 0 0;
	/*width:420px;*/	/* 2009/08/24 del */
	height:60px;
	float:left;
	text-align:left;
	}

#login-area{
	margin:0;
	padding:0;
	/*width:380px;*/	/* 2009/08/24 del */
	float:right;
	margin:10px 0;
	font-size:10px;
	}
#login-area tr{		
	font-size:10px;
	}
#login{
	/*width:380px;*/	/* 2009/08/24 del */
	border-bottom:1px dotted;
}

#login *
{
	font-size: 100%;

}
#login-txt01{
	border-right:1px dotted #666;
	float:left;
	padding:5px 5px 3px 15px ;
	background:url(../images/statics/2011/top/square_icon03.gif) no-repeat 0 5px;
	}	
#login-txt02{
	border-right:1px dotted #666;
	float:left;
	padding:5px 5px 3px 20px ;
	background:url(../images/statics/2011/top/square_icon03.gif) no-repeat 5px 5px;
	}	
#login-txt03{
	float:left;
	padding:5px 5px 3px 20px ;
	background:url(../images/statics/2011/top/square_icon03.gif) no-repeat 5px 5px;
	}	
 
/**********

navigation
 
**********/	

.navigation{
	width:800px;
	height:40px;
	padding:10px 8px 0;	
	}

.navigation ul {
	list-style:none;
	}

.navigation li {
	 float:left;
	 margin:0 2px 0 2px;
	}
	
/**********

pagetop
 
**********/

.page-top
    {
	width:800px;
	margin:20px auto;
	padding:0;
	text-align:right;
	clear:both;
	}
	
/*** page-top ***/
#page-top
    {
	width:800px;
	margin:5px 0;
	padding:0;
	font-size:90%;
	line-height:1.2;
	text-align:right;
	}

/******

 テキスト設定

******/
 
.txt-large-xx{ font-size:130%; line-height:1.5; }
.txt-large-x { font-size:120%; line-height:1.5; }
.txt-large   { font-size:110%; line-height:1.5; }
.txt-midium-18{ font-size:100%; line-height:1.8; }
.txt-midium-15{ font-size:100%; line-height:1.5; }
.txt-small-15{ font-size:95%; line-height:1.5; }
.txt-small-x15{ font-size:90%; line-height:1.5; }
.txt-small-xx{ font-size:80%; line-height:1.5; }
	
	
/**********

other classes
 
**********/

.clear
	{
	clear:both;
	}

.alt
	{
	position:absolute;
	top:-9000px;
	left:-9000px;
	display:inline;
	}

.idt
	{
	text-indent:-9000px;
	}
.txt-midium_red {
	font-size:100%;
	color: #F30;
}
