@charset "utf-8";

/*
Theme Name: WebGate Base Theme
Theme URI: http://localhost/
Description: WebGate Base Theme
Version: 0.3
Author: WebGate
Author URI: http://localhost/
*/ 
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background: url("./img/bg_bottom.png") repeat-x scroll 0 bottom transparent;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,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;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body{
	background: url("./img/bg.png") repeat scroll 0 0 transparent;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	text-align: left;
	line-height: 1.4;
	margin: 0 auto 25px;
	width:810px;
}
a{text-decoration:none}
a:hover{text-decoration:underline;}
a img{border: none;}

.forward{float: right;}
.back{float: left;}
ul.menu{clear: both;overflow: hidden;}
ul.menu li{display: block;float:left;}
ul.menu li a{display: block;}
.repimg{text-indent:-9999px}
.w90{width:90%}
.w50{width:50%}
.clear{clear: both;}
.ac{text-align: center;}
.al{text-align: left;}
.ar{text-align: right;}
.fs10{font-size:77%}
.fs11{font-size:85%}
.fs12{font-size:93%}
.fs13{font-size:100%}
.fs14{font-size:108%}
.fs15{font-size:116%}
.fs16{font-size:123.1%}
.fs17{font-size:131%}
.fs18{font-size:138.5%}
.fs19{font-size:146.5%}
.fs20{font-size:153.9%}

/* main layout -------------------------------- */
#colmask{clear:both;float:left;overflow:hidden;width:100%;position:relative}
#colmid{float:left;width:200%;position:relative}
#colright{left:50%;float:left;width:100%;position:relative}
#col1wrap{right:100%;float:right;width:50%;position:relative}
#col1pad{overflow:hidden}
#contentMainWrapper{overflow:hidden;width:100%}
#col2{float:left;margin-left:-50%;overflow:hidden;position:relative}
#col3{float:left;overflow:hidden;position:relative}
#mainWrapper,#header,#footer,#container,.inner{margin:auto}
#header,#footer{clear: both;}

/* main layout (layout.php) -------------------------------- */
#mainWrapper{width:800px;min-width:800px;}
#colmid {left:230px;}
#colright {margin-left:-230px;}
#col1pad {margin:0 10px 0 240px;}
#col2 {left:10px;width:210px;}
#col3 {left:0px;width:0px;}

/* colmun bg */
#container{/* container bg */}
#colmask { /* left bg */}
#col2 { /* left content bg */}
#colmid { /* center bg */}
#col1pad { /* center content bg*/}
#colright { /* right bg */	
	background-color: #F7F6F2;	
}
#col3 { /* right content bg */}

/* color --------------------------- */
html {
	color: #515D66;
}

a,
a:visited {
	color: #308BCC;
	color: #0088EA;
}
a:hover {
	color: #308BCC;
	color: #0088EA;
}

/* header --------------------------- */
#header {
	overflow: hidden;
}
/* header top */
#header-top {
	position: relative;
	background: url(./img/header_bg.png);
	height: 120px;
}
#header-top h1 {
	color: #FFFFFF;
	padding-right: 10px;
    position: relative;
    text-align: right;
}
#page-summary {
	bottom: 17px;
    color: #FFFFFF;
    padding-left: 10px;
    position: relative;
}
#header-top h2 {
	padding-left: 10px;
    position: relative;
    width: 190px;
}
#header-contact {
	bottom: 52px;
    left: 426px;
    position: relative;
    width: 366px;
}
/* navi-bar */
#navi-bar li a {
	background-image: url(./img/navi_center.png);
	color: #2F96C8;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    width: 133px;
}

#navi-bar li a:hover {
	background-image: url(./img/navi_center_on.png);
}

#navi-bar li.current_page_item a {
	background-image: url(./img/navi_center_on.png);
}

#navi-bar li.firstChild a{
	background-image: url(./img/navi_left.png);
	width: 134px;
}
#navi-bar li.lastChild a{
	background-image: url(./img/navi_right.png);
	width: 134px;	
	}
