@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	margin:0;
	padding:0;
	font-size: 0.65em;
	background:#E4E3DB;
}

img{
	border:0;
}

#wrapper {
	width:820px;
	margin:0 auto;
	background:#fff url(../img/bg.gif) repeat-y center;
}

#header {
	width:760px;
	margin:0 auto;
	padding:0;
}

#index_header {
	width:760px;
	margin:0 auto;
	padding:10px 0;
}

#index_header .logo{
	padding:10px 0;
	float:left;
}

#index_header p{
	text-align:right;
	color:#451c4e;
}

a{
	color:#451c4e;
	text-decoration:underline;
}

/*------menu_jp*/
#menu{
	width:760px;
	margin:0 auto;
	padding:0;
}

#menu ul {
	padding:0;
	margin:0;
	width:100%;
}

#menu li {
	display:inline;
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
}

#menu li a {
	height:45px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*------menu_jp_off*/
#menu li.menu01 a {
	background:url(../img/menu.gif) no-repeat 0px 0px;
	width:152px;
}
#menu li.menu02 a {
	background:url(../img/menu.gif) no-repeat -152px 0px;
	width:152px;
}
#menu li.menu03 a {
	background:url(../img/menu.gif) no-repeat -304px 0px;
	width:152px;
}
#menu li.menu04 a {
	background:url(../img/menu.gif) no-repeat -456px 0px;
	width:152px;
}
#menu li.menu05 a {
	background:url(../img/menu.gif) no-repeat -608px 0px;
	width:152px;
}

/*------menu_jp_hover*/
#menu li.menu01 a:hover {
	background:url(../img/menu.gif) no-repeat 0px -45px;
}
#menu li.menu02 a:hover {
	background:url(../img/menu.gif) no-repeat -152px -45px;
}
#menu li.menu03 a:hover {
	background:url(../img/menu.gif) no-repeat -304px -45px;
}
#menu li.menu04 a:hover {
	background:url(../img/menu.gif) no-repeat -456px -45px;
}
#menu li.menu05 a:hover {
	background:url(../img/menu.gif) no-repeat -608px -45px;
}

/*------menu_jp_on*/
#menu li.menu01_on a {
	background:url(../img/menu.gif) no-repeat 0px -45px;
	width:152px;
}
#menu li.menu02_on a {
	background:url(../img/menu.gif) no-repeat -152px -45px;
	width:152px;
}
#menu li.menu03_on a {
	background:url(../img/menu.gif) no-repeat -304px -45px;
	width:152px;
}
#menu li.menu04_on a {
	background:url(../img/menu.gif) no-repeat -456px -45px;
	width:152px;
}
#menu li.menu05_on a {
	background:url(../img/menu.gif) no-repeat -608px -45px;
	width:152px;
}

/*------menu_tw_off*/
#menu li.menu06 a {
	background:url(../img/menu_ch.gif) no-repeat 0px 0px;
	width:152px;
}
#menu li.menu07 a {
	background:url(../img/menu_ch.gif) no-repeat -152px 0px;
	width:152px;
}
#menu li.menu08 a {
	background:url(../img/menu_ch.gif) no-repeat -304px 0px;
	width:152px;
}
#menu li.menu09 a {
	background:url(../img/menu_ch.gif) no-repeat -456px 0px;
	width:152px;
}
#menu li.menu10 a {
	background:url(../img/menu_ch.gif) no-repeat -608px 0px;
	width:152px;
}
/*------menu_tw_hover*/
#menu li.menu06 a:hover {
	background:url(../img/menu_ch.gif) no-repeat 0px -45px;
}
#menu li.menu07 a:hover {
	background:url(../img/menu_ch.gif) no-repeat -152px -45px;
}
#menu li.menu08 a:hover {
	background:url(../img/menu_ch.gif) no-repeat -304px -45px;
}
#menu li.menu09 a:hover {
	background:url(../img/menu_ch.gif) no-repeat -456px -45px;
}
#menu li.menu10 a:hover {
	background:url(../img/menu_ch.gif) no-repeat -608px -45px;
}
/*------menu_tw_on*/
#menu li.menu06_on a {
	background:url(../img/menu_ch.gif) no-repeat 0px -45px;
	width:152px;
}
#menu li.menu07_on a {
	background:url(../img/menu_ch.gif) no-repeat -152px -45px;
	width:152px;
}
#menu li.menu08_on a {
	background:url(../img/menu_ch.gif) no-repeat -304px -45px;
	width:152px;
}
#menu li.menu09_on a {
	background:url(../img/menu_ch.gif) no-repeat -456px -45px;
	width:152px;
}
#menu li.menu10_on a {
	background:url(../img/menu_ch.gif) no-repeat -608px -45px;
	width:152px;
}

