/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

@charset "shift_jis";


body {
	font-size: 12px;
	line-height : 120%;
	background-image: color: #FFFFFF;
        font-weight : normal;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #CC9933;
	text-decoration: underline;
}
a:active {
	color: #CC9933;
	text-decoration: none;
}



H1{
font-size:18pt;
	line-height : 120%;
}
H2{
font-size:14pt;
}
H3{
font-size:14pt;
}

#body-area {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	border: 1px solid #ff33ff;
}

#header-area {
	 background-image:url(banner.jpg);
	height: auto;
        padding: 10px 10px 0px;
         text-align: left;
        border-bottom: 1px solid #ff33ff;
}
#header-title {
        height: auto;
         padding-TOP: 20px;
        padding-bottom: 20px;


}
#contents-area{
	float: right;
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
        letter-spacing : 1px;
        line-height: 130%;
              margin-top: 0px;
}
#left-area{
	float: left;
	width: 220px;
	background-color: #FFFFFF;
	text-align: left;
        border: 1px solid #FFFFFF;

}
#footer {

	background-color: #B5E7FF;
	text-align: center;
        color: #FFFFFF;
	padding: 6px;
         border-top: 1px solid #ff33ff;
}
.header-subtitle {
	background-color: #006633;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 8px;
        padding-top : 2px;
    
}
.contents-title {
	background-color: #ff33ff;
	border-left: 10px solid #cc3399;
		text-align:center;
	color: #ffffff;
	letter-spacing: 3px;
        line-height: 25px;
       margin-bottom: 0px;

}

.contents-banner {
	float: left;
       margin-right: 10px;
  
}
.leftmenu-category {
          color:#ffffff;
                text-align:center;
                font-size:12pt;
		padding:8px 0px 6px 0px;
            border-left: 5px solid #cc3399;
	    background-color: #ff33ff;  

           margin-right: -10px;
}
.left-menu-area {
	float: right;
	width: 210px;
	background-color: #FFFFFF;
       padding:0px 10px 0px 0px;
        border: 1px solid #ff33ff;
       margin: 0px 0px 15x 15px;
}
