/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	color: #000;
	background-color: #FFF;
}
.iepngfix {   
    behavior: expression(IEPNGFIX.fix(this));   
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a{
	color: #E82D61;
}
h1{
	float: left;
}
h2{
	margin-bottom: 15px;
}
h3{
	font-size: 120%;
	color: #E72359;
	margin-bottom: 15px;
}
#h3_qa{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEC5D3;
}
h3 img{
	vertical-align: middle;
	margin-right: 15px;
}
h4{
	font-size: 110%;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEC5D3;
	margin-bottom: 20px;
}

#container{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
}
#header{
	height: 66px;
	margin-bottom: 15px;
}
#rogo{
	float: right;
	padding-top: 15px;
}
#pan{
	background-image: url(img/pan.png);
	background-position: left top;
	padding-top: 25px;
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 15px;
	margin-bottom: 20px;
}

/* left */

#box_left{
	width: 220px;
	float: left;
	margin-bottom: 50px;
}
#side_01{
	font-size: 12px;
	border: 1px solid #FEC0D0;
	font-weight: bold;
	color: #FF4986;
	background-color: #FFF;
	margin-bottom: 5px;
}
#p_bbs{
	padding: 10px;
	line-height: 180%;
}
#side_bbs{
	margin-bottom: 15px;
}
#side_02_select{
	border: 1px solid #FEC0D0;
	font-size: 14px;
	background-color: #FFF4F7;
	text-align: center;
	padding-top: 6px;
	margin-bottom: 15px;
}
#side_02_select p{
	margin-bottom: 6px;
}
#side_02_select li{
	list-style-type: none;
	display: block;
	background-image: url(img/list_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	padding-top: 4px;
	padding-left: 30px;
	margin-bottom: 6px;
	height: 26px;
}
*html #side_02_select li{
	height: 30px;
	padding-top: 8px;
}
.side_02{
	border: 1px solid #FEC0D0;
	background-color: #FFF4F7;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
#side_03{
	font-size: 12px;
	border: 1px solid #FEC0D0;
	background-color: #FFF;
	margin-bottom: 5px;
}
#p_floave{
	line-height: 160%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#p_nagoya{
	line-height: 160%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#p_toyohashi{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 160%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#p_site{
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* right */
#box_right{
	float: right;
	width: 700px;
	font-size: 14px;
	margin-bottom: 50px;
}
#box_right p{
	padding-right: 15px;
	padding-left: 15px;
	text-indent: 14px;
	line-height: 2.5em;
	margin-bottom: 15px;
}
#box_right ol{
	padding-left: 50px;
	line-height: 2em;
}
#box_right ul{
	padding-left: 50px;
	line-height: 2em;
}
#box_right li{
	margin-bottom: 15px;
}
#box_right p img{
	float: right;
	margin-left: 10px;
}
#qa{
	list-style-type: none;
}

/* footer */

#footer{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF4986;
	padding-top: 15px;
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: right;
}
