@charset "Shift_JIS";

/*
===== CONTENTS ===========================================
	Site Name: nide Site
	Description: reset template style
	Version: α
==========================================================
*/



/*
===== 1: universal reset =================================
*/
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,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{line-height: 1;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after{content: '';content: none;}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/* remember to highlight inserts somehow! */
ins{text-decoration: none;}
del{text-decoration: line-through;}
/* remember to define focus styles! */
:focus {outline: 0;}
hr{ display:none;}
img ,a img{border: none;vertical-align: bottom;background:none;}
a{outline:0; /*text-decoration:none;*/}

/*
===== 2: Font reset =====================================
*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/*
body{font:13px/1.231 arial,helvetica,clean,sans-serif,"?E-?E3 ?E°ゴシチE?￣";
	*font-size:small;
	*font:x-small;
}*/
body {
*font-size: 81.25%;/* IE6&IE7 */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	font-weight: normal;
}
/*table{font-size:inherit;font:100%;}*/

/*
===== 4: HELPER CLASS =====================================
*/
.clear,
.title,
.main,
#contents div{ zoom:1;}/*for IE 5.5-7*/

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

.clear,
#contents div{ display: inline-block; }
/* exlude MacIE5 \*/

* html .clear,
* html #contents div{ height: 1% ;}

.clear,
#contents div{display:block;}
/* end MacIE5 */

.clr {clear: both;} 