@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

	
body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link {
	color: orange;
	text-decoration: none;
	font-weight: 900;
} 
  
a:visited {
	color: orange;
}

a:hover {
	color: Yellow;
	text-decoration:underline;
}   

a:active {
	color: yellow;
} 


body {
	background-color: #003;
	margin: 0 0 20px 0;
	text-align: center;
}

#title {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background-color: #002;
}


#page{
	overflow:hidden;
	width: 860px;
	margin: 0 auto;
}

#page:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #page {
    height: 1em;
    overflow: visible;
}
/**/
		

#background {
	position: relative;
	background-image: url(../img/bg_1.jpg);
	background-repeat: repeat;
	width: 860px;
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
}


/*\*/
* html #background {
    height: 1em;
    overflow: visible;
}
/**/

#main {
	position: relative;
	background-color: #002;
	background-image: url(../img/top.jpg);
	background-repeat: none;
	width: 780px;
	margin: 0 auto;
	overflow:hidden;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/


#footer {
	clear: both;
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	line-height: 1.2;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #150000;
	padding: 15px;
	height: 30px;
	width: 100%;
	margin: 0 auto;
}

.small {
	color: white;
	font-weight: 100;
	padding: 5px;
}

ul#navi_menu {
	width: 720px;
	height: 20px;
}

ul#navi_menu li {
	width: 90px;
	height: 20px;
	display: block;
}


/* Language */
#l_button {
	float: right;
	height: 30px;
	width: 300px;
	padding: 0px;
	margin: 10px 30px 0 0;
}

#l_button ul {
	width: 300px;
}

#l_button li {
	list-style-type: none;
	display: inline;
	padding: 0px 0px 0px 20px;
	text-align: right;
}

/* MAIN CONTENTS */
#info {
	font-size: 12px;
	font-weight: bold;
	float: right;
	height: 40px;
	width: 560px;
}

#content {
	font-size: 11px;
	float: left;
	width: 500px;
	margin: 10px 20px 30px 20px;
	color: #300;
	line-height: 1.4em;
}

#pTop {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	background-color: #002;
	color: #09F;
	font-size: 70%;
}


/* NEWS */
.news {
	float: left;
	width: 500px;
	padding: 0 0 10px 10px;
	line-height: 1.4em;
	font-size: 14px;
	color: white;
}

.news p {
	padding: 5px 0 5px 0;
}

.news ul {
	padding: 5px 0 5px 20px;
}

.news ul li {
	padding: 7px 0;
	list-style-type: square;
}

.sns_logo {
	clear: both;
	margin: 10px;
	float: left;
	width: 32px;
}

.sns_text {
	margin: 10px 0;
	float: left;
	width: 300px;
	padding: 7px 0;
}

.sns_logo_n {
	clear: both;
	margin: 0 10px;
	float: left;
	width: 32px;
}

.sns_logo_l {
	clear: both;
	margin: 10px;
	float: left;
	width: 90px;
}

.sns_text_n {
	margin: 0;
	float: left;
	width: 300px;
	padding: 7px 0;
}


h1 {
	padding: 10px 0 3px 10px;
	font-weight: 800;
	color: gold;
	border-bottom: groove #09C;
	font-size: 18px;
}

h2 {
	padding: 10px 0;
	line-height: 1.4em;
	font-weight: 600;
	color: lightsteelblue;
	font-size: 16px;
}

h3 {
	padding: 10px;
	color: #006;
	font-size: 14px;
} 
   

.navy a:link {
	color: #006;
	text-decoration: none;
	font-weight: 900;
	text-align: left;
}

.navy a:visited {
	color: #006;
}

.navy a:hover {
	color:  GreenYellow;
	text-decoration:underline;
} 


/* DECOLATION */
.bb {
	border-bottom: dotted #09F;
}

.yellow {
	color: gold;
}

.sb {
	font-size: 90%;
	font-weight: 900;
}

.smaller {
	font-size: 80%;
}

/* display */
.img {
	padding: 10px 0;
}

/* FRUID MENU BAR */
#menuBarHolder { 
	width: 650px; 
	height:45px; 
	background-color:#003; 
	color:#fff; 
	font-family:Arial; 
	font-size:14px; 
	margin:5px auto;
	text-align: center;
}

#menuBarHolder ul{ 
	list-style-type:none; 
	display:block;
}

.firstchild { 
	border-left:1px solid #666;
}

#container { 
	margin-top:100px;
}

#menuBar li{  
	float:left;
	padding:15px; 
	margin: 0 auto; 
	height:16px; 
	width:50px; 
	border-right:1px solid #666; 
	list-style-position:outside;	
}

#menuBar li a{
	color:#fff; 
	text-decoration:none; 
	letter-spacing:-1px; 
	font-weight:bold;
}

/*[if IE]*/
#menuBar li a{
	width:50px;
	}
	
.menuInfo { 
	margin-left:-65px; 
	width:80px;
	display: none;
}
/* end */

.menuHover { 
	background-color:#999;}
	
.menuInfo { 
	cursor:hand; 
	background-color:#003; 
	color:#fff; 
	width:74px; 
	font-size:11px;
	height:100px; 
	padding:3px; 
	display:none;  
	position:absolute; 
	margin-left:-15px; margin-top:-15px;
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;   
	-khtml-border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;
}


/* パンくずリスト */
#pl{
	text-align: left;
	font-size: 1em;
	width: 780px;
	margin: 2px auto 0 auto;
}

#crumbs {
	height:20px;
	border:1px solid #dedede;
	background-color: #FFF;
}

