@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 ! File name:      default.css
 ! Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	line-height: 1.8;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
	font-size: 76%;
	text-align: center;
}


#wrapper {
	width: 950px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}


/*----------------------------------------------------
	Topic Path
----------------------------------------------------*/

ul#tpath {
	margin: 9px 0 10px 0;
	text-align: right;
}


ul#tpath li {
	display: inline;
	line-height: 1.1;
	color: #333333;
}


ul#tpath li img {
	vertical-align: baseline;
}


ul#tpath li a {
	margin-right: 7px;
	padding: 2px 12px 0 0;
	background: url(../img/icon_gt.gif) no-repeat 100% 50%;
	color: #808080;
	text-decoration: none;
}


ul#tpath li a:hover {
	text-decoration: underline;
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/


a.icon_go {
	margin-left: 10px;
	padding-left: 34px;
	background: url(../img/icon_go.gif) no-repeat 0% 50%;
}
span.icon_go {
	margin-left: 10px;
	padding-left: 34px;
	background: url(../img/icon_go.gif) no-repeat 0% 50%;
}

	
.external {
	margin-left: 10px;
	padding-left: 24px;
	background: url(../img/icon_external.gif) no-repeat 0% 50%;
}

.external2 {
	margin-left: 5px;
	padding-left: 18px;
	background: url(../img/icon_external.gif) no-repeat 0% 50%;
}


/*----------------------------------------------------
	other
----------------------------------------------------*/

.bold{
	font-weight: 900;
}


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


.clearfix {
	display: inline-block; /*IE7対策*/
}



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

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


div {
	display: inline-block; /*IE7対策*/
}


/* Hides from IE-mac \*/ 
* html div {height: 1%;}
div  {display: block;}
 /* End hide from IE-mac */
 
/*----------------------------------------------------
	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;
}


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


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


caption,th {
	text-align: left;
}


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


object,
embed {
	vertical-align: top;
}


hr,legend {
	display: none;
}


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


img,abbr,acronym,fieldset {
	border: 0;
}


li {
	list-style-type: none;
}


p {
}




