
/*基本タグ 指定*/

body {
	color					:#000000;
	background				:#ececec;
	text-align				:left;
	font-weight				:normal;
	font-style				:normal;
	
}

h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;
	font-size:14px;
	}
p{
	line-height:1.6;
	margin-bottom:10px;
}

ul,dl{
	margin:0;
	padding:0;
}
img{
	border:none;
	}

a:link{
	color:#133d88;
}
a:visited{
	color:#133d88;
}
a:hover{
	color:#f90;
}

table{
	margin-bottom:15px;
}
td{
	vertical-align:top;
}
h1{
	font-size:12px;
	color:#666;
	padding:2px 10px 4px 15px;
	text-align:left;
	font-weight:normal;
}
strong,b{
	color:#366;
}
i,em{
	color:#900;
	font-style:normal;
}
/************************レイアウト土台*************************/
#container{
	width:780px;
	text-align:left;
	margin:0 auto;
	padding:0 auto;
	border-top:4px solid #006;
}
#header,#main,#side{
	text-align:left;
}
#header{
	background:#fff;
}
#body_base {
	text-align				:left;
	width					:780px;
	margin					:0px;
	padding-left			:5px;
	padding-right			:5px;
	background-repeat		:repeat-y;
	background-image		:url(../images/bg.gif);
	}
#footer{
	background:#fff;
	text-align:center;
	padding-top:0px;
	padding:0px 20px 10px 20px;
}
.pad{
	padding:15px 10px;
}
/******************左サイドバーレイアウト***********************/
.tw #main{
	float:right;
	width:570px;
}
.tw #side{
	float:left;
	width:210px;
}
.tw #content{
	background:#fff;
	width:100%;
	overflow:hidden;
}
/******************右サイドバーレイアウト************************/
.wt #main{
	float:left;
	width:570px;
}
.wt #side{
	float:right;
	width:210px;
}
.tw #content{
	background:#fff;
	width:100%;
	overflow:hidden;
}
/*******************1カラムレイアウト*********************/
.ws #content{
	background:#fff;
	width:100%;
	overflow:hidden;
}
.ws #main{
	padding:10px 25px;
}
/******使いまわし用**********************/
/*フロートクリア*/
.clr{
	clear:both;
	height:1px;
	line-height:0px;
}
.mb10{
	margin-bottom:10px;
	}
.list01 li{
	background:#fff url(../images/ast006-listico001.gif) no-repeat;
	list-style:none;
	margin-left:1em;
	padding-left:25px;
	padding-bottom:10px;
}
.list02 li{
	background:#fff url(../images/ast006-listico002.gif) no-repeat;
	list-style:none;
	margin-left:1em;
	padding-left:25px;
	padding-bottom:10px;
}
.list03 li{
	background:#fff url(../images/ast006-listico003.gif) no-repeat;
	list-style:none;
	margin-left:1em;
	padding-left:25px;
	padding-bottom:10px;
	font-size:12px;
}

.list03 li a{
	color:#000000;
	text-decoration:none;
}
.list03 li a:link{
	color:#000000;
	text-decoration:none;
}
.list03 li a:visited{
	color:#000000;
	text-decoration:none;
}
.list03 li a:hover{
	color:#f90;
	text-decoration:none;
}
.list03 li strong{
	color:#366;
}

.sz12{
	font-size:12px;
}
.sz12_pad{
	font-size:12px;
	padding-left:15px;
	padding-right:20px;
}
.sz14_pad{
	font-size:14px;
	padding-left:15px;
	padding-right:20px;
}

.strongbox1{
	font-size:12px;
	background:#dcdcdc;
	border:1px solid #666;
	padding:10px;
	margin:15px;
}

/****見出し******************************/
.mainheader1{
/*
	background:url(../images/ast006-bg003.gif) repeat-y;
*/
	color:#555;
	padding:4px 4px 4px 15px;
	border-bottom:1px solid #00008B;
	border-left:5px solid #00008B;
	font-size:14px;
	margin-top:40px;
	margin-bottom:10px;
	}
.mainheader2{
	color:#369;
	background:url(../images/ast006-ico005.gif) no-repeat 0% 50%;
	padding:4px 10px 4px 20px;
	border-bottom:1px dotted #666;
	font-size:14px;
	margin-bottom:10px;
}
.mainheader3{
	color:#960;
	padding:4px 10px;
	font-size:14px;
	margin-bottom:10px;
}
.mainheader4{
	background:#39c url(../images/ast006-bg006.gif);
	color:#fff;
	padding:8px 15px;
	font-size:14px;
	margin-bottom:10px;
}
.mainheader5{
	padding:8px 15px;
	background:#006 url(../images/ast006-bg003.gif);
	color:#fff;
	font-weight:normal;
	margin-bottom:10px;
	}
