@charset "Shift_JIS";

/* テンプレート#f023 * designed by starlit * http://sky.starlit.biz/ */

/* 全称セレクタ--------------------------------------------- */

* {
margin:0;padding:0;
font:normal normal normal 12px/1.5 Verdana,Osaka,Chicago,sans-serif;
border:none;
}

/* 全体指定------------------------------------------------- */

body {
color:#333333;
text-align:center;
}

html {
scrollbar-arrow-color:#dde0cb;
scrollbar-face-color:#333333;
scrollbar-highlight-color:#dde0cb;
scrollbar-3dlight-color:#333333;
scrollbar-track-color:#111111;
scrollbar-shadow-color:#dde0cb;
scrollbar-darkshadow-color:#333333;
}
/* スクロールバー指定が不要の場合は削除して下さい */

/* リンク--------------------------------------------------- */

a{text-decoration:none;font-weight:bold;}
a:link,a:active {color:#5f819f;}
a:visited {color:#5f819f;}
a:hover {color:#a5c6d5;position:relative;top:1px;left:1px;}

/* 文字----------------------------------------------------- */

em {font-weight:bold;}/* 強調 */
strong {font-weight:bold;border-bottom:2px solid #a5c6d5;}/* より強い強調 */
del {text-decoration:line-through;}/* 削除 */
ins {text-decoration:underline;}/* 追加 */
small {font-size:80%;}/* 小さい文字 */


/* ********************************************************* */
/* ヘッダー */
/* ********************************************************* */


/* ヘッダー */
#header {
position:relative;
height:225px;/* ヘッダー部分の縦幅指定◆ */
background:url(img/tartan_01.png) #ffffff;/* 背景画像を指定(変更したい場合はここ) */
}

/* サイトタイトル(topとrightで位置指定してます) */
#header h1 {
position:absolute;/* 絶対指定 */
bottom:30px;/* 下からの位置 */
right:40px;/* 右からの位置 */
color:#333333;
font-size:260%;
font-family:Impact,Tahoma,Osaka;
letter-spacing:1px;
}

#header hr {
position:absolute;/* 絶対指定 */
bottom:0px;/* 下からの位置 */
width:100%;
height:22px;/* メニュー部分の縦幅指定 */
line-height:22px;/* 上のheightと数値を合わせる */
border-top:1px solid #111111;
border-bottom:1px solid #111111;
background:#333333;/* メニューバーの背景色 */
}


/* ********************************************************* */
/* メイン */
/* ********************************************************* */


#enter {
width:410px;/* 横幅 */
text-align:left;
margin:0px auto;
padding:40px 0px 40px 0px;/* 上下の余白を指定 */
}

#enter h2,#enter h3 {
color:#333333;
font-size:100%;
font-weight:bold;
margin:0px 0px 12px 0px;
padding:0px 0px 0px 15px;/* 15pxはアイコンと文字の間の余白を指定してます */
border-bottom:1px dashed #333333;
background:url(img/s-heart1.gif) no-repeat left center;/* アイコン指定 */
}

#enter p {
font-size:100%;
line-height:170%;
margin:0px 1px 20px 1px;
}


/* ********************************************************* */


