/* ************************************************************
Title: base.css
Since: 2010-11-12
Last Modified: 2010-11-12
************************************************************ */

/*---------------------------------------
	reset
 * -------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

img {
	vertical-align: bottom;
}

/* ----------------------------------------
	 floating- clear
 * ----------------------------------------*/
 
.clrfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clrfx {
    display: inline-block;
}

/* Hides from IE-mac Hack \*/
* html .clrfx {
    height: 1%;
}

.clrfx {
    display: block;
}

.clr { clear:both;}

/* ----------------------------------------
	background height 100%
 * ----------------------------------------*/
 
html,body{
	height: 100%;
}

#wrapperAll {
	height: 100%;
	min-height: 100%;
}

body > #wrapperAll {
	height: auto;
}

/* ----------------------------------------
	body
 * ----------------------------------------*/

/*---body main-----------------------------*/ 

body {
	line-height: 1.4;
}

@media print {
	body {
	background-image: none;
	background-color: #FFF;
	}
}

/*---body main-----------------------------*/ 
/*---font-----------------------------*/ 

body {
	font-size: 14px;
	font-family:  "Lucida Grande", sans-serif;
}

/* for WinIE6*/

* html body {
	font-size: 75%;
	font-family: Verdana, "MS P ?ƒS?ƒV?ƒb?ƒN", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 75%;
	font-family: '?ƒ??ƒC?ƒ?Š?ƒI', Meiryo, sans-serif;
}

/*---font-----------------------------*/ 

/* ----------------------------------------
	Generic
 * ----------------------------------------*/

a:link {
	color: 8a8a8a;
	text-decoration: none;
}

a:visited {
	color: 8a8a8a;
	text-decoration: none;
}

a:hover {
	color: 8a8a8a;
	text-decoration: underline;
}

a:active {
	color: 8a8a8a;
	text-decoration: underline;
}

a.halation:hover img {
	opacity: 0.80;
	filter: alpha(opacity=80);
}

li.halation_bg {
	background-color: #fff;
}

/* redlink */
a.colorVer01:link {
	color: #d50000;
	text-decoration: none;
}

a.colorVer01:visited {
	color: #d50000;
	text-decoration: none;
}

a.colorVer01:hover {
	color: #d50000;
	text-decoration: underline;
}

a.colorVer01:active {
	color: #d50000;
	text-decoration: underline;
}

/* ----------------------------------------
	wrapper
 * ----------------------------------------*/
 
#wrapperAll {
	background: url(../images/contents_bg.gif) top center repeat-y;
	text-align: center;
	width: 100%;
}

#wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 980px;
}

/* ----------------------------------------
	header
 * ----------------------------------------*/
 
#header {
	width: 980px;
}

/* ----------------------------------------
	navigation
 * ----------------------------------------*/
 
#navigation {
	width: 980px;
}

/* ----------------------------------------
	pankuzu
 * ----------------------------------------*/

#pan {
	font-size: 12px;
	width: 980px;	
}

#pan p.topicPath {
	padding: 13px 15px 13px 15px;
}

/* ----------------------------------------
	contents
 * ----------------------------------------*/

/*---contents-----------------------------*/ 
#contents {
	background: #FFF url(../images/contents_border.gif) top left repeat-y;
	width: 980px;	
}
/*---contents-----------------------------*/ 

/*---left-contents-----------------------------*/
#left-contents {
	float: left;
	padding-bottom: 45px;
	width: 239px;
}
/*---left-contents-----------------------------*/

/*---main-contents-----------------------------*/
#main-contents {
	float: right;
	width: 740px;
}

#main-contents .content-block01 {
	border-bottom: 1px solid #dddddd;
	padding: 0 5px 5px 5px;
}

#main-contents .content-block02 {
	border-bottom: 1px solid #dddddd;
	padding: 5px;
}

#main-contents .content-block03 {
	padding: 0 5px 5px 5px;
}

#main-contents .content-block03 .lead {
	padding-top: 5px;	
}

#main {
	width: 730px;
	margin-top: 5px;
	background: url(../images/maincontens_border730.gif) top left repeat-y;
	border-bottom: 1px solid #dddddd;
}

/*---main-contents-----------------------------*/

/*---topBtArea-----------------------------*/
#topBtArea {
	background: #FFF top left repeat;
	border-top: 1px solid #dddddd;
	clear: both;
	width: 980px;	
}

#topBtArea p.top_bt {
	padding: 10px 20px 37px 20px;
	text-align: right;
}

#topBtArea p.top_bt a:focus {
	outline: none;
}

/*---topBtArea-----------------------------*/

/* ----------------------------------------
	footer
 * ----------------------------------------*/
 
#footer {
	width: 980px;
}

#footer address {
    font-size: 10px;
    font-style: normal;
    margin-top: 4px;
}

*html #footer address {
    letter-spacing: -0.1em;
}

*:first-child+html #footer address {
    margin-top: 6px;
}


/* ----------------------------------------
noscript
* ----------------------------------------*/
#noJavascript {
	padding: 100px 0;
	line-height: 2;
	text-align: center;
	background: #666;
	color: #fff;
}


/* ----------------------------------------
analytics
* ----------------------------------------*/
#analytics {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	overflow: hidden;
}

/* ----------------------------------------
print
* ----------------------------------------*/

@media print {
body {
_zoom: 66%;
}








