@charset "utf-8";

/*---------------------[ formatting style ]-------------*/

* {	font-style: normal;}
body {
	color: #333333;
	background-color: #E6E6E6;
	background-image: url(../images/bg_g.gif);
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
}
#wrapper   {
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*---------------------[ link style ]-------------*/

a img {	border-style: none;}
a:link {	color: #0099FF;	text-decoration: underline;}
a:visited {	color: #0066CC;	text-decoration: underline;}
a:hover {	color: #CC0000;	text-decoration: none;}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}


/*---------------------[ basic layout ]-------------*/

#mainContent  {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#mainContent  div.left{
	width: 540px;
	float: left;
}
#mainContent   div.right{
	float: right;
	width: 200px;
}

/*---------------------[ table ]-------------*/

#mainContent table {
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-collapse:collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #EFEFEF;
	border-left-color: #EFEFEF;
}
#mainContent table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#mainContent table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#mainContent table tr.occ {
	background-color: #EFEFEF;
}
#mainContent table p {	margin: 0px;	padding: 0px;}
#mainContent table tr td ul {	margin: 0px;	padding-right: 15px;	padding-left: 15px;}


/*---------------------[ 見出しスタイル ]-------------*/

#mainContent p {
	clear: both;
	margin-top: 15px;
	margin-bottom: 20px;
}
#wrapper h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#mainContent  h3{
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/h1_04.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 20px;
	line-height: 20px;
	padding-left: 6px;
	clear: both;
}
#mainContent h4 {
	color: #FF6600;
	font-size: 110%;
}
#mainContent p.pan {	margin: 0px;	padding: 0px;}
#mainContent p.pageTop {	text-align: right;	margin: 0px;	padding: 0px;	font-size: 10px;}
#mainContent  p.right {	text-align: right;	margin: 0px;	padding: 0px;}


/*---------------------[ footer ]-------------*/

#footer {
	color: #CCCCCC;
	background-color: #000033;
	margin-top: 20px;
	width: 800px;
}
#footer address {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 10px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.1em;
}
#footer a {	color: #CCCCCC;}
#footer a:hover {	color: #FFFFFF;}
#footer a:visited {	color: #999999;}


/*---------------------[ side menu ]-------------*/

#mainContent div.right h3.menu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: none;
	margin-bottom: 0px;
}
#mainContent div.right ul {
	background-image: url(../../images/bg_side_contents.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 15px;
}
#mainContent .right ul li {
	list-style-type: none;
}
#mainContent .right ul li a {
	background-image: url(../images/bullet_li_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
	margin-bottom: 10px;
}
#mainContent .right ul li a:hover,
#mainContent .right ul li a.current
 {
	background-image: url(../images/bullet_li_ahover.gif);
}





/*---------------------[ 個別ページスタイル ]-------------*/

/*---------------------[ topPage ]-------------*/

#mainContent  #mainHeader {
	height: 380px;
	background-image: url(../../images/bg_topPage_r2_c2.jpg);
	background-repeat: no-repeat;
}
#mainHeader ul {
	margin-right: 0px;
	margin-left: 480px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainHeader  ul li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainHeader ul li a {
	background-image: url(../images/bullet_li_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 4.5em;
	padding-left: 20px;
	margin-bottom: 10px;
}
#mainHeader ul li a:hover {
	background-image: url(../images/bullet_li_ahover.gif);
}
#mainContent div.toppageTopics {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/page_separator.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#mainContent div.toppageTopics p {
	margin: 0px;
	padding: 0px;
}
div.toppageTopics div.topicText {
	margin-left: 80px;
	padding-left: 100px;
}
div.toppageTopics div.new {
	background-image: url(../../images/new_1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
div.toppageTopics div.info {
	background-image: url(../../images/volume_loud.png);
	background-repeat: no-repeat;
	background-position: left center;
}
div.toppageTopics div.caution {
	background-image: url(../../images/application_windows_warning.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/*---------------------[ 会社概要ページ ]-------------*/

#mainContent p.sestante{	padding-bottom: 20px;}
#mainContent p.hint {	margin-bottom: 5px;}
#mainContent ul.hint {	margin-top: 0px;}
#mainContent  em.talk  {
	font-style: italic;
	color: #666666;
}
#mainContent p.photo_right {
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#mainContent p.clearnone {
	clear: none;
}






/*---------------------[ book｜見出し ]-------------*/

div.bar {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.bar ul {
	margin: 0px;
	padding: 0px;
}
div.bar   ul li {
	list-style-type: none;
	background-image: url(../images/h1_04.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
div.bar h1  {
	font-size: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/h1_bullet.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 6px;
	height: 20px;
	line-height: 20px;
	padding-left: 12px;
	background-position: left center;
	margin-bottom: 0px;
}

/*---------------------[ book｜中身 ]-------------*/
#book_information {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#book_information h2 {	font-size: 100%;	font-weight: normal;	margin: 0px;}
#book_information  img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#book_information p.photo150 {	margin: 0px;	float: left;}
#book_information dl {
	padding-top: 6px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 165px;
	display: block;
}
#book_information dl dt {	padding-bottom: 5px;}
#book_information dl dd {	padding-bottom: 15px;	padding-left: 10px;	margin: 0px;}
#book_information div.spec {
	width: 150px;
	background-color: #E1E1E1;
	padding: 5px;
	border: 1px solid #E1E1E1;
	float: left;
	clear: both;
}
#book_information div.spec p {	margin: 0px;	padding: 0px;}
#book_information div.spec ul {	margin: 0px;	padding: 0px;}
#book_information div.spec ul li {	background-image: none;	list-style-type: none;}
#book_information div.link {	margin-left: 165px;}
#book_information div.link ul {	padding-left: 20px;}
#book_information div.link li {	list-style-type: none;}
#book_information  div.link  a  {
	background-image: url(../images/bullet_li_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	width: 150px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FF0000;
}
#book_information div.link a:hover {	background-image: url(../images/bullet_li_ahover.gif);}
div.danraku {
	clear: both;
	padding: 0px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent p.photo2 {
	clear: both;
	float: left;
	margin: 0px;
	padding: 5px;
	display: block;
}
div.danraku dl {	display: block;	margin: 0px;	padding: 0px;}
div.danraku dl dt {	padding-top: 10px;	padding-bottom: 10px;}
div.danraku dl dd {	padding-top: 10px;	display: block;	font-size: 90%;}


/*---------------------[ book｜form ]-------------*/

#mainContent form {
	margin-bottom: 25px;
}
#mainContent input[type="text"], #main texarea {
	padding: 2px;
	border: 1px solid #999999;
}
#mainContent form em {
	color: #FF0000;
	padding-left: 5px;
}
#mainContent form textarea#massage {
	height: 120px;
	width: 300px;
}


/*---------------------[ book｜Contactページ販売完了後追加 ]-------------*/


#mainContent p.bluebox_center {
	font-weight: bold;
	background-color: #8BA8E2;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*091105 追加販売*/
.add{
	text-decoration: line-through;
}




/*---------------------[ News_moving ]-------------*/

#mainContent div.text_NewsMoving {	width: 600px;}
table#aboutNewoffice {	width: 600px;}
table#aboutNewoffice th {	vertical-align: top;}
table#aboutNewoffice  div.map {
	border: 1px solid #E0E0E0;
	padding: 5px;
	width: 425px;
	background-color: #FFFFFF;
	background-image: url(../../images/page_separator.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
