@charset "UTF-8"; 



/*
------------------------------
   GLOBAL RESET
------------------------------*/

body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,table,tr,td{
	margin:0;
	padding:0;
}


body{
	color:#333;
	font-size:87.5%;
	font-family : 'メイリオ', 'Hiragino Kaku Gothic Pro', 'Verdana', sans-serif;
	line-height:1.6;
	background: url("/img/bg_body.gif") center repeat-y #fff;
	text-align:center;
}

a:link    { color: #09c; }
a:visited { color: #90c; }
a:hover   { color: #c00; }

h1,h2,h3,h4,h5,h6{ font-size:100%; }
ul,ol,li,dl,dt,dd{ list-style:none; }
hr{ display:none; }

img,object{
	border:none;
	vertical-align:middle;
}


p{ margin-bottom: 1.5em; }

table{border-collapse:collapse;border-spacing:0;}



/*
------------------------------
   Usual Class
------------------------------*/

.ac{text-align:center;}
.entry-more-link,
.ar{text-align:right;}

img.fl{
	float:left;
	margin:0 10px 10px 0;
}

/*
------------------------------
   LAYOUT
------------------------------*/

#container{
	width:740px;
	margin: 0 auto;
	border-top: 5px solid #c00;
	text-align:left;
}

#header{
	position:relative;
	height: 85px;
	background: url("/img/bg_header.jpg") bottom no-repeat #fff;
}

#mainbox{
	height:100%;
	margin:0 10px 20px 10px;
}

#catchimage{
	margin-bottom: 30px;
}

#maincontents{
	float: left;
	width: 480px;
}

#sidenav{
	float: right;
	width: 225px;
}

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

#footer{
	clear:both;
	margin-top:30px;
}

.entry{margin:0 0 30px 0;}



/*
------------------------------
   Header
------------------------------*/

#header h1{
	text-indent: -9999px;
}

#header h1 a{
	display:block;
	width:350px;
	height:75px;
	text-indent: -9999px;
}

#header h1 a{text-decoration:none;}

#header h2{
	position: absolute;
	top:15px;
	left:400px;
	width:330px;
	color: #fff;
	text-align:center;
	font-size:85%;
	background: #c00;
}

#header ul{
	position: absolute;
	bottom:10px;
	left:400px;
	width:330px;
	height:30px;
	background:url("/img/bg_headnav.gif") top left no-repeat;
}

#header ul li{
	float:left;
	height:30px;
	text-indent:-9999px;
}

#header ul li a{
	display:block;
	height:30px;
	text-indent:-9999px;
	background:url("/img/bg_headnav.gif") top left no-repeat;
	overflow:hidden;
}

#header ul li#hn-about        {width:167px;}
#header ul li#hn-about a      {background-position:0 0px;width:167px;}
#header ul li#hn-about a:hover{background-position:0 -30px;}

#header ul li#hn-sitemap        {width:83px;}
#header ul li#hn-sitemap a      {background-position:-167px 0px;width:83px;}
#header ul li#hn-sitemap a:hover{background-position:-167px -30px;}

#header ul li#hn-contact        {width:80px;}
#header ul li#hn-contact a      {background-position:-250px 0px;}
#header ul li#hn-contact a:hover{background-position:-250px -30px;}



/*
------------------------------
   Home Page
------------------------------*/

#catchcopy,
#home-news{
	margin-bottom:35px;
}

#home-members-comment .contents,
#chairmans-comment .contents{
	margin: 0 5px 30px 5px;
}

#home-news h3,
#home-members-comment h3,
#chairmans-comment h3{
	margin-bottom: 10px;
	padding: 5px 10px 13px 30px;
	line-height:1;
}

#home-members-comment h4,
#chairmans-comment h4{
	margin-bottom: 10px;
}

#catchcopy h2{margin:0 0 1em 0;}
#catchcopy p{margin:0 5px 1.5em 5px;}


#home-news h3{
	background: url("/img/ti_news.jpg") bottom no-repeat #fff;
}

#home-news ul li{
	margin:0 5px 5px 5px;
	padding:0 0 5px 15px;
	font-size:85%;
	background: url("/img/ic_entrylist.gif") left no-repeat #fff;
	border-bottom: 1px solid #ccc;
}


