@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:black;
	font-size:100%;
	font-family:Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:white;
	line-height:35pt;
        letter-spacing:1px;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        text-size-adjust: 100%

        
}

html {
	overflow-y:scroll;
}

p {
	background-image: url(pix.gif);
        margin:0 0 1em;
}

li {
	list-style:none;
	line-height:5pt;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:yellow;
}

a:link {
        color:yellow;
}

a:visited {
        color:yellow;
}

a:hover {
        color:red;
}

a:active {
        color:red;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
        width:1335px;
        padding:7px;
	margin-top:3px;
        margin-bottom:0px;
        margin-right:0px;
        margin-left:0px;
        auto 0;
        
}

/*-----------------------------------------------
 __headerright
-----------------------------------------------*/

#headerright {
	margin-bottom:2px;
        width:499px;
        float:right;
        background:black;
}

/*-----------------------------------------------
 __headerleft
-----------------------------------------------*/

#headerleft {
	margin-bottom:2px;
        width:829px;
        height:300px;
        float:left;
        background:black;
        text-align: center;
        background: url(../header/header.jpg) no-repeat 0 0;
}

#headerleft h1 {
        font-size: 66px;
        color: red;
        letter-spacing: -3px;
        line-height: 65px;
        margin:10px 0px;
        padding: 10px 5px 10px 2px;
        border-top:7px solid red;
        border-bottom:7px solid red;
        border-radius: 0px ;
       
}

#headerleft p#siteDescription {
	color: white;
}




/*-----------------------------------------------
 __headertwo
-----------------------------------------------*/

#headertwo {
	margin-bottom:23px;
        width:830px;
        height:300px;
        float:left;
        background:black;
        text-align: center;
        background: url(../header/header.jpg) no-repeat 0 0;
}

#headertwo h1 {
        font-size: 66px;
        color: red;
        letter-spacing: -3px;
        line-height: 65px;
        margin:10px 0px;
        padding: 10px 5px 10px 2px;
        border-top:7px solid red;
        border-bottom:7px solid red;
        border-radius: 0px ;
}

#headertwo p#siteDescription {
	color: white;
}




/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:830px;
	margin-bottom:15px;
	padding:0px;
	background:black;
        font-size:28px;

}

#footer ul {
	margin:0 auto 3px;
	text-align:left;

}

#footer ul li {
	display:inline;
	margin-right:35px;
	padding-left:10px;
	line-height:1.1;
	border-left:0px;
        
}

ul li.utilityHome {
	border-left:0;
        
}



/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:1335px;
	float:left;
	margin-bottom:5px;
	background:black;
}


/*---------------------------------------------- 
__main
------------------------------------------------*/

#main {
	float:left;
	width:830px;
	font-size:18px;
        padding:0px;
	background:black;
	color:white;
        line-height: 1;
}


h2    {
        background:red;
        color:black;
        font-size: 66px;
        padding:6px;
        line-height: 58px;
        letter-spacing:-2px;
}



h5    {
        background:red;
        color:black;
        font-size: 81px;
        padding:6px;
        line-height: 75px;
        letter-spacing:-2px;
}







h4    {
        background:red;
        color:white;
        font-size: 24px;
        padding:7px;
        line-height: 28px;
        letter-spacing:1px;
}



p    {
        font-size: 20px !important;
        line-height: 27px !important;
        color: white;
        background-image: url(pix.gif);
        text-size-adjust: 100%;
}




a      { 
       font-size: 27px;
}
       {
	color:yellow;
}

a:link {
        color:yellow;
}

a:visited {
        color:yellow;
}

a:hover {
        color:red;
}

a:active {
        color:red;
}













/* __sub
------------------------------------------*/

#sub {
	float:right;
	width:490px;
	padding:0px;
	background:black;
        margin-top:6px;
        margin-bottom:0px;
        margin-right:0px;
        margin-left:2px;
        
}

#sub h3 {
	margin-bottom:0px;
	font-size:48px;
	letter-spacing:-2px;
        color:red;
        line-height: 62px;
        border-top:2px solid red;
	border-bottom:2px solid red;
	padding:.0em .0em;

}


p    {
        font-size: 20px;
        line-height: 22px;
        color: white;
        background-image: url(pix.gif);
}





#sub ul {
	margin:0px;
	padding:0px;
	background:black;
	border:0px;
        
}

#sub ul li {
	padding:0px 0px;
}





/* __ナンバーリスト
------------------------------------------*/

#number{
 border-collapse: collapse;
 }
#number th{
 width: 820px;
 padding: 6px;
 text-align: left;
 vertical-align: top;
 color: white;
 background-color: black;
 border: 1px solid white;
 font-size: 18px;
 line-height: 22px;
 }


#number td{
 padding: 2px;
 background-color: black;
 border: 1px solid white;
 font-size: 19px !important;
 line-height: 23px;
 color: white;
 }


/* __カレンダー
------------------------------------------*/

#calendar{
 border-collapse: collapse;
 }
#calendar th{
 width: 820px;
 padding: 6px;
 text-align: center;
 vertical-align: top;
 color: white;
 background-color: black;
 border: 1px solid white;
 font-size: 18px;
 line-height: 22px;
 }


#calendar td{
 padding: 6px;
 background-color: black;
 border: 1px solid white;
 text-align: center;
 font-size: 18px;
 line-height: 22px;
 color: white;
 }














