@charset "Shift_JIS";

/*****全体の設定*****/
*{
   line-height : 20px; /**行間**/
   letter-spacing : 1px; /**文字の間隔**/
}

body,td{
   font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
   color : #000000;  /**文字色**/
   font-size : 10px;  /**文字の大きさ**/

/*****スクロールバーの色（ＩＥのみ）*****/
　scrollbar-face-color:#ffffff;
　scrollbar-track-color:#ffffff;
　scrollbar-arrow-color:#ff6699;
　scrollbar-3dlight-color:#ffffff;
　scrollbar-highlight-color:#ffffff;
　scrollbar-shadow-color:#ffffff;
　scrollbar-darkshadow-color:#ffffff;
}


/*****リンクの設定*****/
a:link,a:active,a:visited{
  color : #000000;　/**リンクの文字色**/
  font-weight : bold; /**太字に設定**/
  text-decoration : none;
}
a:hover {
   position : relative;
   top:1px;
   right:1px;
   color : #ff6699; /**リンクにマウスを置いたときの文字色**/
}

/**マウスポインタの形**/
a{
   cursor:e-resize;
}

/****コピーライト表示設定****/
.copyright,copyright a{
   font-size : 9px; /**文字大きさ**/
   margin:5px;  padding:2px; /**余白**/
}


/*****タイトル（サイト名）*****/
h1,h1 a{
	position: absolute;
	font-size: 25px;
	font-weight: normal;
	color: #ff6699;

}


/*****見出し設定*****/
h2{
margin:0px;
padding:0px;
font-size:13px;
font-weight:normal;
font-family:Century Gothic,ＭＳ Ｐゴシック;
border-bottom:1px solid #ff6699;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	line-height: 20px;
	color: #ff6699;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right center;
	letter-spacing: 1px;
	height: 20px;
	padding-right: 20px;
	text-align: right;
	margin-top: 1em;
	border-bottom: 1px solid #ff6699;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #ff6699;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left center;
	margin: 1.5em 0px 0.7em;
	padding-left: 15px;
border-bottom:1px solid #ff6699;
}

h5 {
margin:5px 0px;
padding:0px 0px 0px 5px;
color:#ffffff;
font-size:12px;
font-weight:bold;
background-color:#ff6699;
border:3px double #ff6699;
}

h6 {
margin:5px 0px;
padding:0px 0px 0px 5px;
font-size:11px;
font-weight:bold;
border-left:5px solid #ff6699;
border-bottom:1px solid #ff6699;
}

/****テキスト設定****/
.text1{
   margin:10px;
   padding:2px;
   color : #000000; /**本文の文字色**/
}
.text2{
margin:10px;
line-height:20px;
background-color:#fff;
background-image:url(img/t2.gif);
}

/*****フォーム*****/
textarea,input,select {
   padding:2px;
   font-family: Osaka,"ＭＳ Ｐゴシック";
   font-size : 10px; /**文字の大きさ**/
   background-color:#ffffff; /**背景色**/
   color : #000000;   /**文字色**/
   border: dotted 1px #ff6699; /**線の設定**/
}


/*****メニュー部分*****/
#menu{
   width : 140px ; 
   text-align:center;
}

#menu ul { 
   margin: 0; 
   padding :0 10px; 
   list-style-type : none; 
}

#menu li { 
   display : inline;    
   height:10px; 
   margin-bottom: 2px; 
   border-bottom: dotted 1px #ff6699; /**線の設定**/
}

#menu a:hover {
   font-size : 10px; 
   height:10px; 
   background-color:#ff6699;　/**マウスを乗せたときの背景色**/
   color : #ffffff;   　　　　　　　　　　/**マウスを乗せたときの文字色**/　
   text-decoration:none;
   padding:2px 0px 2px 2px;
   width:100%; 
}

#menu a {
   font-size:10px;
   height:10px; 
   text-decoration:none;
   padding:2px 0px 2px 2px;
   width:100%; 
}



/*****リンク(menu)タイトル部分*****/
.linktitle{
   width : 140px ; 
　　height:10px;
   margin: 10px 5px;
   padding-left: 10px;
   color : #000000; /**リンクタイトル文字色**/
   font-weight: bold;　/**太字にする**/
   font-size:12px;  /**文字の大きさ**/
   border-bottom: double 3px #ff6699; /**線の設定**/
   text-align:center; /**文字を真中に設定**/
}





/**css by Pleasure**/