@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {

}

body {
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#DF8713;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */

div#main {
	margin-left:100px;
	margin-top: 100px;
	margin-right: 100px;
	margin-bottom: 10px;
	letter-spacing:1px;
}

div#contents {
	text-align:center;
}

.soushoku {
    width:320px;
    height:240px;
}

div#description {
   margin:30 2px;
   font-size:82%;/* 12px相当 */
}

div#menu {
   font-size:82%;/* 12px相当 */
   margin:30 2px;
   text-align:center;
   margin:20px auto 20px auto;
}

div#menu img {
   width:10px;
   height:10px;
   padding:0px 4px;
}

div#footer {
	margin-left:100px;
    margin-right:100px;
}

address{
   text-align:center;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#767676;
}