#navi-bar li.firstChild a:hover,#navi-bar li.firstChild a.current_item{
	background-image: url(./img/navi_left_on.png);
}
#navi-bar li.lastChild a:hover,#navi-bar li.lastChild a.current_item{
	background-image: url(./img/navi_right_on.png);
}

/* breadcrumb */
#breadcrumb {
	background-image: url("./img/pankuzu_bg.png");
    height: 20px;
    padding: 2px 0 0 5px;
}

/* footer --------------------------- */
#footer {
	background: url("./img/footer_bg.png") repeat scroll 0 bottom transparent;
    height: 78px;
    position: relative;
    top: 5px;
}
#footer-navi {
	padding-left: 10px;
}
#footer-navi a{
	padding: 10px;
}
#footer-bottom {
}
#footer-bottom h3 {
	color: #3F93D3;
    padding-right: 15px;
    position: relative;
    text-align: right;
    top: 15px;
}
#footer-bottom p {
	bottom: 25px;
    padding-right: 15px;
    position: relative;
    text-align: right;
}
/* side --------------------------- */
#sidebar a {
	text-decoration: none;
}
/* sub categories */
#sidebar {
margin-top:10px;
}
#menu-sidebar li a {
	background: url("./img/side_btn.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    margin: 0 0 10px;
    padding: 13px 0 0 15px;
    width: 195px;
}
#menu-sidebar li a:hover {
	background: url(./img/side_btn_on.png) no-repeat;
}
#menu-sidebar li li a,#menu-sidebar li li a:hover {
	background: url("./img/side_sub01.jpg") no-repeat scroll 7px 5px transparent;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 5px 0 0 25px;
}

/* top page */
#top-img {
	width: 800px;
	height: 414px;
	border: none;
	background-color: #ffffff;
}

/* center --------------------------- */
#content h2 {
	background: url("./img/h2.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    padding: 0 0 0 25px;
}
#content h3.h301 {
	background: url("./img/h2.png") no-repeat scroll 0 0 transparent;
	border:none;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    padding: 0 0 0 25px;
    margin: 30px 0 15px;
}
#content h3 {	
	border-bottom: 3px solid #2795C9;
    color: #53ACD6;
    font-size: 15px;
    font-weight: bold;
    margin: 30px 0 15px;
    padding: 0 0 0 5px;
}
#content h3.s_h3 {
	margin: 0 0 15px;
}
#content h4 {
	background: url("./img/h4.png") no-repeat scroll 0 bottom transparent;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    line-height: 13px;
    margin: 25px 0 15px;
    padding: 0 0 0 5px;
}

.pagetitle {
	margin-bottom: 5px;
}

.entry li{
	background: url(./img/li.png) 0 50% no-repeat;
}

/* misc --------------------------- */
acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

hr {
	display: none;
}

a img {
	border: none;
}

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

img {
	vertical-align: bottom;
}  /* widget */
.widget {
	
}

.widgettitle {
	
}

/* calendar */
#calendar_wrap {
	padding: 10px 0;
}

#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 170px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	font-weight: bold;
}

#wp-calendar th {
	text-align: center;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar #prev a,#wp-calendar #next a {
	font-size: 9pt;
}

/* searchform */
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

/* center */
#cat_post_list ul {
	margin: 5px 0 10px 25px;
}

.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

.navigation {
	display: block;
	text-align: center;
	margin: 5px;
	overflow: hidden;
}

.tablenav {
	color: #2583ad;
	background: white;
	margin: 1em auto;
	line-height: 2em;
	text-align: center;
}

a.page-numbers,.tablenav .current {
	color: #00019b;
	padding: 6px;
	border: solid 1px #ccc;
	text-decoration: underline;
}

a.page-numbers:hover {
	color: white;
	background: #027abb;
}