.mainheader6{
	background:#fff url(../images/ast006-listico002.gif) no-repeat;
	list-style:none;
	margin-left:1em;
	padding-left:25px;
	padding-bottom:10px;
}
/**********デザイン　ディテール*************/

/*ヘッダーエリア*/

.headerleft{
	float:left;
	width:550px;
	padding-bottom:10px;
}
.headerright{
	text-align:right;
	padding-right:10px;
}
.sitetitle{
	padding-left:10px;
}
/*グローバルメニュー*/
.gmenu{
	background:#999 url(../images/ast006-bggmenu.jpg) repeat-x;
	height:30px;
	margin:0px;
	padding:0px;
	clear:both;
}
.gmenu li{
	text-align:center;
	font-size:12px;
	width:110px;
	margin:0px;
	padding:0px;
	margin-top:1px;
	
	list-style:none;
	float:left;
	line-height:28px;
	border-right:1px solid #ccc;
}
.gmenu li a{
	display:block;
	padding:0px 15px;
	color:#333;
	text-decoration:none;
}
.gmenu li a:visited{
	display:block;
	padding:0px 15px;
	color:#333;
	text-decoration:none;
}
.gmenu li a:hover{
	display:block;
	padding:0px 15px;
	color:#fff;
	text-decoration:none;
	background:#f90;
}
/*トップ画像 とコピー*/
.topbnr{
	width:940px;
/*	height:220px;*/
	height:220px;
	background:url(../images/ast006-topbnr001.jpg) no-repeat;
}
.headline{
	color:#fff;
	padding-left:40px;
	padding-top:60px;
	font-size:20px;
	margin-top:0px;
}
.headercopy,.headerbtn{
	padding-left:40px;
	text-align:left;
	font-size:12px;
	color:#fff;
	line-height:140%;
}
/*メイン記事エリア*/
/*メイン記事列の標準フォントサイズ*/
#main{
	font-size:90%;
}
/*メイン記事列　テーブルセルの標準フォントサイズ*/
#main td{
	font-size:90%;
}
/*
#main a{
	color:#00c;
}
#main a:visited{
	color:#00c;
}
#main a:hover{
	color:#f90;
}
*/
/*
#issue{
	background:url(../images/ast006-bg003.gif) repeat-y;
	color:#555;
	padding:4px 4px 4px 15px;
	border:1px solid #999;
	margin-bottom:10px;
	font-size:14px;
}
*/
#issue{
	font-size:14px;
}

#issue h4{
	background:#fff url(../images/ast006-listico002.gif) no-repeat;
	list-style:none;
	padding-left:20px;
	padding-right:30px;
	padding-top:1px;
	padding-bottom:4px;
　color:#f00;
/*
  border-bottom:1px dotted #f00;
*/
 }
#issue p{
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
}


/*パンくずリスト*/
.pathway{
	margin:0px 5px 0px 0px;
	font-size:12px;
	padding-left:20px;
	padding-bottom:8px;
	background:#fff url(../images/ast006-ico001.gif) no-repeat;
	clear:both;
}
#main .pathway a:link{
	color:#333;
}
#main .pathway a:visited{
	color:#333;
}
#main .pathway a:hover{
	color:#f90;
}
/*更新情報*/
.news{
	font-size:12px;
	margin:0px;
	margin-bottom:15px;
	padding:0px 1em;
}
.news li span{
	display:block;
	color:#829bcd;
}

.news li{
	margin-bottom:4px;
	list-style:none;
	line-height:120%;
	background:url(../images/ast006-ico004.gif) no-repeat;
	padding-left:20px;
}
.welcomemsg{
	border:5px solid #829bcd;
	font-size:12px;
	color:#666;
	padding:10px 1em;
	background:#def9d8;
	margin-bottom:15px;
}

.topics{
	padding:4px 1em;
	background:url(../images/bg-dot.gif) repeat-x left bottom;
	font-size:12px;
	margin-bottom:15px;
}
.imgleft{
	float:left;
	width:auto;
	margin:0px 15px 15px 0;
}
.imgright{
	float:right;
	width:auto;
	margin:0px 0px 15px 15px;
}
/*CSS HACK clearfix floatbox の float解除*/
.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*サイドバー*/
/*サイドバー列の標準フォントサイズ*/
#side{
	font-size:12px;
}
#side .menuheader{
	
	padding:8px 8px;
	background:#006 url(../images/ast006-bg003.gif);
	color:#fff;
	font-weight:normal;
}
#side .menuheader a:visited{
	color:fff;
	text-decoration:none;
}
.menulist{
	margin:0px 0px 15px 0px;
	padding:0px;
}
.menulist li{
	background:#fff url(../images/ast006-ico003.gif) no-repeat 0px 50%;
	padding:8px 8px 8px 20px;
	list-style:none;
	border-bottom:1px solid #ccc;
	width:140px;
	font-size:14px;
}
.menulist li a{
	text-decoration:none;
	outline:0;
}

