file:///Users/daikiaizawa/Desktop/interliteracy/web/company/message.html@charset "UTF-8";

html {
overflow-y:scroll;
height:100%;
width:100%;
}

* {	
	margin: 0;
	padding: 0;
}
p br,br{
	line-height: 0.6em;
	height: 0px;
	}


body {
	font-size: 13px;
	line-height: 1.2em;
	text-align: justify;
	text-justify: inter-ideograph;
	text-align: center;
	background-repeat: repeat-x;
	color: #555555;
	height:100%;
	width:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p{	text-align: justify;
	text-justify: inter-ideograph;}

dd{	text-align: justify;
	text-justify: inter-ideograph;}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
caption, th
cite,
code, var,
dfn,
em, strong {
	font-style: normal;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

fieldset { 
	border: 0;
}

ol,ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

abbr, acronym { 
	border: 0;
	cursol: help;
}

img {
	border:0;
vertical-align: bottom;
}

hr,
div.line{
	clear: both;
	width: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

a {
	outline : 0;
	text-decoration: none;
	color: #0f5ca8;
}
#right a{
}
#right a[target="_blank"]{
	padding-right:14px;
	background-color: transparent;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	background-position: right 45%;
}
#right a.noblank{
	padding-right:0px;
	background-image: none;
}

a:hover{
	color: #999999;
}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
#right a.pdf {
	background-image: url(../images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 16px;
	padding-right: 0px;
}
a.pdf[target="_blank"]{
	background-image: url(../images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right:0px;
}
a.doc[target="_blank"]{
	background-image: url(../images/ico_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right:0px;
}
.img-left{
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	_margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9em;
}
.img-right{
	float: right;
	margin-left: 10px;
	_margin-left: 5px;
	margin-top: 2px;
}

/*-------------------------------------------------------------------------------------------------header*/

#wrapper{
	width: 760px;
	text-align: left;
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
	padding-top: 20px;
}

#header{
	float: left;
	width: 100%;
	clear: both;
	background-color: #686b6f;
}

#header h1 a{
	float: left;
	height: 35px;
	width: 225px;
	display: block;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	background-image: url(../images/logo.gif);
	text-indent: -9999px;
}
.subnav{
	float: left;
	height: 15px;
	width: 300px;
	display: block;
	clear: both;
	padding-left: 20px;
}

.subnav li, .subnav li a{
	float: left;
	height: 15px;
	display: block;
	width: 80px;
	background-image: url(../images/subnav.gif);
	text-indent: -9999px;
}
.subnav-1{background-position: 0px -15px;}
.subnav-1 a{background-position: 0px 0px;}
.subnav-1 a:hover{background-position: 0px -15px;}
.subnav-2{background-position: -80px -15px;}
.subnav-2 a{background-position: -80px 0px;}
.subnav-2 a:hover{background-position: -80px -15px;}

.mainnav{
	float: left;
	width: 190px;
	clear: both;
	display: block;
}
.mainnav li, .mainnav li a{
	float: left;
	width: 190px;
	display: block;
	height: 30px;
	clear: both;
	margin-bottom: 1px;
	background-color: #f1f1ef;
	background-image: url(../company/sidemenu.gif);
}
.mainnav-1{background-position: 0px -116px;}
.mainnav-2{background-position: -87px -116px;}
.mainnav-3{background-position: -174px -116px;}
.mainnav-4{background-position: -261px -116px;}
.mainnav-5{background-position: -348px -116px;}

.mainnav-1 a{background-position: 0px 0px;}
.mainnav-2 a{background-position: -87px 0px;}
.mainnav-3 a{background-position: -174px 0px;}
.mainnav-4 a{background-position: -261px 0px;}
.mainnav-5 a{background-position: -348px 0px;}

.mainnav-1 a:hover{background-position: 0px -58px;}
.mainnav-2 a:hover{background-position: -87px -58px;}
.mainnav-3 a:hover{background-position: -174px -58px;}
.mainnav-4 a:hover{background-position: -261px -58px;}
.mainnav-5 a:hover{background-position: -348px -58px;}
.fontsize, .fontsize a{
	float: right;
	clear: right;
	height: 23px;
	width: 48px;
	display: block;
}
.fontsize li, .fontsize li a{
	float: left;
	height: 23px;
	width: 24px;
	text-indent: -9999px;
	background-image: url(../images/fontsize.gif);
	background-repeat: no-repeat;
}
.fontsize-1 a{background-position: 0px 0px;}
.fontsize-1 a:hover{background-position: 0px -23px;}
.fontsize-2 a{background-position: -24px 0px;}
.fontsize-2 a:hover{background-position: -24px -23px;}

