@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	color:#333;
	font-family: font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic",Osaka,Verdana,Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
table{
	border-collapse:collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td,th{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.alphafilter{
}



/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*フォント彩色*/
span.purple{
	color: #c60082;
	font-weight: bold;
}
span.winered{
	color: #d5175b;
	font-weight: bold;
}


/*レイアウト関連*/
p.border_area{
	background-image: url(../images/icon/border-01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
p.cursor_01{
	background-image: url(../images/icon/iconcursor01.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}

/*よく使うもの*/
.top5{
	padding-top: 5px;
}
.top10{
	padding-top: 10px;
}
.top20{
	padding-top: 20px;
}


/*よく使うもの*/

/*メインコンテナー*/
div#container{
	margin-right: auto;
	margin-left: auto;
}
/*ヘッダー部分*/
div#header{
	background-image: url(../images/header/bar-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color: #FFFFFF;
	height: 115px;

}
img#logo{
	display: block;
	float: left;
	padding-left: 10px;
}
div#logo_right{
	float: left;
	margin-left: 60px;
	padding: 0px;
}
div#logo_right p#banner_poz{
	margin-top: 10px;
	margin-bottom: 9px;
	height: 60px;
	text-align: right;
}
div#logo_right p#nav_poz{
	padding-left: 110px;
}
div#logo_right ul{
	display: block;
	padding-left: 50px;
}
div#logo_right li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*ナビゲーション部分*/
div#nav_aria{
	background-image: url(../images/nav/nav_bg-01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 92px;
	width: 100%;
}
div#nav_btnaria{
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-image: url(../images/contents/mainnavbg-01.gif);
	height: 52px;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
div#nav_btnaria li{
	display: inline;
}

/*メインコンテンツの背景950px*/
div#contents_bg{
	width: 950px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/*メインコンテンツ*/
div#contents{
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
* html div#contents{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}

/*フッダー部分*/
div#footer{
	clear: both;
	background-color: #646464;
	color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#left_area #alpha_blogger {
	height: 80px;
	width: 210px;
	margin-top: 20px;
}

