/* Copyright SIN(G) All rights reserved. */

body {
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	font-family: 'MS UI GOTHIC', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, sans-serif;
	font-size: 100%;
	line-height: 150%;
	margin: 0% 5%;
}

/*-------------------------------------------------------------------
	ブロック要素
-------------------------------------------------------------------*/
hr {
	width: 100%;
}

/*-------------------------------------------------------------------
	インライン要素
-------------------------------------------------------------------*/
strong {
	color: #FFFF00;
	font-weight: bold;
}

sup.new {
	color: #FF0000;
	font-weight: bold;
	font-family: 'Times New Roman', 'Courier New', 'MS UI GOTHIC', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, sans-serif;
}

img {
	border: 0;
}

/*-------------------------------------------------------------------
	リンク
-------------------------------------------------------------------*/
a {
	color: #0000FF;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #FF0000;
	background-color: #CCFFFF;
}
a:active {
	color: #FF9900;
}

a.mail:link {
	color: #0000FF;
}
a.mail:visited {
	color: #800080;
}
a.mail:hover {
	color: #FF9900;
}

/*-------------------------------------------------------------------
	横線
-------------------------------------------------------------------*/
hr.gray {
	noshade;
	color: #808080;
	width: 100%;
	height: 2px;
}

hr.navy {
	noshade;
	color: #000080;
	width: 100%;
	height: 5px;
}

/*-------------------------------------------------------------------
	見出し
-------------------------------------------------------------------*/
h1 {
	font-size: 2.0em;
	text-align: center;
	color: #FFFFFF;
	background: #3333FF;
	font-weight: bold;
	vertical-align: middle;
	line-height: 120%;
	border-top: 2px solid #9999FF;
	border-left: 2px solid #9999FF;
	border-right: 2px solid #336699;
	border-bottom: 2px solid #336699;
	padding: 4px;
	width: 100%;
}

h2 {
	font-size: 1.5em;
	text-align: left;
	line-height: 150%;
	border-left: 20px solid #9999FF;
	border-bottom: 2px solid #9999FF;
}

h3 {
	font-size: 1.2em;
	text-align: center;

}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}


/*-------------------------------------------------------------------
	リスト
-------------------------------------------------------------------*/
ol {
}

ul {
}

li {
	vertical-align: top;
	margin-bottom: 2em;
	list-style-type: disc;
}


dl {
}

dt {
	font-weight: bold;
}

dd {
}

/*-------------------------------------------------------------------
	表
-------------------------------------------------------------------*/
caption {
	text-align: center;
	padding: 0;
}

th {
	font-weight: bold;
	text-align: center;
}

td {
	display: block;
}

td.contents {
	background-color: #C0C0C0;
	font-weight: bold;
	text-decoration:none;
	width:100%;
	display: block;
}


/*-------------------------------------------------------------------
	テキスト
-------------------------------------------------------------------*/
.intro {
	color: #000066;
	text-align: left;
	border-top: 2px solid #0099FF;
	border-left: 2px solid #0099FF;
	border-right: 2px solid #0033CC;
	border-bottom: 2px solid #0033CC;
	padding: 4px;
	width: 80%;
	overflow: visible;
}

.c1 {
	margin: 0em 0em 0em 2em;
}

.c_center {
	text-align: center;
}

.c_ex {
	margin: 0em 0em 0em 4em;
}


.lnk {
	font-size: 1.2em;
	font-weight: bold;
}

.lnk_exp {
	margin-bottom: 2em;
}


.copyright {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 2px dashed;
	border-color: #000080;
}

.news {
	color: #FFFF00;
	font-family: 'Times New Roman', 'MS UI GOTHIC', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック';
	font-size:14pt;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
}

.caution {
	color: #FF0000;
	border: 1px solid;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 2;
	line-height: 1.5em;
}

.site {
	color: #800000;
	font-weight: bold;
}

.menu_left {
	text-align: left;
	width: 15%;
	border: 1px solid #000000;
	float: left;
}

.main {
	width: 70%;
	padding: 20px;

}

.full_width {
	width: 100%;
	float: left;
}

.green {
	color: #008000;
	font-weight: bold;
}
