@charset "Shift_JIS";


/* ********************************************************* */
/* メニュー(上フレーム) */
/* ********************************************************* */


/* 全体----------------------------------------------------- */

* {
margin:0;padding:0;
font:normal normal normal x-small/1.5 Verdana,Osaka,Chicago,sans-serif;
border:none;
}

body {
color:#333333;
border-top:10px solid #d13d7c;/* フレーム上部のライン(色と太さ) */
background:url(img/back4.gif) repeat-x center;/* 全体の背景 */
}

/* リンク--------------------------------------------------- */

a{text-decoration:none;}
a:link,a:active {color:#333333;}
a:visited {color:#333333;}
a:hover {color:#d13d7c;position:relative;top:1px;left:1px;}

/* 他------------------------------------------------------- */

/* リストマーカー */
ul li {
list-style:none;
display:inline;/* 横並び */
}

/* ライン(非表示) */
hr {display:none;}

/* レイアウト----------------------------------------------- */

#menu {
position:relative;
height:55px;/* フレーム縦幅65px−フレーム上部のライン10px */
text-align:left;
background:url(img/w-line1.gif) repeat-x bottom;/* メニュー下のライン画像 */
}

/* 以下、positionで位置指定をしています--------------------- */

/* 「Your Site Name」の部分を変更すると、調節が必要になります */
/* ご自分のサイト名の文字幅に合わせて下記指定の部分を調節してみて下さい */

/* サイトタイトル */
#menu h1 {
position:absolute;
top:-2px;/* 上からの位置 */
left:30px;/* 左からの位置 */
color:#333333;
font-size:360%;
font-family:"Century Gothic",Tahoma,Verdana;
}

/* メニュー1 */
#menu ul.menu1 {
position:absolute;
top:12px;
left:310px;/* ●上記h1(タイトル)の文字幅に合わせて適時変更して下さい● */
}

/* メニュー2 */
#menu ul.menu2 {
position:absolute;
top:27px;
left:310px;/* ●上記h1(タイトル)の文字幅に合わせて適時変更して下さい● */
}


/* ********************************************************* */


