﻿@charset "utf-8";
body
	{
	margin: 0;
	padding: 0;
	border-style: none;
	background: #f4f4f4;
	color: #555;
	}

body, td, th
	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	font-size:12px;
	}

#container
	{
	width: 780px;
	margin:0 auto;
	text-align: left;
	background:#fff;
	position:relative;
	}

/*------------------------------------------------------------
  font
-------------------------------------------------------------*/
/* フォント*/
a
	{
	background: none;
	color: #00b0ec;
	text-decoration: underline;
	}

a:hover
	{
	background: none;
	color: #00b0ec;
	text-decoration: none;
	}


/* アンカー */
a
	{
	text-decoration: underline;
	}

a:link
	{
	color: #00b0ec;
	}

a:visited
	{
	color: #00b0ec;
	}

a:hover
	{
	color: #00b0ec;
	text-decoration:underline;
	}


hr#u
	{
	border:none;
	}

/*------------------------------------------------------------
  header
-------------------------------------------------------------*/
h1
	{
	text-align:right;
	margin:5px 5px 20px 0;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	top:120px;
	right:10px;
	}

div#title
	{
	}

#hdr
	{
	width:780px;
	}

p#desc
	{
	font-size:12px;
	margin:40px 20px 20px 20px;
	text-align:left;
	}

/*------------------------------------------------------------
  content
-------------------------------------------------------------*/
#content
	{
	width: 780px;
	margin:0;
	padding-bottom:40px;
	clear:both;
	position: relative;
	}

#bt-pagetop
	{
	position: absolute;
	bottom: 10px;
	right: 10px;
	}

/*------------------------------------------------------------
  main
-------------------------------------------------------------*/
#main
	{
	width: 760px;
	padding-bottom: 10px;
	margin:0 0 0 10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

#main .contents
	{
	clear: both;
	margin: 0;
	padding: 0px 10px 15px 10px;
	}


#main h2
	{
	background: url(img/h2.gif) no-repeat 0 0;
	font-size:14px;
	color:#454545;
	padding: 8px 0 0 30px;
	height:30px;
	margin:0 0 20px 0px;
	clear:both;
	}

#main h3
	{
	font-size: 14px;
	font-weight: bold;
	background: #F4FBFC;
	margin: 25px 10px 20px;
	padding: 8px 15px 6px 10px;
	border-top: 2px solid #70C2DE;
	border-bottom: 1px solid #ccc;
	clear:both;
	}


.bt
	{
	margin:0px auto 20px auto;
	text-align:center;
	}

.pimg
	{
	text-align:center;
	margin-bottom:10px;
	}

.imgl
	{
	margin: 10px 30px 30px;
	float: left;
	}

.imgr
	{
	margin: 0 30px 30px;
	float: right;
	}

dl
	{
	font-size:13px;
	line-height:1.5em;
	margin:0 0 20px 0;
	}

.bt a:hover img
	{
	/*モダンブラウザ用*/
	opacity:0.6;
	/*IE7以下用*/
	filter:alpha(opacity=60);
	/*IE8用*/
	-ms-filter:"alpha(opacity=60)";
	}


/*------------------------------------------------------------
  footer
-------------------------------------------------------------*/
#ftr
	{
	background:#fff; /*フッター背景色*/
	border-top:5px solid #dcdcdc; /*フッター上線色*/
	padding: 10px 0 10px 10px;
	margin-left:0px;
	}

#ftrnavi
	{
	width:760px;
	height: 12px;
	text-align:center;
	}


#ftrnavi li
	{
	font-size:11px;
	padding-right: 15px;
	display:inline;
	list-style-type: none;
	}

#ftrnavi a,
#cp a
	{
	text-decoration:none;
	color:#555;
	}

#cp
	{
	clear:both;
	margin:10px 0 0 0;
	font-size:12px;
	text-align:center;
	}

/*--------------------------------------------------------
■clearfix
--------------------------------------------------------*/
.clearfix
	{
	display:inline-block;
	min-height:1%;
	 /* for IE 7*/
	}

/*--------------------------------------------------------
■common
--------------------------------------------------------*/
#hdr:after, 
#search:after, 
#hdr-btbox:after, 
#bt-fontsize:after, 
#gnavi:after,
#content:after, 
#content_in:after, 
#main:after, 
#bg-topics:after, 
.entry:after, 
.topics-entry:after, 
.ichiran-entry:after, 
#ftr:after, 
#ftrnavi:after,
.eng-textbox01:after, 
.know-textbox01:after, 
.env-textbox01:after, 
.gra-textbox01:after,
.extbox:after,
.intro-textbox01:after,
.clearfix:after
	{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}

body.blank
	{
	background: #fff;
	margin: 20px;
	padding: 0;
	border: 0;
	text-align: left;
	}

body.blank a
	{
	background: transparent;
	color: #00f;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	}

body.blank a:hover, body.blank a:active
	{
	text-decoration: none;
	}

img, 	/*box*/ p, blockquote, div, 	/*form*/ form, fieldset, textarea, 	/*list*/ ul, ol, dl
	{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}

li
	{
	margin: 0;
	padding: 0;
	list-style-image: none;
	}




#mail
	{
	width:600px;
	margin:0 auto;
	padding:0;
	}

#mail span
	{
	color:#ff0000;
	margin-left:3px;
	}

#mail table
	{
	width:550px;
	margin:0 auto;
	color:#666;
	}

#mail th
	{
	width:200px;
	font-weight:normal;
	background:#f1f1f1;
	padding:5px;
	}



#mail textarea,input
	{
	border:1px solid #999;
	}

#mail textarea
	{
	width:313px;
	}

#mail input
	{
	height:20px;
	}

#mail input.sm
	{
	margin-right:10px;
	}
