@charset "Shift_JIS";

/* 全称セレクタ--------------------------------------------- */
* {
margin:0;padding:0;
font:normal normal normal x-small/1.4 Verdana,Osaka,Chicago,sans-serif;
border:none;
}

/* 全体指定------------------------------------------------- */

body {
color:#5c5c5c;
text-align:center;
}

html {
scrollbar-arrow-color:#87ceeb;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#87ceeb;
scrollbar-3dlight-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-shadow-color:#87ceeb;
scrollbar-darkshadow-color:#ffffff;
}
/* スクロールバー指定が不要の場合は削除して下さい */

/* リンク--------------------------------------------------- */

a{text-decoration:none;font-size:100%;}
a:link,a:active {color:#ffd700;}
a:visited {color:#ffd700;}
a:hover {color:#fe812e;position:relative;top:1px;left:1px;}

/* 文字----------------------------------------------------- */

em {font-weight:bold;}/* 強調 */
strong {font-weight:bold;font-size:120%;border-bottom:2px solid #fe98a5;}/* より強い強調 */
del {text-decoration:line-through;}/* 削除 */
ins {text-decoration:underline;}/* 追加 */
b {color:#ffffff;}/* 文字色白 */

em,del,ins,b {font-size:100%;}

/* その他--------------------------------------------------- */

ul li {list-style:none;}
hr {display:none;}/* ライン(非表示) */


/* ********************************************************* */
/* index.html用のレイアウト */
/* ********************************************************* */


#warp {text-align:center;}

/* 全体の横幅及び真ん中寄せ(autoは真ん中寄せ必須) */
#header,#main,ul#footer,ul#menu {
width:600px;
margin:0px auto;
text-align:left;
}

/* ヘッダー */
#header {padding:15px 0px 5px 0px;}

/* メイン */
#main {padding:8px 0px 8px 0px;}

/* インラインフレームのサイズ指定はここで */
#main iframe {
width:600px;
height:270px;
}

/* フッター */
ul#footer {
text-align:right;
padding:0px 0px 10px 0px;
}

/* ヘッダー ------------------------------------------------ */

/* サイトタイトル */
#header h1 {
color:#ffffff;
font-size:140%;
font-family:"Century Gothic",Tahoma,Osaka;
letter-spacing:1px;
height:25px;
line-height:25px;
margin:0px 0px 8px 0px;
padding-left:8px;
background:url(bar-top.gif) no-repeat #87cefa;/* タイトルバー画像と背景色指定 */
}

/* トップ画像用(余白) */
#header p.top {margin:2px 0px 0px 0px;}

/* メニュー ------------------------------------------------ */

ul#menu {
padding:0px 5px 0px 0px;
text-align:right;
}

ul#menu li {
display:inline;/* 横並び */
color:#fe812e;
}

/* メニュー用リンク */
ul#menu li a {font-family:"Century Gothic",Tahoma,Osaka;font-size:120%;font-weight:bold;}
ul#menu li a:link,ul#menu li a:active,ul#menu li a:visited {color:#ffd700;}
ul#menu li a:hover {color:#fe812e;}

/* フッター ------------------------------------------------ */

ul#footer li {
color:#9ad539;
display:inline;/* 横並び */
}

/* フッター用リンク */
ul#footer li a {font-family:"Century Gothic",Tahoma,Osaka;font-size:120%;font-weight:bold;}
ul#footer li a:link,ul#footer li a:active,ul#footer li a:visited {color:#9ad539;}
ul#footer li a:hover {color:#5c5c5c;position:relative;top:1px;left:1px;}


/* ********************************************************* */
/* ここからIフレーム内ページ用の指定 */
/* ********************************************************* */


/* Iフレーム内全体の横幅と余白 */
#wrapper {
width:600px;
margin:0px auto;
text-align:left;
}

/* 見出し--------------------------------------------------- */

/* 大見出し */
#wrapper h1 {
color:#87cefa;/* 文字色 */
font-size:130%;/* 文字サイズ */
line-height:14px;
margin:0px 0px 13px 0px;
padding:0px 0px 3px 20px;
border-bottom:1px dashed #9ad539;
background:url(heart-1.gif) no-repeat left top;
}

/* 各見出し */
#wrapper h2,#wrapper h3,#wrapper h4 {
color:#ffd700;/* 文字色 */
font-size:120%;/* 文字サイズ */
font-weight:bold;
margin:0px 0px 9px 0px;
padding-left:12px;
background:url(ci-ma3.gif) no-repeat left center;
}

/* h1と同じ大見出し(h1以外の場所に使いたいときに) */
#wrapper .title {
color:#fe98a5;/* 文字色 */
font-size:130%;/* 文字サイズ */
line-height:14px;
margin:0px 0px 13px 0px;
padding:0px 0px 3px 20px;
border-bottom:1px dashed #9ad539;
background:url(heart-1.gif) no-repeat left top;
}

/* P段落---------------------------------------------------- */

#wrapper p {
font-size:100%;/* 文字サイズ */
line-height:170%;/* 行間 */
margin:0px 3px 30px 3px;/* ★ */
padding:0px;
}

/* 文字を大きくする */
#wrapper p.text {
font-size:170%;/* 文字サイズ */
line-height:200%;/* 行間 */
}

/* 下部余白無し */
#wrapper p.none {
margin:0px 3px 5px 3px;/* ★ */
padding:0px;
}

/* 装飾BOX */
#wrapper p.box1 {
color:#5c5c5c;
padding:10px 8px;
line-height:170%;/* 行間 */
background:url(back.gif);
border:1px solid #fe98a5;
}

#wrapper p.box2 {
color:#ffffff;
padding:10px 8px;
line-height:170%;/* 行間 */
background:#fe98a5;
}

/* リスト--------------------------------------------------- */

#wrapper ul {margin:0px 3px 10px 3px;}/* ★ */

#wrapper li {padding:0px 0px 1px 0px;}

/* マーカー付き */
#wrapper ul.list01 {}
#wrapper ul.list01 li {list-style:circle inside;}

/* マーカーアイコン画像付き */
#wrapper ul.list02 {}
#wrapper ul.list02 li {
padding-left:12px;
background:url(ci-he59.gif) no-repeat left center;
}

/* リンクページ用------------------------------------------- */

#wrapper ul.link01 {margin:0px 3px 20px 3px;}/* ★ */

#wrapper ul.link01 li {
display:inline;/* 横並び */
padding:0px 1px;
}

/* 下部余白を無くす */
#wrapper ul.link02 {margin:0px 3px 3px 3px;}/* ★ */

#wrapper ul.link02 li {
display:inline;/* 横並び */
padding:0px 1px;
}

/* 戻るリンク----------------------------------------------- */

#wrapper ul.pagetop {
margin:10px 3px 5px 3px;/* ★ */
text-align:right;
}

#wrapper ul.pagetop li {
padding-left:3px;
display:inline;/* 横並び */
}

/* フッター------------------------------------------------- */

ul#foot {
padding:10px 3px;/* ★ */
text-align:right;
}

ul#foot li {
padding-left:3px;
display:inline;/* 横並び */
}


/* ********************************************************* */


