@charset "UTF-8";
/* CSS Document */

/*////////////////////////////
 ALL
////////////////////////////*/


* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	overflow-y:scroll; 
}

body,h1,h2,h3,h4 {
    font-size:13px;
    *font-size:small;
    *font:x-small;
}


body {
	height:100%;
	font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

p {
	color:#403e3c;
}

/*a {
	color:#403e3c;
	text-decoration:none;
	overflow:hidden;
}*/
a:focus{
	outline:none;
}


a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

p {
	line-height:1.5em;
}

/** clearfix **/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/** clearfix **/


/*////////////////////////////
 ALL
////////////////////////////*/

body{
text-align:center;/*for IE*/
}

.wrapper{
width:930px;
margin:0 auto;
}

#header {
	height:76px;
	background:url(img/header_shadow.gif) repeat-x 0 100% #2f2f2f;
	text-align:center;
}

#logo{
	background:url(img/header_logo.gif) no-repeat 0 0;
	width:171px;
	height:54px;
	float:left;
	margin-top:10px;
	text-indent:-9999px;
}

#bnr {
	float:right;
	margin-top:10px;
}

#body {
	background:url(img/body_top_shadow.gif) repeat-x 0 0;
	padding:30px 0;
}
/* edit at 090707 */
#leftCulum {
float:left;
width:700px;
}

#rightCulum {
float:right;
width:200px;
margin-left:30px;
height:500px;
text-align:left;
background-color:#CCCCCC;
}
/* /edit at 090707 */
}

#img_txt {
	background:url(img/txt_main.gif) no-repeat 0 0;
	width:664px;
	height:25px;
	text-indent:-9999px;
	margin:0 auto;
}

#img_main{
	margin:40px 0 20px 0;
}

#captureWrapper{
	padding-right:0px;
}

.capture{
	float:left;
	text-align:left;
	width:215px;
}

#captureCenter{
	margin:0 27px;
}

.capture div{
	margin-bottom:10px;
}

.capture h3, .capture p{
	padding:3px;
}

.cp_txt{
	height:100px;
}

.cp_link{
	text-align:right;
}

#footer{
	height:50px;
	background:url(img/footer_shadow.gif) repeat-x 0 0 #2f2f2f;
	text-align:center;
}

#footer p{
	color:#dddddd;
	padding:15px 0;
}

#footer a{
	color:#FFFFFF;
}

#footer a:visited{
	color:#eeeeee;
}

#contact{
	float:left;
}

#copyright{
	float:right;
}

#news{
	border: #D5DDFF solid 1px;
	background:#EDEDFF;
	margin:20px 0 0 0;
	padding:10px;
	text-align:left;
}

#news div{
	margin-left:10px;
}
#news h3{
	margin-bottom:0.8em;
}

#news dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em 1em;
  width: 5em;
  border-left: solid 8px #FFFFFF;
  padding-left: 5px;
  color: #000;
}

#news dd {
  margin-bottom: 0.5em;
  margin-left: 7.5em;
}