#home-members-comment h3{
	background: url("/img/ti_member.jpg") bottom no-repeat #fff;
}

#home-members-comment p{
	font-size:85%;
}

#chairmans-comment h3{
	background: url("/img/ti_chairman.jpg") bottom no-repeat #fff;
}

#chairmans-comment p{
	font-size:85%;
}



/*
------------------------------
   Catch Image
------------------------------*/

#catchimage p{margin-bottom:5px;}

#catchimage ul{
}

#catchimage ul li{
	display:inline;
	margin:0 0 0 5px;
}

#catchimage ul li#ml{margin:0;}



/*
------------------------------
   Entry
------------------------------*/

p#topicpath{
	margin: 0 0 1em 0;
	font-size:80%;
	line-height:1;
}

.entry h2{
	margin-bottom: 1.5em;
	padding: 5px 5px 15px 30px;
	line-height:1.2;
	background: url("/img/ti_entry.jpg") bottom no-repeat #fff;
}

.entry h3{
	margin:3em 0 1.5em 0;
	padding: 0 5px 3px 5px;
	line-height:1.2;
	border-bottom:1px solid #c00;
}

.entry h4{
	margin:2em 5px 1.5em 5px ;
	line-height:1.2;
}

.entry p{margin:0 5px 1.5em 5px;}

.entry table{
	width:478px;
	margin:0 5px 1.5em 5px;
	border:1px solid #ccc;
}

.entry table th,
.entry table td{
	padding:5px;
	font-size:85%;
	border:1px solid #ccc;
}

.entry table th{
	background:#f0f0f0;
}

.entry ul,
.entry ol{
	margin:0 10px 1.5em 30px;
}

.entry ul li{
	list-style-type:disc;
}

.entry ol li{
	list-style-type:decimal;
}

.entry dl{margin:0 5px 1.5em 5px;}

.entry dl dt{
	margin:1.5em 0 0.5em 0;
	line-height:1.3;
}

.entry dl dd{
	margin:0 0 0.3em 3em;
	line-height:1.3;
}

.entry dl dt.first{margin:0 0 0.5em 0;}

p.entry-footer{
	margin:0 0 1.5em 0;
	padding:3px 5px 0 5px;
	font-size:80%;
	text-align:right;
	border-top:1px solid #ccc;
}



/*
------------------------------
   Trackback
------------------------------*/

h3#trackback{
	margin:3em 0 1em 0;
	padding: 0 5px 3px 5px;
	line-height:1.2;
	border-bottom:1px solid #c00;
}

#trackbacks-info{
	margin-bottom:1.5em;
	padding:5px 10px;
	background:#f0f0f0;
	border:1px dashed #ccc;
}

#trackbacks-info h4{
	margin: 0 0 5px 0;
	line-height:1.2;
}

#trackbacks-info p{margin:0;}




/*
------------------------------
   Side Navigation
------------------------------*/

#sidenav h3{
	margin-bottom:5px;
	padding:10px;
	background: url("/img/bg_sidenav_title.jpg") bottom no-repeat #fff;
	line-height:1;
	text-align:center;
	border-top: 2px solid #c00;
}

#sidenav ul{
	margin:0 5px 30px 5px;
}

#sidenav ul li{
	padding: 3px 0 3px 15px;
	font-size:85%;
	background: url("/img/ic_navlist.gif") top left no-repeat #fff;
	border-bottom: 1px solid #ccc;
}



/*
------------------------------
   FOOTER
------------------------------*/


ul#footernav{
	margin: 0 10px 30px 10px;
	padding-top:5px;
	text-align:center;
	border-top: 1px solid #ccc;
}

ul#footernav li{
	display:inline;
	padding-left:15px;
	margin: 0 5px 0 5px;
	font-size:87.5%;
	background: url("/img/ic_navlist.gif") left no-repeat #fff;
}

p#copyright{
	margin:0;
	padding:3px 10px 3px 0;
	color: #fff;
	font-size:80%;
	line-height:1;
	text-align:right;
	background: #c00;
}
