/*----------------------------------------
	ベースとなるパーツの基本設定です。
----------------------------------------*/
body {
	margin: 0px auto;
	text-align: center; }
 
h2 {
	padding: 0;
	text-align: left; }

/*----------------------------------------
	画像パーツの基本設定です。
----------------------------------------*/
img {border-style: none;}


/*----------------------------------------
	ページ上部のパーツの基本設定です。
----------------------------------------*/
.header { text-align: left; }
 
.seo { padding: 3px 5px 0px 5px; }
 
.header h1 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	float: left; }
 
.head-un {
	margin: 0px;
	padding: 5px;
	min-height: 15px;
}
 
.header h2 {
	font-size: 12px;
	margin: 0;
	min-height: 30px;
	min-width: 100px;
	line-height: 30px;
}
 
.head-menu a {
	line-height: 19px;
	padding: 10px 10px 10px 40px;
	display: block;
	float: left; }
 
.headersite a {
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; }
  
/*----------------------------------------
	ページ左部のパーツの基本設定です。
----------------------------------------*/
.left {line-height: 120%;
	text-align:center;
	margin-left:10px;
	float:left;}

.left h2 {padding:0.5em;
			text-align: center;
			margin:0;}

.l-menu a {line-height:120%;
			border-top:0px;
			text-decoration:none;
			font-size:14px;
			display:block;}

	.l-menu li {
	border-top-style:solid;
	border-top-width:2px;
		margin: 0;
		list-style: none; }
			
			
/*----------------------------------------
	ページ左部のバナーの基本設定です。
----------------------------------------*/

.l-banner-dai {padding:6px;}
.l-banner-dai a{background:url(../img/banner-dai.jpg);
				width:207px;
				height:100px;
				text-indent:-9999px;
				display:block;}
				
.l-banner-tyuu {padding:6px;}
.l-banner-tyuu a{background:url(../img/banner-tyuu.jpg);
				width:207px;
				height:70px;
				text-indent:-9999px;
				display:block;}


/*----------------------------------------
	ページ右部のパーツの基本設定です。
----------------------------------------*/
.right {float:right;
		width: 670px;
		margin-top:0;
		padding-top:15px;
		line-height: 150%;}
	
.content {
	border: #CCC thin solid;
	width: 650px;
	text-align:left;
	min-height: 50px;
}
	
.content p{
	padding-left:1.2em;
	color: #333;
	text-align: left;
}	
.content li {list-style-type:square;
				margin:0;
				padding:0;}


/*----------------------------------------
	ページ下部のパーツの基本設定です。
----------------------------------------*/
.footer {
	text-align: center;
	font-weight: bold;
	clear: both; }
 



.main .right .content b {
        text-align: right;
}
.name {
        text-align: right;
}
.cont_main{line-height: 20px; font-size: 12px; border:#EBEBEB solid thin; clear:both; width:600px; height:200; float:left; margin:10px; padding:5px;}

body { font-size: medium; }
