@charset "shift_jis"; 

/*	--- common.css ---	*/

/*	---タグの再定義---	*/
body {
	color:     #ooo;
	text-align: center;
	margin:     auto 0;
	padding:    0;
	background-color: #cccccc;
	 }

.comhide{
	visibility:  hidden;
 
}
	
#layout {
	text-align: center;
	padding:     0;
	width:       760px;
	margin-right:  auto;
	margin-left:   auto;
	 }


#header  {
	background-image:   url(image/header.gif);
	background-repeat:   no-repeat;
	background-position: left 0;
	text-indent:         -9999px;
	margin:              0;
	width:               760px;
	height:              70px;
	 }

 
 #GoHome  {
	background-color: #fff;
	text-align:        center;
	margin-top:        0;
	margin-bottom:     0;
	width:             760px;
	 }



/*	本文エリアのボックス	*/
#main     {
	background:    #ffffff;
	text-align:    center;
	margin-top:    0;
	margin-bottom: 0;
	width:         760px;
	 }


/*	フッタのボックス	*/
#footer    {
	text-indent:         -9999px;
	background-image:   url(image/footer.gif);
	background-repeat:   no-repeat;
	background-position: left 0;
	margin:              0;
	width:               760px;
	height:              40px;
	padding:     0;
	font-size: xx-small;
	font-weight: lighter;
	color: #FF0000;
	 }

 
 
/*	執筆者名	*/
.desinger  { 
	width:               760px;
	display: block;
	font-size: 14px; 
	font-family: "Comic Sans MS", "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック; 
	text-align: right;
 }

.invdesin   {
	font-size:  14px;
	font-family: "Comic Sans MS", "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック;
	text-align:  right;
	visibility:  hidden;
	display:     block;
	width:       760px;
	 }

 
 
/*	リンクの設定	*/
a:link {
	text-decoration:none;
	color:           #FF0000;
	border: none;
}
a:visited {
	text-decoration:none;
	border: none;
	color:           #FF3300;
}
a:active {
	border: none;
	color:           #FF0000;
}
a:hover {
	text-decoration:none;
	color:           #FF0000;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #FF0000;
	border-left: none;
}

.note{
	color: #03c; 
	font-size: 14px; 
	text-align: center; 
	margin: 10px; 
	padding: 15px; 
	border: dotted 2px #fc0;

}

.go_top    {
	font-size:           16px;
	font-family:         Impact, Chicago;
	color:           #FF0000;
	background-image:    url(image/go_to_top.gif);
	background-repeat:   no-repeat;
	background-position: center bottom;
	text-align:          left;
	text-indent:         570px;
	margin:              20px;
	padding-left:        0;
	width:               680px;
	height:              32px;
	 }




#home      {
	font-size:        14pt;
	font-family:       "Comic Sans MS", Courier;
	text-indent: 15px;
	color:           #FF0000;
	text-decoration:   none;
	background-color:  #fff;
	background-image:  url(image/gotohome.gif);
	background-repeat: no-repeat;
	text-align:        center;
	display:           block;
	margin-right:      auto;
	margin-left:       auto;
	width:             160px;
	height:            24px;
	border:            none;
	 }




#home a:link     {
	font-size:        14pt;
	font-family:       "Comic Sans MS", Courier;
	text-indent: 15px;
	color:           #FF0000;
	background-image:  url(image/gotohome.gif);
	text-decoration:  none;
	background-repeat: no-repeat;
	display:           block;
	width:             160px;
	height:            24px;
	border:            none;
	margin-left: auto;
	margin-right: auto;
	 }




#home a:hover    {
	font-size:        14pt;
	font-family:       "Comic Sans MS", Courier;
	text-indent: 20px;
	color:           #FF0000;
	text-decoration:  none;
	background-image:  url(image/gotohome_f2.gif);
	background-repeat: no-repeat;
	display:           block;
	width:             160px;
	height:            24px;
	border:            none;
	margin-left: auto;
	margin-right: auto;
	 }



#home a:active    {
	font-size:        14pt;
	font-family:       "Comic Sans MS", Courier;
	text-indent: 20px;
	color:           #FF0000;
	text-decoration:  none;
	background-image:  url(image/gotohome_f2.gif);
	background-repeat: no-repeat;
	display:           block;
	width:             160px;
	height:            24px;
	border:            none;
	margin-left: auto;
	margin-right: auto;
	 }




.navi {
	margin: 0;
	padding-left:0;
	border-bottom:1px solid #ccd;
	padding-bottom: 36px;
	}

.navi li {
	color:#6600CC;
	margin:5px 5px 0 0;
	padding:5px;
	display:inline;
	list-style-type:none;
	background:#e3e3e3;
	border:1px solid #ccccdd;
	float:right;
	line-height:20px;
	text-decoration:none;
	font-size: 20px;
	font-family:         "ＭＳ ゴシック", Impact, "Osaka−等幅", SimSun;
	font-weight: bolder;
	width:80px;
	text-align: center;
	}

	
.navi #here {
	background:#fff;
	border-bottom:1px solid #fff;
	color:#000;
	}
	
.navi li a {
	color:#666;
	text-decoration : none;
	}

.navi li a:hover {
	color:#f00;
	}




 
 #Lang  {
	color:           #FF0000;
	background-color: #fff;
	text-align:       right;
	margin-top:       0;
	margin-bottom:    0;
	width:            760px;
	height:           40px;
	 }

 

#GoLang        {
	font-size:           18pt;
	font-family:         Impact, Chicago;
	line-height:         20pt;
	color:           #FF0000;
	text-decoration:     none;
	background-image:    url(image/golang.gif);
	background-repeat:   no-repeat;
	background-position: right 0;
	text-indent:         30px;
	display:             block;
	width:               200px;
	height:              30px;
	border:              none;
	margin-right:        10px;
	 }




#GoLang a:link       {
	text-decoration:  none;
	background-image:  url(image/golang.gif);
	background-repeat: no-repeat;
	color:           #FF0000;
	text-align:        right;
	text-indent:       30px;
	display:           block;
	width:             200px;
	height:            30px;
	border:            none;
	 }






#GoLang a:hover      {
	text-decoration:  none;
	background-image:  url(image/golang_f2.gif);
	background-repeat: no-repeat;
	color:           #FF0000;
	text-indent:       40px;
	display:           block;
	width:             200px;
	height:            30px;
	border:            none;
	 }





#GoLang a:active      {
	text-decoration:  none;
	background-image:  url(image/golang_f2.gif);
	background-repeat: no-repeat;
	color:           #FF0000;
	text-indent:       40px;
	display:           block;
	width:             200px;
	height:            30px;
	border:            none;
	 }




blockquote  { 
	color: #666666; 
	font-size: 12px; 
	line-height: 18px; 
	margin: 10px 0 10px 30px; 
	padding: 10px 0 10px 30px; 
	border-left: 5px solid #FF0000;
	 }
/*	---タグの再定義ここまで---	*/


/*	---フォームの各種設定ここから---	*/
/*	各種フォーム用テキスト	*/
.textS {
	font-size: 10px;
	color: #333333;
}
.textM {
	font-size: 12px;
	color: #333333;
}
.textL {
	font-size: 14px;
	color: #333333;
}


/*	---フォームの各種設定ここまで---	*/

