@media screen and (min-width: 660px){
/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg);
	overflow: hidden;
	color: #444;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.1em;
}
.layout {
	width:100%;
	max-width: 960px;
	margin:0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 70px;
	width:100%;
	position: fixed;
	top:0;
	box-shadow: 0 5px 4px rgba(0,0,0,0.10);
	z-index:1000;
}

#temp01 #hd{
	background: url(../images/common/hd_bg.png) repeat-x center 67px #728665;
}
#temp02 #hd{
	background: url(../images/common/hd_bg.png) repeat-x center 67px #98ADCA;
}
#temp03 #hd{
	background: url(../images/common/hd_bg.png) repeat-x center 67px #D6A08E;
}
#temp04 #hd{
	background: url(../images/common/hd_bg.png) repeat-x center 67px #E9CC7D;
}

/* ==== Navigation === */

#menu{
	position:fixed;
	top:75px;
	left:50%;
	margin-left:-62px;
	z-index:101;
	cursor:pointer;
}

#nav {
	position:fixed;
	top:18px;
	height: 60px;
	width:100%;
	z-index:100;
	box-shadow: 0 5px 4px rgba(0,0,0,0.10);
}

#temp01 #nav {
	background: url(../images/common/nav_bg_01.png) repeat-x;
}
#temp02 #nav {
	background: url(../images/common/nav_bg_02.png) repeat-x;
}
#temp03 #nav {
	background: url(../images/common/nav_bg_03.png) repeat-x;
}
#temp04 #nav {
	background: url(../images/common/nav_bg_04.png) repeat-x;
}
#nav ul {
	margin:18px 0 0 20px;
}
#nav li {
	float: left;
	padding:0px;
	margin-right:10px;
	height:1.2em;
}
#nav li a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
#nav li a:hover {
	color;fff!important;
}
.current{
	color;fff!important;
}
/* ==== Content === */
#con {
	margin-top:70px;
}
#main {
	width:100%;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* ==== Footer === */
#ft {
	margin-top:2%;
	padding-top: 3.64%;
	padding-bottom: 3.64%;
	text-align: center;
	color:#fff;
}
#temp01 #ft{
	background: url(../images/common/ft_bg.png) no-repeat top center #728665;
}
#temp02 #ft{
	background: url(../images/common/ft_bg.png) no-repeat top center #98ADCA;
}
#temp03 #ft{
	background: url(../images/common/ft_bg.png) no-repeat top center #D6A08E;
}
#temp04 #ft{
	background: url(../images/common/ft_bg.png) no-repeat top center #E9CC7D;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 4px;
	left: 10px;
}
h2 {
	margin: 0em 0 0.8em 0;
	font-size: 2.0em;
	font-weight:normal;
	color: #000;
	padding: 0.3em 0 0.3em 1.0em;
	border-bottom:1px solid #ccc;
}
#temp01 h2 {
	background: repeat-y top center #fff;
}
#temp02 h2 {
	background: repeat-y top center #fff;
}
#temp03 h2 {
	background: repeat-y top center #fff;
}
#temp04 h2 {
	background: repeat-y top center #fff;
}
h3 {
	margin: 0.8em 0 0.4em 0;
	border-bottom:1px solid #728665;
	font-size: 1.4em;
	font-weight:normal;
	padding: 0.0em 0 0.0em 0.6em;
}
#temp01 h3 {
	border-bottom:1px solid #728665;
}
#temp02 h3 {
	border-bottom:1px solid #98ADCA;
}
#temp03 h3 {
	border-bottom:1px solid #D6A08E;
}
#temp04 h3 {
	border-bottom:1px solid #E9CC7D;
}
h4 {
	font-size: 1.3em;
	padding: 0.2em 0 0.3em 0;
	margin: 1.2em 0 1em 0;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	margin-top:70px;
	padding-bottom:33px;
	background: url(../images/common/i_img_bg.jpg) bottom center no-repeat;
}
#i_news_frame {
	width:100%;
	height: 100%;
	border:none;
}
#i_news {
	height: 100%;

}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.95em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 160px;
	background: url(../images/common/news_icon.gif) 0 10px no-repeat;
	padding-left: 15px;
}
#i_bnr{
	margin-top:20px;
	width:220px;
	float:right;
	margin-left:20px;
}
/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 1.5%;
    right: 10px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}
.en {
	z-index:1000;
	position:fixed;
	right:0;
	top:30px;
}
}

@media screen and (max-width:660px){
/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg);
	overflow: hidden;
	color: #444;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.1em;
}

