@charset "UTF-8";

*{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-size:100%;
	font-style:normal;
	border:0;

}

html{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-height:100%;

}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-height:100%;
	background-image: url(/daria/img/bg.jpg);
	background-color: #FFFF98;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.8em;
	background-attachment: fixed;
	color: #333333;
	line-height: 1.25em;
}




#outline {
	height: 100%;
        width:100%;	
        max-width: 960px;
	min-height:100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9836;
	border-bottom-color: #FF9836;
	background-image: url(/daria/img/footer/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


body > #outline {
	height:auto;
}

#contents {
	width:100%;
        max-width: 930px;
	margin-right: auto;
	margin-left: auto;
	display: block;	

}


#left {
	float: left;
	height: 100%;
	width: 720px;
}

#right {
	float: left;
	margin-left:10px;
    width:200px;
	height: 100%;
	overflow:hidden;
}

#menu {
	background-repeat: repeat;
	display: block;
	background-image: url(/daria/img/menu/menubg.jpg);
	border:1px solid #FF9836;
	margin-bottom: 1em;
        overflow:hidden;	
}

#header {
	background-color: #FFFFFF;
	clear: both;
	float: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
/*	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFF00;
*/}


#menu ul {

	width:100%;
        max-width: 958px;
	margin-right: auto;
	margin-left: auto;
}

#menu li {
	float: left;
	list-style-type: none;
	height: 47px;
	display: block;
}

#menu  li  a img {
	opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=80);
	height: 47px;
	padding-right: 1px;
	background-color: #FF9933;
	padding-left: 1px;
}

#menu  li  a:hover img {
	opacity: 1.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=100);
	height: 47px;
	background-color: #FFCC66;
}

.clear-both{
	clear: both;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
	float: none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	min-height: 1px;
	overflow: hidden;
}


#footer {
	display: block;
	clear: both;
	float: none;
	text-align: center;
	width: 100%;
	bottom: 0px;
	padding-top: 3em;
	padding-bottom: 2px;
}
#footer     li  {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#footer    ul  {
	list-style-type: none;
	display: inline;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#footer p  {
	margin-top: 2em;
	color: #666666;
}

#footer #fbn{
    margin:20px;
    text-align:center;
}

#footer #fbn img{
    margin:0;
    display:inline;
    margin:10px;
}


form#headsearch  {
	width: 530px;
	float: right;
	background-image: url(/daria/img/search/bg.jpg);
	display: inline;
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 0px;
	text-align: center;
}

form#headsearch div {
	display: inline;	
}

/*form#headsearch  input,form#headsearch select {
	border: 1px solid #999999;
}*/

img {
	display: block;
}
#submenu  {
	background-image: url(/daria/img/submenu/submenu.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	width: 263px;
	background-position: right top;
	float: right;
	height: 15px;
	margin-bottom: 0.5em;
}

#submenu li	 {
	display: block;
	float:left;
	margin: 0px;
	padding: 0px;

}
#submenu li  a:hover  img      {
	opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=0);

}
h1 {
	float: left;
	width: 430px;
}

#right p{
margin:0.5em;

}
#left .leftbn {
	margin-top: 1em;
}
#left  .leftbn img {
	float: left;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
}
#right ul {

    text-align:center;

}


#right ul li{
    display:inline-block;
    width:200px;
    text-align:right;
    font-size:0.9em;
    margin-bottom:1em;
    vertical-align:top;

}


#right ul li a{
	text-decoration:none;
	color:#006600;
}

#right ul li a:hover{
	text-decoration:none;
	color:deeppink;
}


#left .magazine {
	
        width:420px;
	float:left;
	margin-left: 1em;
}


#left .magazine ul{

	overflow:auto;
}

#left .magazine li{

	display:block;
	border-bottom: dotted 1px #ccc;
	padding:2px 0;
	margin:2px 0;
	
}

#left .magazine li span{

	
	background:#339933;
	color:#fff;
	font-size:0.9em;
	padding:0.1em 0.2em;
	margin:0 0.2em;

}

#left .magazine p{
	margin:0.5em;
	}


#left .magazine strong{
	color:#FF3399;
	font-weight:bold;
	display:block;
	border-bottom:solid 0.1em #CCCCCC;
	padding:0.25em;
	font-size: 1.25em;
	
}

#left .magazine strong span{
	color: #666666;
	text-align:right;
	font-weight:normal;
	display:block;
	margin-top:-1em;
	padding:0;
}



