@charset "utf-8";
/* ===================================================================
CSS information
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #container
 #header
 #main
 #footer
=================================================================== */
/*reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
        background: #000;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}

/*----------------------------------------------------
	#container
----------------------------------------------------*/
div#conatiner {
	width: 625px;
        height: auto;
	margin: 20px auto 20px;
        border: 1px solid #C8C8C8;
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
	width: 625px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	width: 625px;
	margin: 0 auto;
}


/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	width: 625px;
        height: 95px;
	margin: 0 auto;
}

#footer ul,h3{
        margin: 5px;
        color: #fff;
}
div#skipmenu {
        font-size:12px;
        float:left;
        width:270px;
}

#skipmenu ul li{
        float: left;
        padding-left: 8px;
}
div#description {
        width: 330px;
        float:right;
        color: #fff;
}
div#description p {
        font-size:12px;
　　　　color: #fff;
}
.clear {
        clear:both;
}