/*-------------------------------------------------------------------------------------------------header END*/

/*-------------------------------------------------------------------------------------------------contents*/
#contents{
	float: left;
	width: 760px;
	min-height: 450px;
	_height: 450px;
	clear: both;
}

#left{
	float: left;
	width: 190px;
	display: block;
	padding-bottom: 15px;
}
#left a,#left a:hover{
	text-decoration: none;
}
/*--------------------------------------------------------sitemap*/

#sitemap{
	width: 760px;
	float: left;
}
#sitemap h2{
	background-image: url(../images/h2_sitemap.gif);
	float: left;
	height: 40px;
	width: 760px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#sitemap-2{
	float: left;
	width: 360px;
}
#sitemap-2 dl{
	float: left;
	width: 340px;
}
#sitemap-2 dt{
	float: left;
	width: 320px;
	margin-bottom: 0.7em;
	font-weight: bold;
	color: #686b6f;
	*font-size: 13px;
}
#sitemap-2 dd{
	float: left;
	width: 340px;
	margin-bottom: 5px;
	padding-left: 20px;



	*font-size: 13px;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 10px -1px;
}
#sitemap-1{
	float: left;
	width: 200px;
	display: block;
}

#sitemap-1 dl{
	float: left;
	width: 200px;
	display: block;
	padding-bottom: 25px;
}
#sitemap-1 dt{
	margin-bottom: 0.7em;
	float: left;
	width: 200px;
	font-weight: bold;
	color: #686b6f;
	*font-size: 13px;
}
#sitemap-1 dd{
	padding-left: 20px;
	margin-bottom: 8px;




	*margin-bottom: 0.6em;
	float: left;
	width: 180px;
	line-height: 1em;




	*font-size: 13px;
	display: block;
	height: 1em;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 10px -1px;
}
#sitemap .tree{
	padding-left: 35px;
	width: 185px;
}

/*--------------------------------------------------------sitemap END*/


#company-1 h2{background-image: url(../images/h2_company_1.gif);}
#company-2 h2{background-image: url(../images/h2_company_2.gif);}
#company-3 h2{background-image: url(../images/h2_company_3.gif);}
#company-4 h2{background-image: url(../images/h2_company_4.gif);}

#right dl{
	float: left;
	width: 520px;
	display: block;
}
#right dt{
	padding-left: 0.6em;
	margin-bottom: 1.5em;
	float: left;
	width: 7em;
	_width: 6.4em;
	line-height: 1.2em;
	background-image: url(../images/dt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: left;
}
#board #right dt{
	padding-left: 0.6em;
	float: left;
	width: 5em;
	_width: 4.4em;
	line-height: 1.2em;
	background-image: url(../images/dt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	clear: left;
	margin-bottom: 0.7em;
}
#outline #right dd{
	padding-bottom: 0.4em;
	padding-right: ;
	line-height: 1.2em;
	margin-left: 7.6em;
	margin-bottom: 1.2em;
}
#board #right dd{
	padding-bottom: 0.4em;
	padding-right: ;
	line-height: 1.2em;
	padding-left: 5.5em;
}
#right dd dl{
	float: left;
	width: auto;
}
#right dd dt{
	border: none;
	padding: 0px;
	margin-bottom: 0px;
	line-height: 1.2em;
	background-image: none;
	display: block;
}
#right dd dd{
	padding-bottom: 0.3em;
	margin-bottom: 0.2em;
}
#outline #right dd dd{
	padding-bottom: 0.3em;
	margin-bottom: 0.2em;
}
#right ul{
	float: left;
	width: 440px;
}

.list{
	list-style-type: none;
	display: block;
}

.list li{
	background-image: url(../images/list.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
	display: block;
}
#right ol{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
	width: 410px;
	float: left;
}
#right li{
	padding-bottom: 0.4em;
	line-height: 1.2em;
}


/*--------------------------------------------------------contact*/
h2{
	height: 30px;
	margin-top: 2px;
}

.contact #left{
	float: left;
	width: 220px;
	display: block;
}
.contact #left h2{
	float: left;
	height: 40px;
	width: 220px;
	text-indent: -9999px;
	margin-bottom: 0px;
	background-image: url(../images/h2_contact.gif);
	background-repeat: no-repeat;
	line-height: 1em;
}

.contact #left p{
	margin-bottom: 0px;
	float: left;
	width: 216px;
	padding-right: 2px;
	padding-left: 2px;
}
.contact #left ul{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	float: left;
	width: 220px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
.contact #left li{
	margin-top: 15px;
	margin-left: 35px;
	_margin-left: 18px;
	text-indent: -9999px;
}

