/*
file name: style1.css
location:  http://www.namva.jp/common/css/style1.css
written by H.NAMVA
written on 2011/09/13
updated on 2013/10/23
*/

#outline {
	width : 750px ;
	background : #e6e6fa;
	text-align : left ;
	font-family: Arial, Helvetiva, sans-serif;
	/*
	border : solid 1px #000000 
	*/
}

.margin {
	margin : 0px ;
}

.header {
	text-align : center ;
	font-family: "‚l‚r ƒSƒVƒbƒN",sans-serif;
	margin-left: 50px;
}

.main {
	width : 500px ;
	float : right ;
}

.side {
	width : 240px ;
	float : left ;
}

.c-both {
	clear : both ;
}

.footer {
	text-align : center ;
}

.youtube-player {
border: none;
}

ul li {
    margin: 0px;
    padding: 0px;
    list-item-position: inside;
    display: inline;
    list-style-type: none;
}

span.size1{font-size: xx-small;}
span.size2{font-size: x-small;}
span.size3{font-size: small;}
span.size4{font-size: medium;}
span.size5{font-size: large;}
span.size6{font-size: x-large;}
span.size7{font-size: xx-large;}

a:hover{
	color: red;
}

/* define IDs for P directive */
P#MenuTitle {text-align:left; background-color:#b0c4de; color:blue; font-size:small; font-style:bold;}
P#MenuStar {text-align:left; background-color:#b0c4de; color:white; font-size:small; font-style:bold;}
P#Counter {font-size:x-large; color:#1e90ff; font-family:Arial;}

/* define IDs for P directive  appended on 2013/10/23*/
P#ProjectTitle {text-align:left; background-color:#b0c4de; color:blue; font-size:medium; font-style:bold;}