/*------menu_top*/
#menu_top{
	width:760px;
	height:45px;
	margin:0;
	padding:0;
	background:#451C4E;
}

#menu_top ul.lang {
	padding:0;
	margin:0;
	width:200px;
	background:#451C4E;
	float:right;
}

#menu_top .lang li {
	display:inline;
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
}

#menu_top .lang li a {
	height:45px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}
/*------menu_top_off*/
#menu_top li.menu_jp a {
	background:url(../img/menu_top.gif) no-repeat 0px 0px;
	width:100px;
}
#menu_top li.menu_ch a {
	background:url(../img/menu_top.gif) no-repeat -100px 0px;
	width:100px;
}

/*------menu_top_hover*/
#menu_top li.menu_jp a:hover {
	background:url(../img/menu_top.gif) no-repeat 0px -45px;
}
#menu_top li.menu_ch a:hover {
	background:url(../img/menu_top.gif) no-repeat -100px -45px;
}

/*------menu end */

#menu_s{
	width:120px;
	float:right;
	padding:10px 0;
	margin:0;
}
#menu_sch{
	width:200px;
	float:right;
	padding:10px 0;
	margin:0;
}

#menu_ss{
	width:120px;
	float:right;
	padding:0;
	margin:0;
}

#menu_ssch{
	width:215px;
	float:right;
	padding:0;
	margin:0;
}

#contents{
	width:760px;
	margin:0 auto;
	clear:both;
}

#link {
	padding:10px 0;
	margin:0;
	font-size:1.2em;
}

#link a{
	color:#451c4e;
	font-size:10px;
	padding:8px 5px 5px 5px;
	margin:0 5px 0 0;
}

#link a{
	color:#451c4e;
	font-size:10px;
	padding:0;
}

#link a:hover{
	color:#e4e3db;
}

#information{
	width:520px;
	float:left;
	padding:15px 0;
}

#information ul,li{
	padding:0;
	margin:0;
}

#information ul{
	width:520px;
	clear:both;
	float:left;
	text-align:left;
	color:#7c7c7c;
	background:none;
}

#information li{
	list-style:none;
	border-bottom:#7c7c7c 1px dotted;
	padding:15px 0;
}

#pressrelease{
	width:520px;
	float:left;
	padding:25px 0 0 0;
	clear:both;
}


span.data{
	padding-right:15px;
}

#tabitabi{
	float:right;
	width:200px;
	margin:15px 0;
	padding-bottom:10px;
}

.imgtabitabi{
	padding:0;
	border:1px solid #E4E3DB;
	margin:2px 0 3px 0;
}

#footer{
	width:760px;
	clear:both;
	padding:30px 0 0 0;
}

#add{
	width:450px;
	float:left;
}

#add p{
	text-align:left;
	color:#451c4e;
	padding-bottom:2px;
}

#copy{
	width:260px;
	float:right;
}

#copy p{
	text-align:right;
	color:#7c7c7c;
	padding-bottom:2px;
}

h1.index{
	margin:0;
	padding:0 ;
}

h1.temp{
	margin:0;
	padding:0;
	font-size:1.2em;
}

h2.index{
	margin:0;
	padding:0 0 10px 0; 
	float:left;
}

h2.page{
	padding:15px 0 5px 0;
}

h3.index{
	margin:0;
	padding:0;
}

h3.page{
	padding:0;
	margin:0;
	text-align:left;
}

h3.ser{
	padding:0;
	margin:10px 0 0 0;
	text-align:left;
	background:url(../jp/img/sq.gif) no-repeat right top;
}