.tablenav .current {
	padding: 6px;
	background: #EEEEEE none repeat scroll 0 0;
	border: 1px solid #EEEEEE;
	font-weight: bold;
	text-decoration: none;
}

.tablenav .next,.tablenav .prev {
	border: 0 none;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}

#pagetop {
	text-align: right;
	padding: 10px 0 10px 0;
	font-size: 12px;
	clear: both;
}

/* post */
.post {
	margin: 0 0 40px;
	text-align: justify;
}

.post hr {
	display: block;
}

/* entry */
.entry {
	margin: 10px 0 10px 0;
}

.entry li {
	margin: 7px 0 8px 0;
	padding: 0 0 0 15px;
}

/* misc. */
.postlist ul {
	margin: 5px 0 10px 25px;
}

#recentcomments a {
	background: none;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.commentlist li,#commentform input,#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite,.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

small {
	color: #777;
}

acronym,abbr,span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End Typography & Colors */ /* Begin Structure */
#contentMainWrapper {
	background-color: white;
	margin: 10px auto;
	padding: 0;
	border: 0px solid #959596;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 0px;
}

.attachment {
	text-align: center;
	margin: 0px;
}

.postmetadata {
	clear: left;
	padding-top: 5px;
}

/* End Structure */ /*	Begin Headers */ /* End Headers */
	/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */ /* Begin Lists */
.postmetadata ul,.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* End Entry Lists */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 99%;
	padding: 2px;
	margin: auto;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */ /* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */ /* Begin Various Tags & Classes */
.center {
	text-align: center;
}
/*--------------------------------------- font等 ---*/
.bold {
font-weight:bold;
}
.under {
text-decoration:underline;
}
.font_big{
font-size:15px;
}
.font_red {
color: #E02926;
}
.font_blue {
color:#0072BC;
}
/*----------------------------- background等 ---*/
.background001 {
	background-color: #E1F0F7;
    border: medium none;
    margin: 0;
    padding: 15px;
    width: 520px;
}
.background002 {
	background-color: #E1F0F7;
    border: medium none;
    margin: 0;
    padding: 15px;
    width: 300px;
}
/*--------------------table-01(下線のみ) ---*/
.table-01 {
    width: 530px;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin:0 auto;
}
.table-01 th {
	background: none;
    border-bottom: 2px solid #98ACB5;
    border-width: 0 0 2px 1px;
    line-height: 120%;
    padding: 15px 0 5px 10px;
    text-align: left;
}
.table-01 td {
    background: none;
    border-bottom: 2px solid #98ACB5;
    border-width: 0 0 2px 1px;
    padding: 15px 10px 5px 0;
    text-align: right;
}
/*--------------------table-02(下線のみ) ---*/
.table-02 {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto 30px;
    width: 330px;
}
.table-02 th {
	background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dotted #2795C9;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    padding: 15px 0 5px 10px;
    text-align: left;
}
.table-02 td {
    background: none;
    border-bottom: 1px dotted #2795C9;
    border-width: 0 0 1px 1px;
    padding: 15px 10px 5px 0;
    text-align: left;
}
/*--------------------table-03---*/
.table-03 {
    width: 530px;
    border-top: 2px dotted #D6332E;
    border-collapse: collapse;
    border-spacing: 0;
    margin:15px auto;
}
.table-03 th {
	background: none;
    border-bottom: 2px dotted #D6332E;
    border-width: 0 0 2px 1px;
    line-height: 120%;
    padding: 10px 0 5px 10px;
    text-align: left;
}
.table-03 td {
    background: none;
    border-bottom: 2px dotted #D6332E;
    border-width: 0 0 2px 1px;
    padding: 10px 10px 5px 0;
    text-align: left;
}
/*--------------------staff photo ---*/
.img_left {
	float: left;
	width:190px;
}
.img_left_r {
	float: right;
    overflow: hidden;
    width: 330px;
}
.o_f {
	height: 225px;
    overflow: hidden;
}