/*  基本ページ  */

body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF9900;
}
h1 {
	font-size: 20px;
	color: #CCCCCC;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-align: justify;
}
#main h2 {
	color: #50501A;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin: 2px 0px 10px 5px;
	padding: 0px;
	font-size: 16px;
	color: #FFFFCC;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: justify;
}
.back-color {
	color: #FFFFCC;
}
#left-margin {
	background-image: url(image/left_margin5.jpg);
	background-repeat: repeat;
}


p {
	font-size: 13px;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: justify;
}
.text10 {
	font-size: 10px;
}
.text12 {
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}
.text14-bold {
	font-size: 14px;
	font-weight: bold;
}
.text16 {
	font-size: 16px;
}
.text24 {
	font-size: 24px;
}
.text12white {
	font-size: 12px;
	color: #FFFFFF;
}
.text16white {
	font-size: 16px;
	color: #FFFFFF;
}
.text12red {
	font-size: 12px;
	color: #FF3300;
}
.text14red {
	font-size: 14px;
	color: #FF3300;
}
.text24red {
	font-size: 24px;
	color: #FF3300;
}
.textred {
	color: #FF3300;
}
.textgray {
	color: #333333;
}
.textdarkgreen {
	color: #70703B;
}
.text13darkgreen {
	color: #70703B;
	font-size: 13px;
}
.text16darkgreen {
	color: #70703B;
	font-size: 16px;
}

.float-clear {
	clear: both;
}


/*  ヘッダー部分  */

#header {
	margin: 0px;
	padding: 0px;
}
#header p ,h1 {
	display: none;
}
#header ul {
	margin: 0px;
	padding: 0px;
}
#header li {
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 3px 0px 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	color: #333333;
}
#header a:link {
	color: #003399;
	text-decoration: none;
}
#header a:visited {
	color: #993366;
	text-decoration: none;
}
#header a:hover {
	color: #0066CC;
}


/*  メイン部分  */

#main {
	clear: both;
}


/*  フッター部分  */

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#footer p {
	font-size: 10px;
}


/*  トップページ  */



/*  各ページ左ナビ部分  */



/*  各ページ右コンテンツ部分  */
#right-margin {
	background-image: url(image/right_margin1.jpg);
	background-repeat: repeat;
}
#left-margin2 {

	background-image: url(image/left_margin2.jpg);
	background-repeat: repeat;
}
#right-margin2 {

	background-image: url(image/right_margin2.jpg);
	background-repeat: repeat;
}
#left-margin3 {


	background-image: url(image/left_margin3.gif);
	background-repeat: repeat;
}
#right-margin3 {


	background-image: url(image/right_margin3.gif);
	background-repeat: repeat;
}
ul {
	padding: 0px 0px 0px 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	font-size: 14px;
	line-height: 1.2em;
}

#left-margin4 {



	background-image: url(image/left_margin4.gif);
	background-repeat: repeat;
}
#right-margin4 {



	background-image: url(image/right_margin3.gif);
	background-repeat: no-repeat;
}
h4 {
	margin: 2px 0px 10px 5px;
	padding: 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: justify;
}
.text14white {

	font-size: 14px;
	color: #FFFFFF;
}
.img-left {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
.img-right {
	float: right;
	margin-right: 5px;
	margin-left: 10px;
}

/* ----------------------
      2010/04 追加 
-------------------------*/

.profile-topimage-title{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	padding:5px 5px 2px 50px;
}
.profile-topimage-explain{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:70%;
	padding:2px 5px 2px 60px;
}

