@charset "UTF-8";

/* ----------------------------------------------------------------
*	01. Structure
*	02. Heading Module
*	03. Text Module
*	04. List Module
*	05. Table Module
*	06. Image Module
*	07. Form Module
*	08. Horizontal Rule
----------------------------------------------------------------- */

/* ----------------------------------------------------------------
	01. Structure
----------------------------------------------------------------- */
body{
margin:0;
padding:0;
color:#333;
background:#e9eaed;
_font-family:'ＭＳ Ｐゴシック',sans-serif;
font-size:13px;
line-height:1.45;
}

body.fontS{
font-size:12px;
}

body.fontM{
font-size:13px;
}

body.fontL{
font-size:15px;
}

*:first-child+html body{
font-family:'ＭＳ Ｐゴシック',sans-serif;
}

html>/**/body{   
font-family /*\**/:'ＭＳ Ｐゴシック',sans-serif\9;
}  

div#str-container{
width:950px;
background:#fff;
}


/* ----------------------------------------------------------------
	02. Heading Module
----------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6{
margin:0;
padding:0;
font-size:1em;
}


/* ----------------------------------------------------------------
	03. Text Module
----------------------------------------------------------------- */
p{
margin:0;
padding:0;
}

strong{
font-weight:bold;
}

em{
font-style:normal;
font-weight:bold;
}


/* ----------------------------------------------------------------
	04. Hypertext Module
----------------------------------------------------------------- */
a:link{
color:#3e5ab6;
text-decoration:none;
}

a:visited{
color:#7e5b98;
text-decoration:none;
}

a:hover, a:active, a:focus{
text-decoration:underline;
}


/* ----------------------------------------------------------------
	05. List Module
----------------------------------------------------------------- */
ul,
ol,
dl{
margin:0;
padding:0;
list-style:none;
}

li,
dt,
dd{
margin:0;
padding:0;
}

li p,
li li,
li dt,
li dd,
dd p,
dd li,
dd dt,
dd dd{
font-size:1em;
}


/* ----------------------------------------------------------------
	06. Table Module
----------------------------------------------------------------- */
table{
margin:0;
padding:0;
}

td p,
td li,
td dt,
td dd{
font-size:1em;
}


/* ----------------------------------------------------------------
	01. Image Module
----------------------------------------------------------------- */
img{
border:0;
vertical-align:bottom;
}


/* ----------------------------------------------------------------
	07. Form Module
----------------------------------------------------------------- */
form,
fieldset{
margin:0;
padding:0;
border:0;
}

input,
select{
margin:0;
padding:0;
border:0;
vertical-align:middle;
font-size:13px;
}

label{
cursor:pointer;
}

legend{
display:none;
}


/* ----------------------------------------------------------------
	08. Horizontal Rule
----------------------------------------------------------------- */
hr{
display:none;
}


/* ----------------------------------------------------------------
    Get hasLayout
----------------------------------------------------------------- */

div, ul, li, dl, dt, dd, p{
zoom:1;
}

