@charset "utf-8";
/* CSS Document */

@import url("../../cssjs/contents.css");

/* side ------------------------*/
#side .sideMenu a{
	font-weight:bold;
}
#side .sideMenu strong{
	xcolor:#666666;
	color:#FFCC00;
}

/* port --------------------------*/
#container{
	position:relative;
}

h1#title{
	margin: 0 0 35px 0;
}

#port *{
	margin: 0;
	padding: 0;
}
#port {
	width:700px;
	margin: 19px 0 0 0;
	overflow: hidden;
}
#port .clear{
	clear: left;
	padding: 10px 0 0 0;
}

#port .portBox01{
	float: left;
	width:355px;
}
#port .portBox02{
	float: left;
	width:344px;
}

#port .portPhoto{
	width:230px;
	overflow: hidden;
}
#port .portPhoto p{
	float: left;
}
#port .portPhoto p.photo img{
	border: solid #ccc 5px; 
}
#port .portPhoto p.sphoto img{
	margin: 5px 3px 0 0;
}

#port .portTxt{
	clear: left;
	width:344px;
	padding: 13px 0 0 0;
}
#port .portTxt .text02{
	padding: 10px 0 0 0;
}
#port .portTxt .text03{
	background-color:#ccc;
}





/* Font Color---------------------------*/
#port .f10 {
	color:#061849;
}
#port .f12 {
	color:#061849;
}
#port .f14 {
	color:#061849;
}