#left .magazine p img{
	float: left;
	margin-right:0.5em;
	margin-bottom:0.5em;
}

#left .magazine ul.btn {
	
	overflow:hidden;
	
}

#left .magazine ul.btn li{
	
	border:none;
	float: left;
	
	
}

#left .magazine .btn a{	

	display:block;
	width:205px;
	height:2em;
	text-align:2em;
	line-height: 2em;
	margin:2px;
	padding:0;
	text-align:center;
	background:url(/daria/img/btn/btn4.png) left center;
	font-weight:bold;
	color:#339933;
	text-decoration:none;
}

#left .magazine .btn a:hover{
	color:#FFF;
	background-position:right center;
}


#left ul.info{
	width:710px;
	height:400px;
	overflow:auto;
}

#left ul.info li{
border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 1.5em;
	display: block;
	padding: 0.5em;
	text-align: left;
	margin: 0.5em;
	text-indent:-0.5em;
}

#left dl.news{
width:280px;
height:195px;
overflow:auto;


}

#left dl.news dt{
	color: #006600;
	background-color: #FFFFCC;
	padding:0.25em;
	margin-top:0.25em;
	font-weight: bold;	
}

#left dl.news dd{
	margin-left:0.25em;
	margin-right:0.25em;
	padding:0.25em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	}
/*ボタン*/

a.btn1 {
	background-image: url(/daria/img/btn/btn1.png);
	background-repeat: repeat;
	background-position: left center;
	display: block;
	padding: 0.5em;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	text-decoration: none;
	color: #009900;
	font-weight: bold;
}
a.btn1:hover {
	background-position: right;!important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336600;
	border-right-color: #66CC00;
	border-bottom-color: #66CC00;
	border-left-color: #336600;
	color: #FFFFFF;
}


a.btn2 {
	background-image: url(/daria/img/btn/btn3.png);
	background-repeat: repeat;
	background-position: right center;
	display: block;
	padding: 0.5em;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCFF00;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #CCFF00;
	text-decoration: none;
	color:#006600;
	font-weight: bold;
}
a.btn2:hover {
	background-position: left; !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #CC9900;
	color: #009900;
}


h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
	background-image:url(/daria/img/title/red.png);
	background-position: center;
	text-indent: 1em;
	padding: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9999;
	border-right-color: #FF3333;
	border-bottom-color: #FF3333;
	border-left-color: #FF9999;
}

/*フォーム用*/
input,textarea,select {
	sborder: 0.1em solid #FF9933;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF3300;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF3300;
	margin: 0px;
	padding: 0.2em;
}


input[type="image"] {
	border: none;
	margin: 0;
	padding: 0;
}

input.push {
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC33;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FFCC33;
	margin-top: 0em;
	margin-right: 0.2em;
	margin-bottom: 0em;
	margin-left: 0.2em;
	background-image: url(/daria/img/btn/btn5.png);
	background-position: right center;
	line-height: 1em;
	letter-spacing: 0.5em;
	text-align: center;
}
input.push:hover {
	background-color: #FF3399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0033;
	border-right-color: #FF99CC;
	border-bottom-color: #FF99CC;
	border-left-color: #FF0033;
	background-image: url(/daria/img/btn/btn5.png);
	background-position: left center;
}

/*テキスト指定*/
.tar{

	text-align:right;
}
.tac{
	text-align:center;

}

.tal{

	text-align:left;
}
a {
	color: #990000;
}

/*チェックポイント指定*/

.sp    {
	padding: 0.5em;
	border: 1px solid #FF6699;
}

.sp img   {
	display: inline;
	clear: both;
	float: none;
}



/*hr指定*/

.hdn    {

	
	display: none;

}



/*サブメニュー*/

#menu li {
    position: relative;
}
#menu .menu-s {
    display: none;
    height: auto;
}
#menu .menu-s li {
    background: url("/daria/img/menu/menusbg.jpg") repeat scroll center center     transparent;
    clear: both;
    display: block;
    float: none;
    height: 30px;
    width: 200px;
    line-height: 30px;
    border:solid 1px orange;
	color:brown;
}

#menu .menu-s li:hover {
    background: url("/daria/img/menu/menubg.jpg") repeat scroll center center     transparent;
}

#menu .menu-s li:hover a {
	color:white;
}


#menu .menu-s li a {
    display:block;
    height: 30px;
    width: 200px;
    text-indent:15px;
    text-decoration: none;
    font-weight:bold;
	

}



#menu li:hover .menu-s {
    display: block;
    position: absolute;
    z-index: 10;
}
