/* リセット */

:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    margin:0;
}



fieldset,img,abbr,acronym {
    border:0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style:normal; */
    /* font-weight:normal; */
}

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}

q:before,q:after {
    
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}

a:link {
	color: #009933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009966;
}
a:hover {
	text-decoration: underline;
	color: #FF3333;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


body{
	background-color:#FFCCFF;
}



.midashi{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 24px;
	color: #FF3300;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 35px;
}

.midashi2{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #009900;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 25px;
	margin-right: 10px;
}


.text1{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 22px;
	margin-right: 10px;
}

.text2{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #009900;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 25px;
	margin-right: 10px;
}

.text3{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #009900;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 25px;
	margin-right: 10px;
}

#main {
	background-image: url(../campaign/images/bg_body.jpg);
	background-repeat: no-repeat;
	height: 658px;
	width: 750px;
	text-align: right;
}
#footer {
	background-image: url(../campaign/images/bg_foot.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 750px;
}




#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	letter-spacing: 0.1em;
	margin-top: 10px;
	text-align: center;
}
#header {
	background-image: url(../campaign/images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 237px;
	width: 750px;
}
