@charset "UTF-8";

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

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

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif, "ＭＳ Ｐ明朝";
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-bottom:1em;
	line-height:1.6em;
}
caption,th {
	text-align: left;
}
img{
	border:none;
}
img,
object,
embed {
	vertical-align:bottom;
}
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 {
	margin-bottom: 1em;
}
a{
	color:#333;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#000;
	border-bottom:1px dotted #000;
}

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=60);
}
em{
	font-weight:bold;
}
/*----------------------------------------------------
	PNG Fix
----------------------------------------------------*/
* html #wrapper{ behavior: expression(IEPNGFIX.fix(this)); } 

/*----------------------------------------------------
	Clearfix
----------------------------------------------------*/

/* モダンブラウザにのみ適用 */
div#wrapper:after,
div#content:after,
#footer:after,
#profile:after
{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for IE */
div#wrapper,
div#content,
#footer,
#profile
{
	display: inline-block;
}

div#wrapper,
div#content,
#footer,
#profile
{
	display: block;
}