/*maturika2006 */

body {
	font-family:ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3;
	font-size: 12px;
	color: #666666;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	background-color: #FFFBFD;
	background-image: url(images/bg.jpg);
	line-height: normal;
}
body,td,th {
	font-size: 12px;
}

.container {
position:relative;
clear:both;
width:760px;
margin:10px 10px 0 10px;
padding:0 0 0 0;
background:#ffffff;
color:#333333;
text-align:left;
}

.news_right {
	position:relative;
	float:right;
	clear:both;
	width:180px;
	margin:0 0 5px 10px;
	padding:0 10px 0 10px;
	color:#FF6666;
	font-family:ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3;
	font-size:10pt;
	background-color: #fff0f0;
}

.news p {
margin:10px 10px;
}

.news_cnr_top {
background : url(images/cnr_tr.gif) no-repeat right top;
margin:0 -10px 0 -10px;
}

.news_cnr_bottom {
background : url(images/cnr_br.gif) no-repeat right top;
margin:0 -10px 0 -10px;
}

img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}

.footer {
	position:relative;
	clear:both;
	width:780px;
	margin:5px 0 0 0;
	padding:4px 0 4px 0;
	background:#ffffff;
	font-size:8pt;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003300;
	border-bottom-color: #003300;
}


/******* top navigation *******/
#menuwaku{
border:1px solid #dcc;
width:770px;
margin:0 auto;
}
#menu{
border-top:1px solid #fff;
border-bottom:1px solid #fff;
font-size:15px;
font-weight:bold;
color:#666;
width:100%;
}
#menu a{
color:#666;
text-decoration:none;
width:100%;
}
#menu td{
border-left:1px solid #dcc;
background : #fde9e9 url(img/menu1.png) repeat-x left top;
padding:3px 10px;
text-align:center;
width:13%;
}
/******* links *******/

a {
color:#FF0066;
text-decoration:underline;
}

a:hover {
color:#E39243;
text-decoration:none;
}

#news a {
color:#FF00FF;
text-decoration:underline;
}

#news a:hover {
color:#E39243;
text-decoration:none;
}

#footer a {
color:#FF9999;
text-decoration:none;
}

#footer a:hover {
color:#FF99CC;
text-decoration:none;
}

/******* fonts and colors *******/

.header strong {
font-family:ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3;
color:#ffffff;
font-size:14pt;
letter-spacing:.7em;
}

.news_title {
font-family:ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3;
color:#FF0066;
font-size:12px;
font-weight:bold;
}

.page_title {
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
color:#FF6666;
font-size:12pt;
font-weight:bold;
padding: 0 0 0 0;
margin: 0 0 -8px 0;
}


/******* images *******/

img {
border:none;
}

.right img{
position:relative;
float:right;
padding:0 0 0 0;
margin:5px 2px 2px 5px;
}

.left img{
position:relative;
float:left;
padding:0 0 0 0;
margin:0 5px 0 2px;
}



/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.fooder {
	color:#FF9999;
}



/******* waku *******/
.box{
  width: 250px;/*全体の幅*/
  font-size: 14px;/*文字サイズ*/
  }
.box dt{/*タイトル部分の設定*/
	color: #FF3366;/*文字色*/
	background-color: #FEFCFC;/*背景色*/
	font-weight: bold;
	width: 11em;/*タイトルの幅（文字数）*/
	position: relative;
	z-index: 2;
	padding: 0.3em 1em 0.2em 0.3em;
	border-style: solid;
	border-color: #003300;/*枠の色*/
	border-width: 1px 2px 2px 1px;
	text-align: left;
  }
.box dt span{
	padding-left: 8px;
	border-left: 4px solid #EA989C;/*タイトル部の左縦線*/
	text-align: left;
  }
.box dd{/*内容部分*/
  position: relative;
  z-index: 1;
  top: -0.9em;
  margin: 0 0 0 0.9em;
  border: solid 1px #DE8A8A;/*枠の色*/
  }
.box dd .text {
	border-left: solid 20px #FCCACF;/*左側の着色部分*/
	padding-top: 0.4em;
	padding-right: 0.2em;
	padding-bottom:0.2em;
	padding-left: 1em;
	color: #FF6666;
	font-size: 12px;
	line-height: normal;
  }