h3.prv{
	padding:0;
	margin:15px 0 10px 0;
	text-align:left;
	background:url(../jp/img/sq.gif) no-repeat right top;
}

h3.works{
	padding:5px 0 3px 0;
	margin:0;
	color:#451c4e;
	font-size:1.1em
}

h4.sub{
	padding:2px 0 10px 5px;
	margin:5px 0 10px 0;
	color:#451c4e;
	text-align:left;
	font-size:1.2em;
	
	border-bottom:dotted 1px #dad9d5;
}


/*------page */
#contents dl {
	width:760px;
	line-height:1.5em;
	font-size:1.2em;
	text-align:left;
	margin:0;
	padding:10px 0 0 0;
	clear:both;
}

#contents dt {
	float:left;
	width:200px;
	padding:5px 0 0 10px;
	margin:0;
	clear:both;
	background:#fff;
	color:#7c7c7c;
}

#contents dd {
	width:490px;
	margin-left:220px;
	margin-bottom:10px;
	padding:5px 0 0 10px;
	color:#7c7c7c;
}
.topics_left{
	float:left;
	border-right:1px dotted #7c7c7c;
	width:377px;
	margin:0;
	padding:10px 0;
}
.topics_right{
	float:right;
	width:377px;
	margin:0;
	padding:10px 0;
}

.topics{
	border-top:1px dotted #7c7c7c;
	margin:0;
	padding:0;
	clear:both;
}

.topicsprv{
	border-top:1px dotted #7c7c7c;
	margin:0;
	padding:0 0 15px 0;
	clear:both;
}

.topics_top{
	margin:0;
	padding:0;
	clear:both;
}
	
/*------company */
#company{
	width:760px;
	margin:0 auto;
	clear:both;
}

#company dl{
	width:760px;
	line-height:1.5em;
	font-size:1.2em;
	text-align:left;
	margin:0;
	padding:0;
	clear:both;
}

#company dt{
	float:left;
	width:100px;
	padding:0 0 0 10px;
	margin:3px 0;
	clear:left;
	background:#E4E3DB;
	color:#7c7c7c;
}

#company dd{
	width:640px;
	margin:2px 0 2px 110px;
	padding:2px 0 2px 10px;
	color:#7c7c7c;
}
/*------works */
#works{
	width:760px;
	margin:0 auto;
	clear:both;
}
#works ul{
	background:#E4E3DB;
	width:235px;
	margin:0 25px 25px 0;
	padding:10px 0;
	float:left;
}

#works ul.right{
	background:#E4E3DB;
	width:235px;
	margin:0 0 25px 0;
	padding:10px 0;
	float:left;
}

#works li{
	list-style:none;
}

#works li.white{
	background:#fff;
	margin:5px;
	padding:3px;
}
/*------form */
#form{
	width:760px;
	text-align:left;
	color:#666;
	margin:0 auto;
}
#form dt {
	font-size: 1.2em;
	margin: 10px 0 3px 10px;
}
#form dd{
	font-size: 1.2em;
}
#form em{
	color: #AF1927;
	font-style:normal;
	font-size:0.9em;
}

/*------form end */
p.normal{
	font-size:1.2em;
	color:#666;
	text-align:left;
	padding:0 10px 5px 10px;
	margin:0;
	line-height:1.5em;
}
p.ser{
	font-size:1.2em;
	color:#666;
	text-align:left;
	padding:0 5px;
	margin:0;
	line-height:1.5em;
}

p.works03{
	font-size:1.2em;
	color:#666;
	text-align:left;
	padding:20px 10px 10px 10px;
	margin:0;
	line-height:1.5em;
}

.hp{
	padding:0 0 5px 0;
}
.img_back{
	padding:5px 0 0 0;
	float:left;
}
.redtext {
	color: #C00;
}

strong.vio{
	color:#451c4e;
}
#temp{
	width:500px;
	padding:20px 0;
	margin:0 auto;
	font-size:1.2em;
}

ul.ad {
	line-height:1.5em;
	font-size:1.2em;
	text-align: left;
	color:#666;
	}

div#RForm {
	width: 400px;
	margin: 0 auto;
	text-align: left;
	}
	
div#RForm input {
	text-align: left;
	}
