@charset "Shift_JIS"; 

body{
background-color:;
font-size : 125%; 
line-height : 150%; 
letter-spacing : 1px;/*横隙間*/
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
}

a{
color:#666666;
text-decoration:none;
}
a:hover{
color:#ec6d71;
}
ul {
list-style: none;/*手前に○とかのマーカーなし*/
} 


/* -------------------------------------------- */ 
/* タイトル color:#b0ca71; 
/* -------------------------------------------- */ 
h1 { 
font-size : 130%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif; 
letter-spacing : 3px;
margin:0px 0px 0px 0px;/*上右下左*/
padding:50px 0px 0px 20px;/*上右下左*/
}


/* -------------------------------------------- */ 
/* 全体
/* -------------------------------------------- */ 
#page{
width:600px; 
padding:12px;
margin:0px auto;
height:auto;
text-align:left;
} 


/* -------------------------------------------- */ 
/* メインメニュー　縦
/* -------------------------------------------- */ 
#main{
font-size : 110%; 
letter-spacing : 1.2px;/*横隙間*/
}
#main ul{
list-style: none;
}
#main li{
margin:0 px;
}
#main li a {color:#82ae46;text-decoration: none;font-weight:bold;}/*リンクされた文字色*/
#main li a:link {color:#82ae46;}/*未訪問*/
#main li a:visited {color:#c1d8ac;}/*訪問後*/
#main li a:hover {color:#00a381;top:2px;font-size :120%;}/*ふれたとき*/
#main li a:active {color:#59b9c6;}/*クリック中*/




/* -------------------------------------------- */ 
/* メインメニュー　縦（ﾌｫﾙﾀﾞ一階層下）
/* -------------------------------------------- */ 
#main1-under{
font-size : 110%; 
letter-spacing : 1.2px;/*横隙間*/
}
#main1-under ul{
list-style: none;
}
#main1-under li{
margin:0 px;
}
#main1-under li a {color:#82ae46;text-decoration: none;}/*リンクされた文字色*/
#main1-under li a:link {color:#82ae46;}/*未訪問*/
#main1-under li a:visited {color:#c1d8ac;}/*訪問後*/
#main1-under li a:hover {color:#00a381;top:2px;font-size :120%;}/*ふれたとき*/
#main1-under li a:active {color:#59b9c6;}/*クリック中*/




/* -------------------------------------------- */ 
/* メインメニュー　横
/* -------------------------------------------- */ 
#main2{
font-size : 130%; 
}
#main2 ul{
list-style: none;
text-align : ; 
}
#main2 li{
display: inline; /*←これが横へのキーワード*/
margin:0px 0px 0px 0px;/*上右下左*/
}
#main2 li a{
color:#56A9AB;
text-decoration : none; 
} 
#main2 li a:hover {
color:#b0ca71; 
top : 2px;
}


/* -------------------------------------------- */ 
/* ページトップへもどる
/* -------------------------------------------- */ 

.pagetop{
text-align : right;
padding: 40px 0 0 ;
background: url("item/03.png") no-repeat right center;
}




/*---------------------------------
ライン
---------------------------------*/

/*===== text.html　間のライン　点線（天色） ======*/
hr.line-amairo{
    border-width: 1px 0px 0px 0px; /* 太さ */
    border-style: dashed; /* 種 */
    border-color: #2ca9e1;/* 色 */
    height: 2px; /* 高さ */
    /*width:80%;*/
    text-align:left;
}


/*===== text.html　間のライン　点線（翡翠色） ======*/
hr.line-green{
    border-width: 1px 0px 0px 0px; /* 太さ */
    border-style: dashed; /* 種 */
    border-color: #38b48b;/* 色 */
    height: 2px; /* 高さ */
    /*width:80%;*/
    text-align:left;
}



/*【gallery→テキストページ用】---------------- */ 
/* ページ全体
/* -------------------------------------------- */ 
/*===== ボディー ======*/
#body-page1{
	line-height:2.3em;
	color: #7F7F7F;
	font-size:small;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, Sans-Serif;
	overflow-x: hidden;/*スクロール　横　なし*/
}




/*h4タグ設定(日記用)
---------------------------------------------------------------------------*/
h4 {
	/*font-size: 10px;		文字サイズ*/
	color: #88cb7f;			/*文字色*/
	/*text-align: right;		右寄せ*/
}