.contact #left li, .contact #left li a{
	height: 40px;
	width: 150px;
	background-image: url(../images/contact.gif);
	float: left;
}

.contact .sidemenu-1 a{background-position: 0px 0px;}
.contact .sidemenu-1 a:hover{background-position: -150px 0px;}
.contact .sidemenu-2 a{background-position: 0px -40px;}
.contact .sidemenu-2 a:hover{background-position: -150px -40px;}
.contact table{
	float: left;
	width: 216px;
	margin-right: 2px;
	margin-left: 2px;
	_margin-left: 1px;
}

#map{
	margin-top: 29px;
	margin-bottom: 25px;
}
/*--------------------------------------------------------contact END*/
#right{
	width: 527px;
	display: block;
	float: right;
}

#index #right div{
	height: 242px;
}

#right h2{
	margin-bottom: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}


/*--------------------------------------------------------banner*/

.banner{
	padding-bottom: 1px;
	float: left;
	width: 190px;
	margin-bottom: 25px;
	margin-top: 25px;
	background-color: #e3e3e0;
}
.banner li{
	display: block;
	clear: both;
	float: left;
	width: 190px;
	height: 40px;
	margin-bottom: 1px;
	background-image: url(../images/philbanner.jpg);
	text-indent: -9999px;
}
.banner li a{
	display: block;
	clear: both;
	float: left;
	width: 190px;
	height: 40px;
	margin-bottom: 1px;
	_margin-bottom: 0px;
	background-image: url(../images/philbanner.jpg);
	text-indent: -9999px;
}


#banner-0, #phil-top a{
	background-image: url(../images/myphilosophy.gif);
	background-repeat: no-repeat;
	background-position:0px 0pt;
	height: 80px;
}



#phil-top a{
	background-image: url(../images/myphilosophy.gif);
	display: block;
	height: 80px;
	width: 190px;
	float: left;
}
#phil-top a:hover{
}


.phil-sasada {background-position: 0px 0px;background-image: url(../images/philbanner.jpg);}
.phil-matsuda {background-position: 0px -40px;background-image: url(../images/philbanner.jpg);}
.phil-uchida {background-position: 0px -80px;background-image: url(../images/philbanner.jpg);}
.phil-agawa {background-position: 0px -80px;background-image: url(../images/philbanner.jpg);}
.phil-suga {background-position: 0px -120px;background-image: url(../images/philbanner.jpg);}
.phil-kage {background-position: 0px -200px;background-image: url(../images/philbanner.jpg);}

.phil-sasada a{background-position: 0px 0px;background-image: url(../images/philbanner.jpg);}
.phil-matsuda a{background-position: 0px -40px;background-image: url(../images/philbanner.jpg);}
.phil-uchida a{background-position: 0px -80px;background-image: url(../images/philbanner.jpg);}
.phil-agawa a{background-position: 0px -120px;background-image: url(../images/philbanner.jpg);}
.phil-suga a{background-position: 0px -160px;background-image: url(../images/philbanner.jpg);}
.phil-kage a{background-position: 0px -200px;background-image: url(../images/philbanner.jpg);}
.phil-hasegawa a{background-position: 0px -240px;background-image: url(../images/philbanner.jpg);}

.phil-sasada a:hover{background-position: -190px 0px;background-image: url(../images/philbanner.jpg);}
.phil-matsuda a:hover{background-position: -190px -40px;background-image: url(../images/philbanner.jpg);}
.phil-uchida a:hover{background-position: -190px -80px;background-image: url(../images/philbanner.jpg);}
.phil-agawa a:hover{background-position: -190px -120px;background-image: url(../images/philbanner.jpg);}
.phil-suga a:hover{background-position: -190px -160px;background-image: url(../images/philbanner.jpg);}
.phil-kage a:hover{background-position: -190px -200px;background-image: url(../images/philbanner.jpg);}
.phil-hasegawa a:hover{background-position: -190px -240px;background-image: url(../images/philbanner.jpg);}

/*--------------------------------------------------------banner END*/


/*--------------------------------------------------------index */

#index h2{
	background-image: url(../images/h2_index.gif);
}
#index h3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	clear: both;
	width: 527px;
	margin-bottom: 30px;
	text-align: left;
}
#index img{
	margin-top: 100px;
	margin-bottom: 80px;
}
#index p{
	padding-bottom: 30px;
	line-height: 1.5em;
}
/*--------------------------------------------------------index END*/

