@charset "utf-8";
/* CSS Document */
@import "reset.css";
@import "menu.css";
@import "tag.css";

/* 共通ページレイアウト
---------------------------------*/

#header_area {
	width:	100%;
	height:	120px;
	background: url(../images/header_back.jpg) repeat-x; 
}

#header {
	width:	800px;
	height:	70px;
	margin:0 auto;
}

#header .h1 {
	width:	540px;
	height:	30px;
	line-height: 30px;
	font-size:12px;
	float:	left;
}

#header .site_title{
	float:	left;
	font-size:	20px;
	font-weight:bold;
	line-height:35px;
}

#header .site_title h1{
	background:none;
	margin:0;
	text-indent:0;
	line-height:40px;
	height:40px;
}

#header .site_title h1 a{
	color:	#000000;
	display:	block;
	font-size:	20px;
	font-weight:bold;
	line-height:40px;
	text-decoration:none;
	background:none;
}

#header .telphone{
	float:	right;
	margin: 10px 0;	
}

#menu {
	width:	100%;
	height:	50px;
	clear:both;
}

#gnavi{
	width:	800px;
	height:	50px;
	margin:	0 auto;
	background:url(../images/mainmenu.jpg) no-repeat;
	border-color:#CCCCCC;
	border-style: none solid none solid;
	border-width: thin;
}

#middle {
	width:	100%;
	height:	auto;
	background:url(../images/top_main_back.jpg) repeat-x;
	background-color:#CCCCCC;
}

#footer_area{
	width:	100%;
	height:	35px;
	clear:	both;
	background:url(../images/footer_back.jpg) repeat-x;
}

#footer{
	width:	800px;
	height:	35px;
	font-size:	12px;
	line-height:	35px;
	margin:	0 auto;
	color:#FFFFFF;
}

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

#footer a:hover{
	color: #FFF;
	text-decoration:underline;
}

/* トップページレイアウト
---------------------------------*/
#top_main_area{
	width:	800px;
	height:	300px;
	margin:	0 auto;
	border-color:#CCCCCC;
	border-style: none solid none solid;
	border-width: thin;
}

#top_flash{
	width:	760px;
	height:	280px;
	margin:	0 auto;
	padding:	10px;
	background-image:url(../images/flash_back-trans.png);
}

#top_contents{
	width:	770px;
	margin:	0 auto;
	padding:	15px 0;
	background:#FFFFFF;
	border-color:#CCCCCC;
	border-style: none solid none solid;
	border-width: thin;
	padding: 0 15px;
}

/* 内部ページレイアウト
---------------------------------*/
#middle.inner {
	background:url(../images/top_main_back.jpg) 0 -150px repeat-x;
	background-color:#CCCCCC;
}

#middle_header{
	width:	100%;
	height:	150px;
}

#pagecategory{
	width:	770px;
	height:	150px;
	margin:	0 auto;
	background:url(../images/inner_main.jpg);
	line-height:150px;
	font-size:24px;
	text-align:right;
	border-color:#CCCCCC;
	border-style: none solid none solid;
	border-width: thin;
	padding: 0 30px 0 0;
}

#contents_container{
	width:	770px;
	margin:	0 auto;
	clear:both;
	background:#FFFFFF;	
	border-color:#CCCCCC;
	border-style: none solid none solid;
	border-width: thin;
	padding: 0 15px;
}

#breadcrumbs{
	width:	770px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px;
	float:right;
}

#contents{
	float:	left;
	width:	570px;
	padding: 10px 0 0;
	margin:0;
}

#sidecontents{
	float:	right;
	width:	200px;
	padding: 10px 0 0;
	margin:0;
}

#middle_footer{
	clear:both;
	width:770px;
	height:15px;
}

/*top press*/
table.press {
	border: none;
	color:#000000;
}

table.press tr,table.press td {
	border: none;
	padding-left: 0;
}

td.date {
	width:6em;
}

/* seminar */
.seminar_list {
	width:95%;
	margin:10px auto;
	padding:3px;
	border: 1px solid #CCC;
	font-size:small;
}
.seminar_list h2 {
	width: auto;
	padding:3px;
	border: 1px solid #CCC;
	background:#222;
	color:#FFF;
	line-height:30px;
	height:30px;
	font-size:18px;
}
.seminar_list p {
	margin:0.5em 0.5em;
	padding:0.5em 0.5em;
}
.seminar_list table {
	width:98%;
	margin:0 5px;
}
.seminar_list table th {
	width:6em;
	text-align: center;
}
.seminar_list table tr, .seminar_list table th, .seminar_list table td {
	height:1em !important;
	overflow:hidden;
}
.seminar {
	width:95%;
	margin:10px auto;
	padding:3px;
	border: 1px solid #CCC;
	font-size:small;
}
.seminar h2 {
	width: auto;
	padding:3px;
	border: 1px solid #CCC;
	background:#222;
	color:#FFF;
	line-height:30px;
	height:30px;
	font-size:18px;
}
.seminar p {
	margin:0.5em 0.5em;
	padding:0.5em 0.5em;
}
.seminar table {
	width:98%;
	margin:0 5px;
}
.seminar table th {
	width:6em;
	text-align: center;
}

/*  */
.form ul.error {
	margin:0;
	padding:0;
}
.form ul.error li {
	color:#F00;
}
.form table {
	width:98%;
}
.form table th {
	width:11em;
	text-align: center;
	vertical-align:middle;
}
.form table span.require {
	color:#F00;
	margin:0 1em;
}
.form table p.error {
	color:#F00;
	font-weight:bold;
}

table.btn {
	border:0;
	width:98%;
}

table.btn td {
	width:50%;
	margin:auto;
	text-align: center;
	vertical-align:middle;
	border:0;
	border-top:1px #CCCCCC solid;
}

table.btn td p{
	margin:auto;
	padding:auto;
}

/* btn */
input[type=button].btn, input[type=submit].btn, input[type=reset].btn, a.btn {
	margin: 10px auto;
	text-decoration: none;
	font: bold 1.5em 'Trebuchet MS', Arial, Helvetica; /*Change the em value to scale the button*/
	display: inline-block;
	text-align: center;
	color: #fff;
	border: 1px solid #9c9c9c; /* Fallback style */
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 .05em rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}

.btn {
	border-top: 1px solid #fff; /* Fallback style */
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: block;
	padding: 0.5em 2.5em;
	/* The background pattern */
 
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),  -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),  -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),  -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
	background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),  -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),  -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),  -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
	/* Pattern settings */
 
    -moz-background-size: 3px 3px;
	-webkit-background-size: 3px 3px;
}

.btn:hover {
box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.btn-blue{
    background: #4477a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
}
 
.btn-blue:hover{
    background: #81a8cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');
}
 
.btn-blue:active{
    background: #4477a1;
}
