@charset "shift_jis";

/* ------------------------------------------- CSS Information
 File Name:      subwin.css
 Style Info:     レイアウト段組
----------------------------------------------------------- */

/* ----------------------------------- 全体 --*/
div#subwinwrap {
	width: 750px;
	margin-bottom: 25px;
	margin: 0 auto;
	text-align: left;
}
/* ----------------------------------- ヘッダー --*/
div#subwinheader {
	width: 750px;
	height: 80px;
	padding: 0;
	margin:0;
	background-color: #212121;
}
#subwinheader h1 {
	float: left;
	height:40px;
	width: 250px;
	padding:0;
	margin: 20px;
	background:url(../imgs/logomain.gif) no-repeat;
	text-indent: -89823px;
}
/* ----------------------------------- 本文 --*/
div#subwincontainer {
	width: 750px;
}
div#subwincontainer:after {
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 30px;
	}
h2 {
	font-size: 1.3em;
	line-height: 2em;
	margin: 20px 0 0 10px;
	border-left:10px solid #339999;
	padding-left:6px;	
}
p.come01{
	line-height: 1.5em;
	padding: 5px 10px 0 20px;
	}
#sttl{
	background-color: #eee;
	padding: 0 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;	
	line-height: 2em;
	margin: 20px 10px;
	}

/* 左右わけalloy02 */
#sleftcol{
	width:320px; 
	float:left; 
	position:relative; 
	}	
#srightcol{
	float: right;
	width: 430px;
}
/* 左右わけalloy04 */
#sleftcol04{
	width:320px; 
	float:left; 
	position:relative; 
	border-right: 1px dotted #808080;
	}	
#srightcol04{
	float: right;
	width: 420px;
}
/* 左右わけalloy05 */
#sleftcol05{
	width:430px; 
	float:left; 
	position:relative; 
	}	
#srightcol05{
	float: right;
	width: 320px;
}
/* 左右わけalloy06 */
#sleftcol06{
	width:375px; 
	float:left; 
	position:relative; 
	}	
#srightcol06{
	float: right;
	width: 375px;
}