/*--------------------------------------------------------message */
#message p{
	line-height: 1.5em;
	margin-bottom: 1em;
}
#message h2{
	background-image: url(../images/h2_message.gif);
}
#message h3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#message .right{
	text-align: right;
}
/*--------------------------------------------------------message END*/

/*--------------------------------------------------------style */
#style h2{
	background-image: url(../images/h2_style.gif);
}
#style h3{
	font-weight: bold;
	border-left-width: 4px;
	margin-bottom: 5px;
	border-left-color: #DDDDDD;
	margin-bottom: 5px;
	padding-left: 0.5em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	height: 17px;
	margin-top: 15px;
}


#style p{
	margin-bottom: 15
];
	margin-bottom: 30px;
	padding-left: 12px;
}
/*--------------------------------------------------------style END*/

/*--------------------------------------------------------outline */
#outline h2{
	background-image: url(../images/h2_outline.gif);
}
#outline #right{
	padding-bottom: 30px;
}

/*--------------------------------------------------------outline END*/

/*--------------------------------------------------------history*/

#history h2{
	background-image: url(../images/h2_history.gif);
}
#history dl{
}
#history dt{
	padding-left: 0.6em;
	line-height: 1em;
	width: 7em;
	float: left;
	margin-top: 1px;
	margin-bottom: 15px;
}
#history dd{
	padding-bottom: 15px;
	padding-right: 5px;
	display: block;
	padding-left: 7.6em;
	margin-bottom: 0.5em;
}
#history dd dl{
	width: 430px;
}
#history dd dt{
	border: none;
	padding: 0px;
	margin-bottom: 0px;
}
#history dd dd{
	float: left;
	width: 300px;
	padding-bottom: 0.3em;
}

#history #right ul{
	float: none;
}
#history #right ul li{}

/*--------------------------------------------------------history END*/

/*--------------------------------------------------------board*/
#board h2{
	background-image: url(../images/h2_board.gif);
}
#board #right div img{
	padding-left: 90px;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#board #right ul li .img-right img{
	padding-left: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#board dl dd p img{
	margin-top: 20px;
}
#board dl dd img{
	margin-bottom: 20px;
	margin-top: 3px;
}
.nav-board{
	float: left;
	width: 190px;
	clear: both;
}

#board #right h3{
	width: 508px;
	margin-bottom: 20px;
	float: left;
	padding-left: 0.5em;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #686b6f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	height: 17px;
	margin-top: 15px;
}
.nav-board{}
.nav-board{}
.nav-board{}
.nav-board{}

/*--------------------------------------------------------board END*/


/*--------------------------------------------------------publicity */
#publicity h2{
	background-image: url(../images/h2_publicity.gif);
}
/*--------------------------------------------------------publicity END*/

/*--------------------------------------------------------service */
#service #right{
	margin: 0px
}
#service h2{
	background-image: url(../images/h2_service.gif);
}
#service h3{
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	margin-bottom: 20px;
}
#service h3 strong{
	font-size: 18px;
}
#service h4{
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #dddddd;
	padding-left: 8px;
}
#service dl{
	float: right;
	width: 320px;
	margin-bottom: 30px;
}
#service dt{
	float: none;
	width: auto;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	background-image: none;
	border-left-width: 3px;
	border-left-color: #686B6F;
	margin-bottom: 15px;
	margin-bottom: 15px;
}
#service dd{
	float: none;
	width: 320px;
}
#service #right div{
	float: left;
	width: 520px;
	height: 250px;
}
#service p{
	margin-bottom: 1em;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 30px;
}
#service #main{
	background-repeat: no-repeat;
	min-height: 500px;
	_min-height: 500px;
}
/*--------------------------------------------------------service END*/

/*--------------------------------------------------------works */
#works h2{
	background-image: url(../images/h2_works.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
#works #right{
	padding-bottom: 20px;
	width: auto;
	float: none;
	padding-left: 233px;
	padding-right: 40px;
}
#works #right ul{
	width: auto;
}
#works #right li{
	float: left;
	padding-right: 5px;
	width: 125px;
	display: block;
	height: 80px;
	background-image: url(../images/works_li.gif);
	background-repeat: no-repeat;
	color: #999999;
	vertical-align: middle;
}
#works #right li p{
	margin-left: 5px;
	font-size: 10px;
	line-height: 1em;
	margin-top: 4px;
}
#works #right p{
	margin-bottom: 20px;
}
#works #right a{
	vertical-align: middle;
	background-image: none;
	padding-right: 0px;
}
/*--------------------------------------------------------works END*/

/*--------------------------------------------------------workstyle */
#workstyle h2{
	background-image: url(../images/h2_workstyle.gif);
}
#workstyle h3{
	float: none;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 35px;
	padding-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