.layout {
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 70px;
	width:100%;
	position: fixed;
	top:0;
	box-shadow: 0 5px 4px rgba(0,0,0,0.10);
	z-index:1000;
}

#temp01 #hd{
	background: url(../images/common/hd_bg.png) repeat-x center 67px #728665;
}
#temp02 #hd{
	background: url(../images/common/hd_bg.png) repeat-x center 67px #98ADCA;
}
#temp03 #hd{
	background: url(../images/common/hd_bg.png) repeat-x center 67px #D6A08E;
}
#temp04 #hd{
	background: url(../images/common/hd_bg.png) repeat-x center 67px #E9CC7D;
}

/* ==== Navigation === */

#menu{
	position:fixed;
	top:75px;
	left:50%;
	margin-left:-62px;
	z-index:101;
	cursor:pointer;
}

#nav {
	position:fixed;
	top:18px;
	height: 60px;
	width:100%;
	overflow: auto!important;
	z-index:100;
	box-shadow: 0 5px 4px rgba(0,0,0,0.10);
}

#temp01 #nav {
	background: url(../images/common/nav_bg_01.png) repeat-x;
}
#temp02 #nav {
	background: url(../images/common/nav_bg_02.png) repeat-x;
}
#temp03 #nav {
	background: url(../images/common/nav_bg_03.png) repeat-x;
}
#temp04 #nav {
	background: url(../images/common/nav_bg_04.png) repeat-x;
}
#nav ul {
	margin:18px 40px 0 20px;
	width:400%;
}
#nav li {
	float: left;
	padding:0px;
	margin-right:10px;
	padding:4px;
	display:block;
}
#nav li:last-child {
	padding-right:35px;
}
#nav li a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
#nav li a:hover {
	color;fff!important;
}
.current{
	color;fff!important;
}
/* ==== Content === */
#con {
	margin-top:70px;
}
#main {
	width:100%;
	margin-top:2%;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* ==== Footer === */
#ft {
	margin-top:2%;
	padding-top: 3.64%;
	padding-bottom: 3.64%;
	text-align: center;
	color:#fff;
}
#temp01 #ft{
	background: url(../images/common/ft_bg.png) no-repeat top center #728665;
}
#temp02 #ft{
	background: url(../images/common/ft_bg.png) no-repeat top center #98ADCA;
}
#temp03 #ft{
	background: url(../images/common/ft_bg.png) no-repeat top center #D6A08E;
}
#temp04 #ft{
	background: url(../images/common/ft_bg.png) no-repeat top center #E9CC7D;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 4px;
	left: 10px;
}
h2 {
	margin: 0em 0 0.8em 0;
	font-size: 2.5em;
	font-weight:normal;
	color: #fff;
	padding: 0.5em 0 0.5em 1.0em;
}
#temp01 h2 {
	background: url(../images/common/h2_bg.png) repeat-y top center #728665;
}
#temp02 h2 {
	background: url(../images/common/h2_bg.png) repeat-y top center #98ADCA;
}
#temp03 h2 {
	background: url(../images/common/h2_bg.png) repeat-y top center #D6A08E;
}
#temp04 h2 {
	background: url(../images/common/h2_bg.png) repeat-y top center #E9CC7D;
}
h3 {
	margin: 0.8em 0 0.4em 0;
	border-bottom:1px solid #728665;
	font-size: 1.4em;
	font-weight:normal;
	padding: 0.0em 0 0.0em 0.6em;
}
#temp01 h3 {
	border-bottom:1px solid #728665;
}
#temp02 h3 {
	border-bottom:1px solid #98ADCA;
}
#temp03 h3 {
	border-bottom:1px solid #D6A08E;
}
#temp04 h3 {
	border-bottom:1px solid #E9CC7D;
}
h4 {
	font-size: 1.3em;
	padding: 0.2em 0 0.3em 0;
	margin: 1.2em 0 1em 0;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	margin-top:70px;
	padding-bottom:33px;
	background: url(../images/common/i_img_bg.jpg) bottom center no-repeat;
}
#i_news_frame {
	width:100%;
	height:100%;
	border:none;
}
#i_news {
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.95em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 160px;
	background: url(../images/common/news_icon.gif) 0 10px no-repeat;
	padding-left: 15px;
}
#i_bnr{
	margin-top:20px;
	width:220px;
	float:right;
	margin-left:20px;
}
/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 1.5%;
    right: 10px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}
.en {
	z-index:1000;
	position:fixed;
	right:0;
	top:30px;
}
}