/* ========================================================

	Default
	
=========================================================== */

body {
	margin: 0;
	padding:0;
	text-align:center;
	font-size: 80%;
	background: url(../image/bg_shadow.gif) #E4E4E4 repeat-y center;
}

/* IE7でpadding指定 */
*:first-child+html body {
	padding: 0 0 0 1px;
}

/* IE6以下でpadding指定 */
*html body {
	padding: 0 0 0 1px;
}

p,tr,td,th,ul,ol,h1,h2,h3,h4,h5,form,table,li,dl{
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
}

th,td {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

img {
	border: none;
}

/* ========================================================

	contents
	
=========================================================== */

div#contents {
	width:100%;
	text-align: center;
}

/* ========================================================

	st_body
	
=========================================================== */

#st_body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	background: url(../image/bg_st_body.gif) repeat-y;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
	_font-size: 96%;
	line-height: 120%;
	color: #323232;
}
/*　clearfixハック　*/
#st_body:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#st_body { display: inline-block; }
/* MacIE5以外 \*/
* html #st_body { height: 1% }
#st_body {display:block;}
/* MacIE5以外終わり */

/* ========================================================

	st_header
	
=========================================================== */

.st_header {
	background-color: #000000;
	float: left;
	height: 41px;
	width: 900px;
}

.st_header #st_logo {
	float: left;
	margin: 15px 0 0 9px;
}

.st_header #st_top {
	float: right;
	margin: 15px 19px 0 0;
}

/* ========================================================

	headerNavi
	
=========================================================== */

div#headerNavi {
	clear: both;
	width: 900px;
	height: 30px;
}

div#headerNavi ul {
	width: 900px;
	height: 30px;
	line-height: 1;
}

div#headerNavi ul li {
	float: left;
	line-height: 1;
}

div#headerNavi ul li img {
	vertical-align: bottom;
}

/* ========================================================

	side
	
=========================================================== */

div#side {
	float: right;
	width: 190px;
	padding: 10px 0 0;
}

/* sideMenu
----------------------------------------------------------- */

div#sideMenu {
	width: 190px;
	height: 640px;
}

div#sideMenu ul {
	line-height: 0;
}

/* smCatalog
----------------------------------------------------------- */

div#sideMenu div#smCatalog {
	background: url(../image/navi/sm_bg_catalog.gif) no-repeat;
	width: 180px;
	height: 380px;
	margin: 0 0 10px;
}

div#sideMenu div#smCatalog p {
	padding: 6px 0 6px 9px;
}

div#sideMenu div#smCatalog ul {
	padding: 0 0 0 9px;
}

div#sideMenu div#smCatalog ul li {
	line-height: 0;
	width: 162px;
	height: 20px;
	margin: 0 0 1px;
}

div#sideMenu div#smCatalog ul li img {
	vertical-align: bottom;
}

/* smSupport
----------------------------------------------------------- */

div#sideMenu div#smSupport {
	background: url(../image/navi/sm_bg_support.gif) bottom no-repeat;
	width: 190px;
	height: 250px;
}

div#sideMenu div#smSupport p {
	padding: 0 0 5px;
}

div#sideMenu div#smSupport ul {
	padding: 0 0 0 10px;
}

div#sideMenu div#smSupport ul li {
	margin: 0;
	padding: 0;
}

div#sideMenu div#smSupport ul li a {
	outline: none;
}

div#sideMenu div#smSupport ul li a img {
	vertical-align: bottom;
}

/* ========================================================

	main
	
=========================================================== */

div#main {
	float: left;
	width: 700px;
}

/* ========================================================

	contensTitle
	
=========================================================== */

div#contensTitle {
	width: 700px;
}

div#contensTitle h2 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

div#contensTitle h2 img {
	vertical-align: bottom;
}

/* ========================================================

	#header_contents
	
=========================================================== */

#header_contents {
	width: 700px;
	height: 337px;
	border-bottom: solid #000000 1px;
	background-image: url(../image/bg_grid.gif);
}

#header_contents #fla {
	float: right;
	width:559px;
	height:337px;
	background: #000000;
}
#header_contents .border-top {
	border-top:solid 1px #C8C8C8;
}
#header_contents #header_contents_img {
	float: right;
}
#header_contents .navi {
	float: left;
	width: 138px;
	padding: 3px 0px 0px 3px;
}
#header_contents .navi li  { float:left; padding-bottom:3px;}
#header_contents .navi li img {display:block;}
#fla h1,#fla h2,#fla h3,#fla p,#fla a {
	color: #000000;
}

/* ========================================================

	#main_contents
	
=========================================================== */

#main_contents {
	width: 660px;
	margin: 0 20px 0;
	padding: 20px 0 10px;
}

/* ========================================================

	footer_navi
	
=========================================================== */


div#footer_navi {
	clear: both;
	width: 660px;
	margin: 0 20px;
	padding: 10px 0;
}

div#footer_navi ul {
	border-left: solid 1px #666666;
	font-size:11px;
	_font-size:92%;
	line-height: 1.3;
}

div#footer_navi ul li {
	display: inline;
	border-right: solid 1px #666666;
	padding: 0 8px;
}

div#footer_navi ul li a:link,
div#footer_navi ul li a:visited {
	color: #323232;
	text-decoration: none;
}

div#footer_navi ul li a:hover {
	color: #3fb195;
	text-decoration: none;
}


/* ========================================================

	common
	
=========================================================== */

.col_1 { float:left;}
.col_2 { float:right;}

.dot_line{
	height:1px;
	background:url(../image/line_dot.gif);
}

.box .title {
	margin-bottom: 6px;
}

.box {
	width:660px;
	padding:10px 0px;
}

.box .col_1{
	width:380px;
}
.box .col_2 {
	width:258px;
}
/*atentionがなくbottomに40px取る場合*/
.box_last {
	width:660px;
	padding:10px 0px 40px;
}

.bottom40 {
	padding: 0 0 40px;
}

.box_last .title {
	margin-bottom: 6px;
}

.box_last .col_1{
	width:380px;
}
.box_last .col_2 {
	width:258px;
}

.clear {
	clear: both;
	font: 0px/0px monospace;
	display: block;
}

/* ------------------------------------------ clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { zoom:1; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix  {display:block;}
/* end MacIE5 */

.clear {
    clear: both;
}

/* ========================================================

	txt
	
=========================================================== */
table {
	font-size: 12px;
	font-size: 100%;
}

.s {
	font-size: 10px;
	_font-size: 80%;
}

p.text {
	line-height:180%;
}

.s_larger {
	font-size:11px;
	_font-size:92%;
}

.s sup {
	font-size:10px;
	_font-size:140%;
}

img.txt_x {
	margin:0px 2px;
}
img.txt_litter {
	margin:0px 2px;
	
}
.text img.txt_litter  {
	_padding-top:0.8em;
}
.text img.txt_litter_top {
	_padding-top:0.5em;
}


.link_1 a{
	color:#64C4AD;
}
.link_2 a {
	text-decoration:none;
	color:#646464;
}
.link_2 a:hover,
.link_2 a:active{
color:#64C4AD;
}
.link_3 a {color:#3fb195}
.link_3 a:hover,
.link_3 a:active{color:#323232}

.link_4 a {color:#323232}
.link_4 a:hover,
.link_4 a:active{color:#3fb195}

.red {color:#F00000;}


/*100119追記*/
p.finish{
	padding:5px 0;
	font-size:12px;
	background:#ddd;
	border-bottom:3px double #666;
	text-align:center;
	color:#f00;
}