#workstyle h4{
	font-weight: bold;
	display: block;
	float: left;
	clear: right;
	margin-bottom: 5px;
	font-size: 14px;
}
#workstyle h5{
	font-weight: bold;
	color: #999999;
	display: block;
	float: left;
	clear: left;
	width: 180px;
}
#workstyle p{
	width: 340px;
	display: block;
	float: right;

}
#workstyle #right ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 527px;
}
#workstyle #right ul li{
	width: 527px;
	clear: both;
	margin-bottom: 25px;
	float: left;
}
#workstyle #right ul li div{
	float: left;
	width: 180px;
}
/*--------------------------------------------------------workstyle END*/

/*--------------------------------------------------------recruit */
#recruit h2{
	background-image: url(../images/h2_recruit.gif);
}
#recruit h4{
	float: left;
	clear: both;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	width: 520px;
	padding-top: 25px;
	margin-top: 25px;
	padding-bottom: 10px;
}
#recruit #large dl{}
#recruit #large dt{
	font-weight: bold;
	font-size: 14px;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	background-image: none;
}
#recruit #large dd{
	font-weight: bold;
	font-size: 14px;
	width: 420px;
	display: block;
}
/*--------------------------------------------------------recruit END*/


/*-------------------------------------------------------------------------------------------------contents END*/


/*-----------------------------------------------------------------------footer*/
#footer{
	width: 100%;
	display: block;
	clear: both;
	background-repeat: repeat-x;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	padding-top: 4px;
}
#footer div{
	width: 780px;
	height: 40px;
	float: left;
}
#index #footer div .footer-1{
	height: 15px;
	width: 400px;
	display: block;
	background-image: url(../images/copyright.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: -9999px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.footer-1{
	height: 15px;
	width: 400px;
	display: block;
	background-image: url(../images/copyright.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	text-indent: -9999px;
	float: right;
}
.footer-2, .footer-2 a{
	height: 30px;
	width: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/pagetop.gif);
	text-indent: -9999px;
	clear: both;
	float: right;
}
.footer-2 a:hover{
	background-position: 0px -30px;
}
/*-----------------------------------------------------------------------footer END*/
.right{
	float: right;
}
.left{
	float: left;
}




/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: solid 1px #dddddd;
	cursor: url("../images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #dddddd;
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
	
}
.PopBoxImageMove
{

	cursor: pointer;
}
#board h4{
	font-weight: bold;
	float: right;
}
#news {
}
#news ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	float: none;
	width: 520px;
}
#news ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	display: block;
	width: 520px;
}
#news ul li a{
	padding-top: 8px;
	padding-right: 30px;
	padding-left: 6px;
	padding-bottom: 4px;
	display: block;
	color: #686b6f;
}

#news ul li a:hover{
	color: #999;
}

#news ul li a[target="_blank"]{
	background-color: transparent;
	background-image: url(../images/ico_blank.gif);
	background-repeat: no-repeat;
	background-position: 505px 55%;
}
#news ul li a:hover[target="_blank"]{
	background-image: url(../images/ico_blank_on.gif);
}
#news ul li a.pdf{
	background-color: transparent;
	background-image: url(../images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: 502px 55%;
}
h3 {
	color: #444444;
}
#board #right div a {
	background-image: none;
	padding: 0px;
}
body#message #wrapper{
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 940px;
}
body#message .box{
	}
#message #contents .right {
	display: block;
	text-align: left;
	padding-right: 20px;
}
.link {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
}
#publicity #right dl {
}
#publicity #right dt {
}
#publicity #right dd {
	margin-bottom: 1em;
	padding-left: 8em;
}
ul.awards {
	clear: both;
}
#phil-top {
	height: 80px;
}
#right dl dd .list li {
	clear: both;
	width: auto;
}
iframe『』
iframe.right {
	float: right;
}
iframe.left {
	float: left;
}
#philosophy div.note {
	padding: 10px;
	border: 1px solid #dddddd;
}
#philosophy div.note p{
	margin-bottom: 0px;
}.red {
	color: #5a3229;
}
#works #wrapper {
	width: 100%;
}
#works #contents {
	width: auto;
}
.banner2{}
.banner2 .bn-daw {
}
.banner2 .bn-daw a{
	background-image: url(../images/daw.jpg);
	display: block;
	text-indent: -9999px;
	height: 75px;
	width: 190px;
	clear: both;
	float: left;
}
#message #right img.right {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 12px;
}
#works #wrapper #contents #right ul li a img {
	border: 1px solid #dddddd;
}
#index #wrapper #contents #right #news ul li .pdf {
	padding-left: 0px;
}