#crumbs li {
	list-style: none;	
	float: left;
	line-height: 2em;
	padding-left: 5px;
	font-size: 10px;
}

#crumbs li a {
	display: block;
	background: url(../img/crumbs.gif) no-repeat right center;
	padding: 0 20px 0 0;
	color: #003;
}


/* HOME CONTENTS */

#s_contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 20px 20px;
	padding: 0px;
	float: left;
	width: 200px;
	min_height: 700px;
}

#s_contents h1 {
	margin: 10px 0 0 0; 
	padding: 0;
	border: none;
}

.s_pics {
	margin: 10px 0 0 0;
	padding: 0;
	/*border: white 3px solid;*/
	float: left;
	width: 200px;
}


img{
	border:none;
}

.abt li {
	list-style-type: none;
}

/* 角丸 */
.box{
    margin: 10px 0;
	padding: 0 0 10px 0;
	background-color: white;	
}

.box p {
	padding: 5px 10px;
	font-size: 11px;
	color: #280000;
	font-weight: nomal;
}
 
.curved{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px; 
    border-radius: 10px;
	behavior: url(border-radius.htc);
}

/* SIDE MENU for 2em */
.lmenu ul {
	float: left;
	width: 200px;
	line-height: 1.2em;
	padding: 0 0 20px 20px;
	background-color: white;
	margin : 0 0 10px 0;	
	list-style-type: none;
	
}

.lmenu li {
	margin: 0 0 0 10px;
	height: 16px;
	line-height: 1.2em;
	padding: 10px 0 10px 14px;
	background: url(../img/triangle.png) no-repeat left;
	list-style-type: none;
	color: #1a1a1a;
	background-position: 0 12px;
	font-size: 12px;
	font-weight: lighter;
}

.lmenu li.top {
	padding: 0 0 10px 14px;
	background-position: 0 2px;
	font-weight: lighter;
}

.lmenu li a {
	color: #1a1a1a;
	font-weight: lighter;
}

/* SIDE MENU for 1em */
.lmenu1 ul {
	float: left;
	width: 200px;
	line-height: 1.2em;
	padding: 0 0 20px 20px;
	background-color: white;
	margin : 0 0 10px 0;	
	list-style-type: none;
	
}

.lmenu1 li {
	margin: 0 0 0 10px;
	height: 16px;
	line-height: 1.2em;
	padding: 5px 0 5px 14px;
	background: url(../img/triangle.png) no-repeat left;
	list-style-type: none;
	color: #1a1a1a;
	background-position: 0 6px;
	font-size: 12px;
	font-weight: lighter;
}

.lmenu1 li.top {
	padding: 0 0 5px 14px;
	background-position: 0 2px;
	font-weight: lighter;
}


.lmenu1 li a {
	color: #1a1a1a;
	font-weight: lighter;
}



/*.curved { 
	-moz-border-radius:10px; 
	/ Firefox / -webkit-border-radius:10px; 
	/ Safari and chrome / -khtml-border-radius:10px; 
	/ Linux browsers / border-radius:10px; 
	/ CSS3 / 
}
*/
.box h4 {
	text-align: center;
	padding: 10px 0 0 0;
}

ul.link {
	margin: 10px 0px;
	padding: 0px;
	width: 200px;

}

ul.link li {
	list-style-type: none;
	padding: 0 0 10px 0;
	color: #003;
	font-size: 10px;
	text-align: center;
}

/* Q&amp;A LIST */

.qa {
	float: left;
	width: 500px;
	padding: 10px 0 0 10px;
	line-height: 1.4em;
	font-size: 14px;
	color: white;
}

.qa ul {
	padding: 10px 0 10px 0;
	color: white;
}

.qa li {
	list-style-position: outside;
	list-style-type: none;
	padding: 5px;
}

.qa li a {
	letter-spacing:-1px; 
	font-weight: 700;
	color: white;
}

/* TABLE */
table#table_con {
	width: 496px;
	border: solid white 2px;
	border-collapse: collapse;
    border-spacing: 0;
	background-color: white;
}

table#table_con .item {
	padding: 5px;
	width: 160px;
	background-color: #CCC;
	color: #003;
	font-size: 12px;
	line-height: 1.3em;
	vertical-align: text-top;
}

table#table_con .prop {
	padding: 5px;
	width: 336px;
	font-size: 13px;
	color: black;
	vertical-align: text-top;
}

table#table_con .senditem {
	padding: 10px 20px;
	border: solid white 2px;
	text-align: right;
	color: black;
}

/* PP FRAME */
#ppf {
	clear: both;
	float: left;
    margin: 0 0 10px 0;
	padding: 10px;
	width: 490px;
	background-color: #000040;	
	border: solid gold 2px;
}


#ppf ul {
	margin: 0 5px 0 10px;
	padding: 10px 0 0 10px;
	color: white;
}

#ppf li {
	padding: 0 0 10px 0;
	font-size: 12px;
}

/*　特定商取引 */


#sct {
	float: left;
	width: 480px;
	margin: 0 0 0 10px;
	padding: 5px 0 10px 10px;
	line-height: 1.4em;
	font-size: 13px;
	color: white;

}

#sct .index {
	padding: 2px 0;
	font-size: 14px;
	font-weight: 800;
	border-bottom: #666 dotted;
	color: #C0C0C0;	
}

#sct p {
	padding: 5px 0 10px 50px;
}

#sct ul {
	margin: 0 5px 5px 70px;
	padding: 0 0 0 10px;		
}

#sct li {
	padding: 0 0 6px 0;
	font-size: 12px;
}

.center {
	text-align: center;
}


