@charset "utf-8";


/*--------------------------------------------
基本情報
2010.3
----------------------------------------------*/

* {
	padding:0; 
	margin:0
}
html { 
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#ffffff;
	color:#1A1A1A;
	font-family: meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", Arial, Verdana, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 13px;
	line-height: 1.6;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li { 
	margin: 0px; 
	padding: 0px; 
	font-weight: 100%; 
	list-style:none; 
}
img { 
	border: 0; 
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color:#003D7A;
}
a:hover {
	text-decoration: none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clearfix2 {
	height:100%;
	overflow:hidden;
}
* html .clearfix2 {
	margin-bottom:20px;
}

/* ヘッダー */

#header {
	width: 900px;
	height: 75px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 10px;
}
#header a {
	color:#1A1A1A ;
	text-decoration:none ;
}
#header a:hover {
	color:#666 ;
	text-decoration:none ;
}
#header h1 {
	position: absolute;
	left: 0px;
	top: 20px;
}
#header_navi {
	width: 350px;
	position: absolute;
	top: 35px;
	right: 0px;
}
#header_navi li {
	background-image: url(../img/common/arrow_1.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	float: right;
	padding-right: 20px;
}
#header_navi li.li_right {
	padding-right: 0px;
}
#global_navi {
	height: 30px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#global_navi li {
	float: left;
}


/*--------------------------------------------
メイン
2010.3
----------------------------------------------*/
#contents {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding-bottom: 40px;
	overflow: auto;
}
#pankuzu {
	background-image: url(../img/common/pankuzu_back.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 890px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 11px;
}
#main {
	float: right;
	width: 640px;
}

/*--------------------------------------------
サイドバー
2010.3
----------------------------------------------*/

#sidebar_top {
	float: right;
	width: 195px;
	background-image: url(../img/common/side_back.jpg);
	background-repeat: repeat-y;
	padding: 12px;
}

#sidebar {
	float: left;
	width: 220px;
	margin-bottom: 40px;
}
#sidebar a {
	color:#1A1A1A ;
	text-decoration:none ;
}
#sidebar a:hover {
	color:#666 ;
	text-decoration:none ;
}
#sidebar_inner {
	background-image: url(../img/common/snavi_back.jpg);
	background-repeat: repeat;
	padding-left: 11px;
}
#sidebar_bottom {
	width: 195px;
	background-image: url(../img/common/side_back.jpg);
	background-repeat: repeat-y;
	padding: 12px;
	margin-top: 20px;
}
#sidebar_middle img {
	margin-bottom: 10px;
}

#sidebar_top ul.banner,
#sidebar ul.banner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 15px;
}
#sidebar_top ul.banner li,
#sidebar ul.banner li{
	margin-bottom: 15px;
}
#sidebar_top ul.menu li,
#sidebar ul.menu li{
	background-image: url(../img/common/arrow_1.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	margin-bottom: 10px;
}


/*--------------------------------------------
フッター
2010.3
----------------------------------------------*/
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 90px;
	padding-top: 10px;
}
#footer a {
	color:#1A1A1A ;
	text-decoration:none ;
}
#footer a:hover {
	color:#666 ;
	text-decoration:none ;
}
#footer_main {
	float: left;
	width: 800px;
}
#footer ul {
	height: 15px;
	margin-bottom: 10px;
}
#footer ul li {
	float: left;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-left: 20px;
}
#footer ul li.left {
	padding-left: 0px;
}
#footer ul li.right {
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*--------------------------------------------
部品
2010.4
----------------------------------------------*/
.get_adobe {
	background-color: #F8F3F2;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	clear:both;
	height: 100%;
}
.get_adobe img {
	float: left;
	padding-top: 20px;
}
.get_adobe p {
	float: right;
	width: 420px;
}
.back_to_top {
	clear: both;
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
}
.box_list_1_row {
	overflow: auto;
	height: 100px;
	margin-top: 10px;
}
.box_list_1 {
	width: 310px;
}
.box_list_1 .date {
	font-size: 11px;
	padding-left: 5px;
}
.box_list_1 .title {
	font-weight: bold;
}
.box_list_2_row {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px;
	height: 100%;
}
.box_list_2 {
	width: 420px;
	float: left;
	overflow: hidden;
	height: 100%;
}
.box_list_2 .title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box_list_3_row {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px;
	height: 100%;
}
.box_list_3 {
	overflow: hidden;
	height: 100%;
}
.box_list_3 .title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box_common_640 {
	clear:both;
	width:620px;
	padding:10px;
	background-color:#F5D0D3;
}
.box_beige_420 {
	clear:both;
	width:400px;
	padding:10px;
	background-color:#E3D1B0;
}
.box_beige_640 {
	clear:both;
	width:620px;
	padding:10px;
	background-color:#E3D1B0;
}
.name_otani {
	font-size: 15px;
	font-weight: bold;
}

/* テーブル */
.tbl_1 {
	border-top:solid #333 1px;
}
.tbl_1 th {
	background-color:#E3D1B0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	padding:5px 0px 5px 5px;
}
.tbl_1 td {
	border-bottom:solid #333 1px;
	padding:5px 0px 5px 5px;
}
