body	{
	margin: 0px 0px;
	padding: 0px;
	background: url("imgs/bgimg.jpg") #d7d7d7 no-repeat;
        color:#000;

}


h1	{
	margin-top: 0px;
	padding: 15px;
	padding-right: 80px;
	background: url("../ga/ue.gif") #36365d no-repeat;
	color: #ddd;
	text-align: right;
	font-size: 14px;
	border-top: #003 2px solid;
	border-bottom: #003 2px solid
}
h2	{
	margin: 15px 10% 0px 10%;
	padding: 10px 15px 10px 15px;
	background: url("") #fff no-repeat;
	color: #003;
	text-align: left;
	font-size: 12px;
	border-top: solid 2px #669;
	border-right: solid 2px #003;
	border-bottom: solid 2px #000;
	border-left: solid 2px #666
}
h3	{
	margin: 15px;
	margin-left: 15%;
	margin-right: 15%;
	padding: 10px;
	background: transparent;
	color: #336;
	text-align: left;
	font-size: small;
	border-left: solid 4px #336;
	border-bottom: solid 1px #336
}
p	{ line-height: 130% }

div.Main	{
	background: #d7d7d7;
	color: #330;
	margin: 0px 10% 10px 10%;
	padding: 10px;
	border-top: solid 2px #ccc;
	border-right: solid 2px #999;
	border-bottom: solid 2px #999;
	border-left: solid 2px #666
}
div.Message	{
	margin: 0px 16% 10px 16%;
	padding: 10px
}
.photo	{
	margin-top: 5px;
	margin-left: 5px;
	float: right
}
.txtend	{ clear: right }

/*=====テーブルへのスタイル設定=====*/
table	{
	background: #999;
	color: #000;
	padding: 1px;
	table-layout: fixed
}
td	{
	background: #369;
	color: #fff;
	padding: 5px;
	line-height: 130%
}
.param	{
	background: #336;
	color: #fff;
	text-align: center;
	border: inset 2px #336
}
/*=====テーブルへのスタイル設定ここまで=====*/

/*=====フォームへのスタイル設定=====*/
form	{
	border: inset 2px #336;
	margin: 0px;
	background: transparent;
	color: #000;
	padding: 5px;
	line-height: 150%
}
input.txt	{
	width: 200px;
	background: #369;
	color: #fff;
	ime-mode: active
}
input.button	{
	margin: 10px;
	background: #336;
	color: #fff
}
.color0	{
	background: #369;
	color: #fff
}
.color1	{
	background: transparent;
	color: #336
}
.color2	{
	background: transparent;
	color: #369
}
/*=====フォームへのスタイル設定ここまで=====*/

/*=====フッタの設定=====*/
div.Navigation	{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	padding-right: 10%;
	background: #003;
	color: #fff;
	border: #003 2px solid;
	text-align: right
}
div.Navigation a:link, div.Navigation a:visited {　/*  div.Navigationの子となるa要素に適用  */
	background: transparent;
	color: #fff;
	text-decoration: none
}
/*=====フッタの設定ここまで=====*/
