* {
	margin: 0;
	padding: 0;
}

a	{
	color: #326792;
	text-decoration: none;
}

ol,ul,li {
    list-style: none;
}

div#maincontent	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://www.takarakuji-shofuku.com/img/container_bg.jpg);
	background-repeat: repeat-y;
}

/* コンテナ */
div#container	{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://www.takarakuji-shofuku.com/img/body_bg.jpg);
	background-repeat: repeat-y;
}

/* ヘッダー */
div#header	{
	width: 820px;
	height: 110px;
}

div#headertext	{
	margin-left: 10px;
}

div#header h1	{
	font-size: 70%;
	padding-top: 20px;
	padding-left: 20px;
}

div#header img	{
	margin-left: 20px;
	margin-top: 5px;
}

div#topimg img	{
	margin-left: 10px;
}


/* 右上のナビ */

div#headersnavi	{
	float: right;
	height: 70px;
	padding-top: 20px;
	padding-riht: 20px;
	margin-right: 20px;
	display: inline;
}

ul#snavi {
	margin-left: 0;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

ul#snavi li{
	list-style-type; none;
	display: inline;
	font-size: 75%;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding: 3px 10px;
}

ul#snavi li a{
	text-decoration; none;
}

/* コンテンツ */
div#content	{
	width: 570px;
	float: right;
	margin-left: auto;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	display: inline;
}

div#content h2	{
	margin-top: 0;
	background-image: url(http://www.takarakuji-shofuku.com/img/h2_bg.gif);
	height: 25px;
	padding-left: 40px;
	padding-top: 15px;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 20px;
}

div#content h3	{
	font-size:90%;
	border-bottom:1px dotted #cccccc;
	padding:0px 0px 5px 5px;
	margin-top: 20px;
}

div#content p	{
	font-size: 80%;
	line-height: 130%;
	margin-top: 10px;
	margin-left: 5px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	text-justify: distribute;
}

/* パンくず */
div#pan {
	text-align: left;
	font-size: 80%;
	margin-bottom: 15px;
}

/* サイドバー */
div#sidebar	{
	width: 170px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
	display: inline;
}

#sidebar .sidebar {
	background-color: #f7f7f7;
}


#sidebar .sidebar ul {
	list-style:none;
	border-top:1px solid #EEEEEE;
	border:none;
	padding:0;
	margin:0;
	font-size:90%;
}

#sidebar .sidebar ul li { 
	background-image: url(http://www.takarakuji-shofuku.com/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	border-bottom:1px solid #EEEEEE;
	padding:5px 3px 5px 18px;
	margin:0; list-style-type: none;
}

#sidebar .sidebar ul li ul { 
	margin: 5px 0 0; padding: 0;
}

#sidebar .sidebar ul li ul li { 
	background-image: url(http://www.takarakuji-shofuku.com/img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 5px 3px 5px 18px;
	border-top: 1px solid #EEEEEE;
	border-bottom-style: none;
	list-style-type: none;
}

#sidebar  ul li a {
	 text-decoration:none;
	 display: block;
}

#sidebar .sidebar ul li a:hover {
	color: #333333;
	}

div#comaccess	{
	background-image: url(http://www.takarakuji-shofuku.com/img/company_bg.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
	line-height: normal;
	font-weight: normal;
	margin-top: 20px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

p.feed	{margin-bottom: 10px}

p.feed a	{font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}

div#syosai {	
	text-align: right;
	font-size: 80%;
	padding-bottom: 10px;
}

/* フッター */
div#footer	{
	width: 800px;
	margin-top: 0;
	clear: both;
	margin-left: 10px;

	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


div#unavitext	{
	float: none;
	text-align: right;
	margin-top: 10px;
	display: inline;
}

ul#unavi {
	margin-left: 0;
	text-align: right;
	margin-right: 20px;
	color: #333333;
	list-style-type: none;
}

ul#unavi li{
	list-style-type; none;
	display: inline;
	font-size: 80%;
	padding: 3px 10px;
	font-weight: normal;
	line-height: 180%;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #333333;
}

ul#unavi li a{
	text-decoration; none;
	color: #326792;
	text-decoration: underline;
}

ul#unavi li a:hover{
	color: #333333;
}

address	{
	font-size: 80%;
	font-style: normal;
	text-align: right;
	font-weight: normal;
	margin-right: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	color: #333333;
}

a:hover {
	color: #333333;
}

img {
	border: none;
	vertical-align: bottom;
}


/* What's new */

div#Whatsnew {
	margin-top: 20px;
	margin-bottom: 20px;
}


ul.new	{
	font-size: 80%;
	margin-top: 20;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;
	color: #666666;
}

ul.new li	{
	list-style-type: none;
	display: inline;
}

ul.new li a	{
	display: block;
	line-height: 140%;
	text-decoration: none;
	color: #326792;
	padding-left: 25px;
}

ul.new li a:hover	{
	color: #333333;
}

/* 会社概要テーブル */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-top: 20px;
}

th, td {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 80%;
}

.table1	{
	border: 1px solid #A8A8A8;
}
.table1 th {
	border: 1px solid #A8A8A8;
	color: #333333;
	background-color: #D9F4B2;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}
.table1 td {
	border: 1px solid #A8A8A8;
	color: #333333;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
}

/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */

ul.sitemap {
    font-size: 95%;
	line-height: 140%;
	list-style: none;
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
}
 
ul.sitemap li {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    background: url(http://www.takarakuji-shofuku.com/img/m_sitemap_list1.gif) no-repeat 0 0.1em;
    list-style: none;
}

/* ---　ページトップ　--- */
#gotop {
	clear:both;
	width:95%;
	font-size:85% !important;
	font-size:80%;
	margin:0px 0;
}

#gotop a {
	background: url(http://www.takarakuji-shofuku.com/img/gotop_text.gif) no-repeat;
	display: block;
	height: 11px;
	width: 101px;
	text-indent: -9999px;
	float: right;
	overflow: hidden;
	display: inline;
}

#gotop a:hover {
	background: url(http://www.takarakuji-shofuku.com/img/gotop_text_o.gif) no-repeat;
}

/* 続きを見る */
#tuduki {
	clear:both;
	width:95%;
	margin:0px 30px 20px 0px;
}

#tuduki a {
	float: right;
	overflow: hidden;
	display: inline;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}




