@charset "utf-8";

/* ----------------------------------------------------

	Title : Common
	Last Updated : 2007-12-14

-----------------------------------------------------*/


/* reset
-----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
	text-decoration: none;
	}
	
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	}
	
table {
	border-collapse: collapse;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}
	
p {
	margin: 0 0 1em 0;
	word-wrap: break-word;
	}
	
ul,
ul li,
dl,
dt,
dd,
ol,
ol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
img {
	margin: 0;
	border: 0;
	vertical-align: bottom;
	}
	
br {
	letter-spacing: normal;
	}
	
address {
	font-style: normal;
	}

	
/* base
-----------------------------------------------------*/

a {
	text-decoration: underline;
	color: #0000FF;
	}
	
a:link,
a:visited {
	text-decoration: underline;
	color: #0000FF;
	}
	
a:hover,
a:visited:hover,
a:active {
	color: #663366;
	
	text-decoration: none;
	}

/* structure
-----------------------------------------------------*/

body {
	margin: 15px 0 0;
	padding: 0;
	background: #F5F5F5;
	color: #333333;
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif, Osaka;
	text-align: center;
	}

div#wrap {
	margin: 0 auto;
	width: 910px;
	text-align: left;
	background: url(../img/head.jpg) top left no-repeat;
	font-size: 1.4em;
	}

* html div#wrap {
	font-size: 0.9en;
	}
	
h1 {
	width: 910px;
	margin: 0 auto;
	padding: 3px;
	text-align: left;
	font-size: 0.8em;
	}

h2 {
	width: 216px;
	height: 57px;
	position: relative;
	top: 18px;
	left: 20px;
	}

#primaly {
	margin-top: 248px;
	background: url(../img/primaly_bg.jpg) top left repeat-y;
	}

#what {
	margin: 0 25px;
	padding: ;
	background: url(../img/what.jpg) no-repeat;
	padding-left: 100px;
	}

#what dl {
	padding: 8px 15px;
	width: 400px;
	background: #EDFAFE;
	font-size: 0.9em;
	}
	
#what dl dt,
#what dl dd {
	margin-bottom: 5px;
	}
	
#menber {
	margin: 0 25px 15px 25px;
	padding: 15px 0;
	background: url(../img/menber.jpg) no-repeat;
	padding: 40px 0 30px 435px;
	}	

#menber ol li {
	margin-bottom: 3px;
	}
	
#anime {
	text-align: center;
	}

#anime div {
	width: 862px;
	margin: 0 auto;
	background: url(../img/anime_bg.jpg) repeat-y;
	}
	
#anime div p {
	margin: 0 25px 25px 25px;
	text-align: left;
	line-height: 1.4;
	}
	
h3 {
	margin-bottom: 15px;
	}
	
#secondaly {
	margin-top: 30px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
	}

/* modern browsers */	
#secondaly:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* ie7 */
#secondaly {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html #secondaly {
	height: 1%;
	}
#secondaly {
	display: block;
	}
/* End hide from IE-mac */

#secondaly div#qr {
	margin-left: 10px;
	display: inline;
	float: left;
	width: 380px;
	background: url(../img/qr_bg.jpg) top right no-repeat;
	}

#secondaly div#qr p {
	width: 148px;
	font-size: 0.9em;
	line-height: 1.4;
	}
	
#secondaly div#url {
	margin-right: 10px;
	padding-bottom: 20px;
	display: inline;
	float: right;
	width: 491px;
	background: url(../img/url_bg.jpg) bottom left no-repeat;
	}

#secondaly div#url p {
	margin: 10px 20px;
	padding-bottom: 8px;
	background: url(../img/dot.jpg) bottom left repeat-x;
	color: #ED0019;
	font-size: 0.9em;
	}

#secondaly div#url p img {
	vertical-align: middle;
	}

#secondaly div#url span {
	margin-left: 20px;
	padding: 10px 0 5px;
	color: #1D2088;
	font-size: 0.8em;
	}

* html input {
	padding: 2px 0;
	}
	
*+html input {
	padding: 2px 0;
	}
		
input#mail {
	margin-left: 20px;
	width: 200px;
	}
	
select {
	width: 170px;
	}

#footer {
	clear: both;
	width: 100%;
	border-top: solid 5px #F8B113;
	padding-top: 10px;
	background: #FFFFFF;
	text-align: center;
	font-size: 1.3em;
	}
	
address {
	line-height: 1.6;
	padding-bottom: 20px;
	}
