@charset "Shift_JIS";

/*body--------------------------------------------------------------*/
body {
	background-color: #5a8ea0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size    : 12px;
	line-height  : 160%;
	font-family  : "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #E0E6ED;
}

/*text--------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6
{
	margin      : 0;
	text-align  : left;
	font-size   : 12px;
	line-height : 160%;
	font-weight : normal;
}

h1
{
	margin 	: 0px 5px 10px 5px;
	width:180px;
}

tr
{
	font-size   : 12px;
	line-height : 160%;
	font-family : 'ＭＳ Ｐゴシック', sans-serif;
	text-align  : left;
}


.font_red
{
	font-size   : 15px;
	line-height : 160%;
	color       : #FF6600; 
    font-family : 'ＭＳ Ｐゴシック', sans-serif;
}


.font_dred
{
	font-size   : 13px;
	line-height : 160%;
	color       : AF0000; 
    font-family : 'ＭＳ Ｐゴシック', sans-serif;
}


.font_w_green
{
	color : #A2ACB9;
	line-height : 160%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
}

.font_green
{
	color : #426163;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 10px;
}

.font_green2
{
	color : #426163;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}
.font_green3{
    font-size: 13px; 
	font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: #426163; 
}
.font_mgreen
{
	color : #D4D0C8;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11px;
}

.white14 {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #FFFFFF;
}
.white13 {
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #FFFFFF;
}
.white12 {
    font-size: 12px; 
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
    color: #FFFFFF; 
}
.white11 {
    font-size: 11px; 
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
    color: #FFFFFF; 
}
.white10 {
    font-size: 10px; 
	font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: #FFFFFF; 
}
.white9 {
    font-size: 9px; 
	font-family: "ＭＳ Ｐゴシック", sans-serif;
    color: #FFFFFF; 
}

.s2{
  font-size : 12pt;
  font-family : sans-serif,serif;
  font-weight : bold;
  color : #326363;
}
.s1{
  font-size : 10pt;
  font-family : sans-serif,serif;
  color : #326363;
}

/*link--------------------------------------------------------------*/

a
{
	color           : #4d82c4; 
	text-decoration : underline;
}

a:hover
{
	color           : #4d82c4; 
	text-decoration : underline;
}

a:active
{
	color           : #4d82c4; 
	text-decoration : underline;
}


/*command-----------------------------------------------------------*/

.clear
{ 
	clear : both;
}

.left
{
	float : left;
}

.right
{
	float : right;
}


.margin_10
{
	margin 	: 10px;
}
.margin_L10
{
	margin-left 	: 10px;
	margin-bottom 	: 10px;
}

.margin_B5
{
	margin-bottom 	: 5px;
}

.margin_B10
{
	margin-bottom 	: 10px;
}

.margin_B30
{
	margin-bottom 	: 30px;
}

p 
{ 
	margin : 0px;
}

/*menu--------------------------------------------------------------*/

ul 
{
	list-style-type	: none;
	margin			: 0px;
	padding-left	: 5px;
	text-align 		: left;
}

li
{
	background       : no-repeat 1px 3px;
	background-image : url(../logo_image/icon_list.gif);
	margin           : 3px 0px 5px;
	padding          : 0px 0px 0px 20px;
}
