/*ページのレイアウト用CSS*/
body	{
	text-align:center;
}
#contents	{
	width:780px;
	margin:auto;
	position:relative;
	text-align:left;
	border:solid 1px;
	border-color:#0033cc;
}
#header  {
	height:80px;
	margin:0;
}
#container  {
	position:relative;
	margin: 0;
	width:100%;
	background-image: url(../img/bg/bg_side142.gif);
	background-repeat: repeat-y;
	background-position:top left;
}
#main	{
    float: right;
    width: 620px;
    /*margin: 5px;*/
	background-image: url(../img/bg/rightsidebg_sky.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
/*#main h2   {
	background-image: url(../img/bg/600blue.gif);
	background-repeat: no-repeat;
}*/
#side	{
    float: left;
    width: 140px;
	/*background-image: url(../img/bg/bg_side.gif);
	background-repeat: repeat-y;
	background-position:top left;*/
}
#side img  {
   float:right;
   margin:20px 10px;
}
#menu	{
	position: relative;
	top: 5px;
    left: 5px;
	bottom: 5px;
}
p {
	font-family:/*"メイリオ",Meiryo,*/"ＭＳ Ｐゴシック", Osaka,  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro" , sans-serif;
	font-size: 12px;
	line-height: 150%;
}
#setumei   {
    margin-left:50px;
}
p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
}
h1      {
    color:#003399;
	font-family:/*"メイリオ",Meiryo,*/"ＭＳ Ｐゴシック", Osaka,  "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6" , sans-serif;
	font-size:200%;
    font-weight:bold;
	
	margin: 0px;
	background-color: #FFffff;
	background-image: url(../img/sky.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 80px;
}
.caption  {
	font-family:/*"メイリオ",Meiryo,*/"ＭＳ Ｐゴシック", Osaka,  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro" , sans-serif;
	font-size: 14px;
	line-height: 60px;
	position:absolute;
	left:165px;
	top: -1px;
}
h2   {
    margin-bottom: 30px;
}
#main h3	{
	color:#0033cc;
	/*font-size: 110%;*/
	background-image:url(../img/bg/380blue.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	clear: both;
	}
#main h3 a	{
	position:absolute;
	left:190px;
	}
#main h3 a:link  {
    color:#0033cc;
	}
#main h3 a:visited  {
    color:#0033cc;
	}
#main h3 a:hover  {
    color:#ff0033;
	}
#main h3 a:active  {
    color:#ff0033;
	}
form {
	width: 500px;
	padding: 10px;
	/*background-color:#A7DBFF;*/
	/*border: 3px double #669900;*/
	margin: auto;
	text-align: center;
}
form div {
	margin: 5px 0px;
	padding: 5px 0px;
}
.question {
	display: block;
	/*float: left;*/
	font-size:11px;
	margin-left: 20px;
	text-align: left;
	line-height:50px;
}
.kakikomiarea  {
	background-color:#A7DBFF;
	border: 1px solid #669900;
}
#favorite {
	width: 55%;
	background-color: #FFFFCC;
	border: 1px solid #669900;
}
#course {
	width: 55%;
	height: 50px;
	background-color: #FFFFCC;
	border: 1px solid #669900;
	}

select {
	background-color: #FFFFCC;
	}
.f_btn	{
	background-color: #99CC99;
	border:1px solid #669900;
	}
button {
	background-color: #D8EBD8;
	border: 0px;
	padding: 0px;
}
h4  {
	font-family:/*"メイリオ",Meiryo,*/"ＭＳ Ｐゴシック", Osaka,  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro" , sans-serif;
	color: #3366cc;
	font-size: 14px;
	text-align: left;
	padding-left: 4px;
	margin-left: 0;
}
.toiawasecaption {
	text-align: left;
}
.singleline {
	width: 90%;
}
.multiline {
	width: 100%;
}

.haihinkaishu {
	margin-left: 20px;
	width: 480px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-left-color: #333;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.haihinkaishu tr th {
	text-align: right;
	width: 120px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	padding-right: 10px;
	margin: 0px;
}
.haihinkaishu tr td {
	padding: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	margin: 0px;
}
.haihinkaishu_noborder {
	margin-left: 20px;
	width: 480px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