.menubutton a{
	display: block;
	width:180px;
	height:35px;
	background-repeat: no-repeat;
	background-position: left top;
}
.menubutton a:hover{
	background-position:
	left bottom;
}


#sBtn01 a { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn01.png); 
	background-position: 0 0; 
} 
#sBtn01 a:hover { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn01.png); 
	background-position: 0 59; 
}
#sBtn01f { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn01.png); 
	background-position: 0 59; 
}

#sBtn02 a { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn02.png); 
	background-position: 0 0; 
} 
#sBtn02 a:hover { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn02.png); 
	background-position: 0 35; 
}
#sBtn02f { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn02.png); 
	background-position: 0 35; 
}

#sBtn03 a { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn03.png); 
	background-position: 0 0; 
} 
#sBtn03 a:hover { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn03.png); 
	background-position: 0 59; 
}
#sBtn03f { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn03.png); 
	background-position: 0 59; 
}

#sBtn04 a { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn04.png); 
	background-position: 0 0; 
} 
#sBtn04 a:hover { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn04.png); 
	background-position: 0 59; 
}
#sBtn04f { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn04.png); 
	background-position: 0 59; 
}

#sBtn05 a { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn05.png); 
	background-position: 0 0; 
} 
#sBtn05 a:hover { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn05.png); 
	background-position: 0 59; 
}
#sBtn05f { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn05.png); 
	background-position: 0 59; 
}

#sBtn06 a { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn06.png); 
	background-position: 0 0; 
} 
#sBtn06 a:hover { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn06.png); 
	background-position: 0 59; 
}
#sBtn06f { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn06.png); 
	background-position: 0 59; 
}

#sBtn07 a { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn07.png); 
	background-position: 0 0; 
} 
#sBtn07 a:hover { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn07.png); 
	background-position: 0 59; 
}
#sBtn07f { 
	text-indent: -9999px; ----- テキストを隠す
	text-decoration: none;
	display: block;
	width:186px;
	height:56px;
	background-image: url(../images/sBtn07.png); 
	background-position: 0 59; 
}



/*フッター*/
.footercontent{
	padding-top:10px;
	background:#ffffff url(../images/ast006-bg004.gif_) no-repeat;
}
.footercontent li{
	margin:0px;
	list-style:none;
	display:inline;
	padding:0px 5px;
	font-size:12px;
}
.footercontent li a:link,.footercontent li a:visited{
	color:#333333;
}
.footerbottom{
	background:#ffffff url(../images/ast006-bg005.gif_) no-repeat 0px 100%;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	color:#333333;
	font-style:normal;
}
/****************ページ別ディテール************************/
/* インフォメーション
会社概要,プライバシーポリシー,特商法*/
.info{
	line-height:1.6;
	margin-top:10px;
	margin-bottom:30px;
	font-size:12px;
	
}

#main .info td{
	padding:8px;
	border-bottom:1px solid #ccc;
	font-size:12px;
}
.info ol li{
	margin-bottom:10px;
}
.info ol ul{
	margin:0px 1em;
}
/*サイトマップページ*/
.sitemapcontent{
	font-size:14px;
	color:#666;
	padding:10px 1em;
	background:#fff;
}

.sitemapcontent dt{
	padding:2px 0px 2px 20px;
	background:url(../images/ast006-ico001.gif) no-repeat left 50%;
	color:#006;
}
.sitemapcontent dd{
	padding:4px 0px 4px 15px;
	margin-left:25px;
	background:url(../images/ast006-ico003.gif) no-repeat left 50%;
}
.sitemapcontent a{
	text-decoration:none;
	color:#006;
}
.sitemapcontent a:hover{
	color:#f33;
	text-decoration:underline;
}
/*商品テーブル*/
.items td{
	padding:8px 0px;
	border-bottom:1px solid #999;
	vertical-align:top;
}
.itemname{
	font-weight:bold;
	margin-bottom:4px;
	color:#333;
}
.itemteika{
	margin-bottom:4px;
	font-size:90%;
	color:#006;
}
.itemprice{
	margin-bottom:4px;
	color:#900;
	font-weight:bold;
}
.itemtext{
	margin-bottom:4px;
	font-size:12px;
	line-height:120%;
}
.itemcopy{
	margin-bottom:4px;
	font-size:90%;
	color:#096;
}
/*フリーページ 見出し*/
/*トップページ 見出し*/

				
/**********************************/
/*css hack* clearfix
floatを解除するCSSハックです。*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix {display: inline-block;} 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */