@charset "utf-8";

@import "reset.css";	/* リセットスタイル */
@import "font.css";	/* 基本フォント */

#container{margin-left:auto;margin-right:auto;width:570px; background:none; border-left:#bbd33e solid 1px;border-right:#bbd33e solid 1px;padding-left:7px;padding-right:7px;}
#header {border-bottom:#bbd33e 2px solid;width:570px;height:110px;}
h1 {font-size:0.9em; position: inherit; margin:3px 0 0 0; text-align:right;background:#bbd33e;color:#FFFFFF;}
.logo {text-align:center;padding-top:5px;}

.wrapper {width:570px; margin-left:auto; margin-right:auto;}

h2 {color:#CC0000;padding:5px 0 0 5px;font-size:12pt;font-weight:bold;background:none;width:495px;height:20px;margin:20px 0 3px 0;border-bottom:#666666 dotted 1px;}
h2 span.yomi {padding-left:10px;font-weight:normal;font-size:10pt;color:#333333;}
.ex {margin:10px 0 0 10px; line-height:1.5em;}
dl.link {margin:10px 0 0 10px;}
dl.link dt {font-weight:bold;}


#index {margin:20px 5px 0 5px;}
h3 {font-size:1.2em;padding:5px 0 5px 5px;;border-top:#bbd33e solid 3px; background: #FFFFCC;}
#list {margin-left:5px;}
#catLink {border-top:#bbd33e solid 1px;border-bottom:#bbd33e solid 1px; text-align:center; padding:5px 0;}

dl#list {width:570px;}
dl#list dt {font-size:1.1em; font-weight:bold; clear:both;padding-top:10px;border-bottom:#666666 dotted 1px;width:540px;}
dl#list dt a {color:#CC0000;}
dl#list dd { float:left;display:inline;width:140px;padding:10px 20px 0 12px;margin-left:10px; background: url(../img/list_icon.gif) no-repeat left 12px;}


.pageTop {clear:both;float:left;margin-top:20px;}
.formLink {margin:20px 0 10px 0; text-align:right; float:right;}

#footer{ clear:both;height:45px;line-height:1.5em;width:570px;text-align:center;font-size:0.9em;border-top:#bbd33e 2px solid; padding-top:5px;}