/*全体の設定*/
body {
    margin: 0px;
    padding: 0px;
    color: #FFF;
    background-color: #94E4E8;
    background-repeat: repeat;
    background-image: url(../img/bg.jpg);
}

h1,h2,h3 {
    text-indent: -9999px;
    margin: 0px;
}



/*レイアウト*/

#container {
    width: 710px;
    margin-right: auto;
    margin-left: auto;
    background: #94E4E8;
}
#header {
    height: 200px;
    width: 630px;
    margin-left: 60px;
}

#header a img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


#main {
    width: 650px;
    margin-left: 30px;
}

#main_shirts {
    width: 650px;
    background-image: url(../img/tshirts_bg.jpg);
    background-repeat: no-repeat;
    margin-left: 30px;
}

#footer {
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}
#footer a {
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
}

/*index*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
}
.form_box {
    font-size: 12px;
    color: #FFFFFF;
    width: 650px;
    height: 270px;
    background-image: url(../img/form_bg.gif);
    background-repeat: no-repeat;
    padding-top: 50px;
    text-align: center;
}

.form_box button {
    height: 40px;
    width: 200px;
    background: url(../img/button01.jpg) no-repeat;
    text-indent: -9999px;
    border-width: 0px;
    border-style: none;
    display: block;
    margin-left: 220px;
    margin-top: 10px;
}
.form_box button:hover,.form_box button:active{
    height: 40px;
    width: 200px;
    background: url(../img/button01.jpg) no-repeat 0px -40px;
    text-indent: -9999px;
    border-width: 0px;
    border-style: none;
}

/*index02*/

.tshirts_box {
    width: 650px;
    height: 500px;
    background-repeat: no-repeat;
    margin-left: 30px;
}

.tshirts_txt {
    margin-top: 126px;
    margin-left: 196px;
    margin-bottom: 180px;
}

.order_box {
    width: 650px;
    background-repeat: no-repeat;
    background-image: url(../img/order_bg_footer.gif);
    background-position: bottom;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.order_box p,.order_box p a {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    padding-left: 75px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
    padding-right: 0px;
}
.order_box p a:hover {
    font-size: 16px;
    font-weight: normal;
    color: #F06;
}
.order_box p a img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-right: 5px;
}


/*こまかいもの*/


#sbm {
    height: 20px;
    width: 40px;
    position: absolute;
}
#main .form_box p {
    font-size: 12px;
    color: #333;
}
.caution {
	font-size: 10px;
	color: #333;
	width: 680px;
	margin-left: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
}
