@charset "Shift_JIS";

html{
	height: 100%;
}
body {
	height: 100%;
	color: #363433;
	background: #F7F7F9 url(../image/bg_border.gif) 50% 0% repeat-y;
}
div#body{
	position: relative;
	width: 790px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: #FFFFFF;
	font-size: 100%;
}
body > #body {
	height: auto;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,fieldset,input,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

a:link, a:active, a:visited{
	color: #D91A80;
	text-decoration:none;
}
a:hover {
	color: #D971CB;
	text-decoration:underline;
}

div#header{
	height: 100px;
	padding-bottom:15px;
	margin:0px 0px 0px -6px;
}

/* IE hack */
html* div#header {
	margin:0px 0px 0px -4px;
}

.margin-indent {
	margin:10px 15px 10px 15px;
}

table {
	font-size: inherit;
	font: 100%;
}
#left_menu {
	background-image: url(../image/menu_bk.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size:14px;
	line-height:115%;
	margin-bottom:10px;
}
#left_menu .menu_title {
	text-decoration: underline;
	font-size:16px;
	padding-bottom:3px;
}
#left_menu #leftmenu_top {
	background-image: url(../image/menu_bk_top.jpg);
	background-repeat: no-repeat;
	height:35px;
}
#left_menu #leftmenu_btm {
	background-image: url(../image/menu_bk_btm.jpg);
	background-repeat: no-repeat;
	height:25px;
}

.clear {
	clear:both;
}
.noBorder {
	border: none 0px;
}
table.border_box {
	border:1px #B35DA7 solid;
	padding:0px;
	font-size:14px;
	line-height:120%;
	margin:0px 0px 15px 0px;
}
table#bgPink {
	background-color:#FFF4FE;
}
table.border_box td{
	padding:5px;
	line-height:120%;
	text-align:left;
}
table.border_box td.center{
	text-align:center;
}
table.border_box td.noSpace {
	padding:0px;
	margin:0px;
}
table.border_box td div.floatL{
	float:left;
	padding-right:10px;
	margin:0px;
}
table.border_box td div.floatR{
	float:right;
	padding-left:10px;
	margin:0px;
}
table.border_box td div.floatL img {
	border: solid 1px #B35DA7;
}
table.border_box td div.floatL img.noBorder {
	border: none 0px;
}
table.border_box td div.floatR img {
	border: solid 1px #B35DA7;
}
table.border_box td div.floatR img.noBorder {
	padding-right:20px;
	border: none 0px;
}
table.border_box2 {
	border:1px #B35DA7 solid;
	margin:0px 0px 15px 0px;
	padding:0px;
	width:576px;
}
table.border_box3 {
    border-top:1px solid #B35DA7;
    border-left:1px solid #B35DA7;
    border-collapse:collapse;
    border-spacing:0;
	padding:0px;
	margin:15px 15px 15px 15px;
}
table.border_box3 th{
    border-right:1px solid #B35DA7;
    border-bottom:1px solid #B35DA7;
	padding:2px;
	background-color:#FFF4FE;
	text-align:left;
	font-weight:bold;
}
table.border_box3 td{
    border-right:1px solid #B35DA7;
    border-bottom:1px solid #B35DA7;
	padding:2px;
	text-align:left;
}
.colorPink1 {
	color:#D971CB;
}
.colorPink2 {
	color:#B31569;
	font-weight:bold;
}
.colorPink3 {
	color: #D91A80;
}
.colorPink4 {
	color: #B31569;
	font-weight:bold;
	position:relative;
	top:-7px;left:0px;
	font-size:70%;
}
.subttl {
	background-image: url(../image/sub_ttl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #B35DA7;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding:0px;
	margin:0px;
}
.subttl2 {
	background-image: url(../image/sub_ttl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #B35DA7;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}
ul li{
	margin: 5px 0 0.3em 20px;
	line-height: 1.4;
	list-style-image: none;
	list-style-type: square;
	color:#D971CB;
}
ul li span{
	color:#363433;
}
* html .box ul li{
	height: 1.4em;/* For IE6 */
}
div#footer{
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 100%;
	clear: both;
	padding-top: 6px;
}
*+html div#footer{
	position: relative;
}
div#footer div{
	text-align: center;
	margin: 1.8em 10px 0 10px;
	padding: 7px 2px 0px 2px;
	line-height: 1.2;
	font-size: 10pt;
	font-style: normal;
	font-family: Tahoma, sans-serif;
	border-top: solid 1px #FFAFD9;
}
