@charset "utf-8";


/* ------------------------------
共通部分
------------------------------ */

body { color: #535353; font-size: 12px; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック; line-height: 140%; background-repeat: repeat-y; background-position: center 0; margin:0; padding:0; }
#back2 { background-repeat: no-repeat; background-position: center 0; }
#back1 { background-repeat: repeat-x; }
h1,h2,h3,ul,li,p { margin: 0; padding: 0; }
img { margin: 0; padding: 0; border-style: none; }
td { font-size: 12px; }

a:link { color: #3486bf; text-decoration: underline; }
a:hover,a:visited,a:active { color: #3486bf; text-decoration: none; }
form { padding: 3px; }


/* ------------------------------
全体レイアウト部分
------------------------------ */

#wrapper { background-repeat: repeat; text-align: left; width: 780px; overflow: hidden; margin-right: auto; margin-left: auto; padding: 0; }
#main { width: 100%; float: none; clear: both; margin: 0; padding: 0; }


/* ------------------------------
ヘッダー
------------------------------ */
#header { background-image: url(../images/header.gif); background-repeat: no-repeat; background-position: right 0; width: 100%; height: 85px; overflow: hidden; margin: 0; padding: 0; }
#header p { margin: 0; padding: 0 0 0 20px; }
#header h1 { font-size: 11px; font-weight: normal; float: none; margin: 0; padding: 10px 0 0 20px; }
.menu { text-align: right; margin: 0; padding: 2px 10px 0 0; }
/* ------------------------------
トップページ
------------------------------ */
.top { background-repeat: no-repeat; margin: 0; padding: 0; }




/* ------------------------------
メニュー
------------------------------ */
/* ------------------------------
センター部分
------------------------------ */
#pan { margin: 0 0 5px; padding: 0 2px 8px 0; }
.photo { padding: 0 15px 15px 0; }
#center { line-height: 150%; width: 720px; overflow: hidden; margin: 0; padding: 30px 30px 0; }
#center p { margin: 0; padding: 5px 0 5px 0; }
#center h2 { color: #535353; font-size: 14px; font-weight: normal; background-image: url(../images/h2_back.gif); background-repeat: repeat-x; margin-top: 20px; margin-bottom: 15px; padding: 4px 5px 4px 15px; border: solid 1px #c1c1c1; }
#center h3 { color: #535353; font-size: 13px; font-weight: normal; margin: 8px 0; padding: 0 0 0 8px; border-bottom: 1px dotted #c1c1c1; border-left: 5px solid #f65013; }
#center h4 { color: #155286; font-size: 12px; background-image: url(../images/icon3.gif); background-repeat: no-repeat; background-position: 0 2px; margin-top: 5px; margin-bottom: 2px; padding-left: 15px; }
#center ul { margin: 0; padding: 15px 10px 10px; }
#center ul li { background-image: url(../images/icon1.gif); background-repeat: no-repeat; margin-bottom: 10px; padding-bottom: 2px; padding-left: 20px; border-bottom: 1px dotted #c1c1c1; list-style-type: none; display: block; }
.pagetop { text-align: right; padding-top: 20px; padding-bottom: 20px; }
/* ------------------------------
フッター部分
------------------------------ */
#footer { color: #535353; background-image: url(../images/footer.gif); background-repeat: repeat-x; width: 100%; float: none; clear: both; margin: 20px 0 0; padding: 0 10px 0 0; }
#footer p { font-size: 11px; text-align: right; padding: 4px 5px 2px; }

/* ------------------------------
CSSハック
------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 100%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.cl { float: none; clear: both; margin: 0; padding: 0; }
