/* KAO (style.css) */

/* Color: Red #FA4E19, Blue #638ABA */

/* basic elements */

html    {
    background-color: #fff; 
    margin: 0;
    padding: 0;
    }
body    {
    color: #666;
    border: 0;	
    background-color: #fff; 
    margin: 0;
    padding: 0;
    }
a:link {
    color: #638ABA;
	text-decoration: none;
	background: transparent; 
	}
a:visited {
    color: #638ABA;
	text-decoration: none;
	background: transparent; 
	}
a:hover {
    color: #638ABA;
	text-decoration: none;
	background: transparent; 
	}
a:active {
    color: #666;
	text-decoration: none;
	background: transparent;  
	}
a img { border: 0; }
a:hover img { border: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
div, img, table, ul, li, td, tr, p {
    margin: 0;
    padding: 0;
	border: 0;	
    list-style: none;
    }

/* page layout */
body    {
	text-align: center;
    padding: 20px 30px;
    }
#wrapper {
    background-color: transparent;
    width: 608px;
    margin: 0 auto;
	text-align: left;
    }
#header {
    height: 150px;
    width: 608px;
    }
#imgline {
    float: left;
    display: table;
    width: 200px;
	padding: 0 0 600px 0;
    }
#imgline-profile {
    float: left;
    display: table;
    width: 200px;
    }
#textline {
    display: table;
    width: 355px;
    }
#c-textline {
    position: relative;
    left: 200px;
    display: table;
    width: 355px;
    }
#band {
	position: relative;
	text-align: center;
    width: 608px;
    }
#imgline img {
    margin-bottom: 7px;
    }
#textline img {
    margin: 19px 0;
    }
#band img {
    margin: 2px;
    }
#band table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    }
#mainimg  {
    }
tr.clist0 img {
	margin-bottom: 10px;
    padding: 0;
    }
td.clist1 {
    width: 130px;
    }
td.clist2 {
    }

/* header layout */
#categories{
    float: left;
    width: 555px;
    height: 150px;
    }
ul#menulist, ul#projectlist, ul#detaillist, ul#aboutuslist {
    float: left;
    display: table;
    }
ul#menulist {
    width: 200px;
    }
ul#projectlist, ul#aboutuslist {
    width: 355px;
    }
#logo {
    width: auto;
    }

/* font layout */
#header {
    font-family: Helvetica, verdana, Arial, sans-serif;
    font-size: 9px;
    }
#header li {
    margin: 0 0 5px 0;
    }
#imgline, #textline, #c-textline, #band {
    font-family: verdana, Arial, sans-serif;
    font-size: 10px;
    }
#textline, #c-textline, #band {
    letter-spacing: 0;
    line-height: 19px;
    }
#textline a:hover, #c-textline a:hover {
    color: #638ABA;
    border-left-color: #638ABA;
    border-bottom-style: solid;
    border-width: 1px;
    }
#header a:link, #header a:visited {
    color: #666;
	}
#categories a:hover {
    color: #FA4E19;
    border-left-color: #FA4E19;
    border-bottom-style: solid;
    border-width: 1px;
    }
h1 {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 1;
    }
/* Newsのタイトル,日付 */
#news h1 {
    margin: 10px 0 0 0;
    font-size: 10px;
    line-height: 1.5;
    }
/* Newsの本文 */
#news a:link, #news a:visited {
	color: #638ABA;
	}
#news p {
    color: #638ABA;
    font-size: 10px;
    line-height: 1.4;
    } 
/* c-archivesのタイトル */
h2 {
    font-size: 10px;
    line-height: 1;
    }
/* profile layout */
#profile table  {
    margin: 10px 0;
    }
.profile1   {
    width: 70px;
    }
#profile li  {
    margin: 5px 0;
    }
#profile  {
    line-height: 13px;
    }

/* index.html move.html layout*/
#welcomeimg {
    margin: 50px auto;
    }
#welcome {
    letter-spacing: 0;
    line-height: 20px;
    width: 400px;
    color: #666;
    font: normal 11px Arial;
    margin: 20px auto;
    }
#welcomeenter {
    text-decoration : none;
    }
    
/* pop-up css */
.thumbnail {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
}
.thumbnail .large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}
.thumbnail .popup,
.thumbnail .popup:visited {
	display: block;
	width: auto;
	top: 0;
	left: 0;
	}
.thumbnail .popup:hover {
	background-color: #fff;
	}
.thumbnail .popup:hover .large {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: auto;
	left: 200px;
	}