/* 
	project:  small corporation
	author:   luka cvrk (www.solucija.com) 
*/

*{ margin: 0; padding: 0; }* 
body { 
	font: 1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.6em;
	background: #fff;
	color: #444; 
}

a {	color: #0000FF;	background: inherit; text-decoration: none; }
a:hover { color: #AA0001; background: inherit; text-decoration: underline; }
a:visited { color: #8800FF; background: inherit; text-decoration: none; }
p { margin: 0 0 15px 0; }
h1 { color: #666600; margin: 20px 10px 0; }
h1 a { background: inherit; }
img { border: 0; }
h2 { color: #666600; font: normal 1.6em "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 12px; }
h3 a { font-size: 1em; }
#main h3 a { font-size: .94em; color: #808080; font-weight: normal; text-transform: uppercase; }

#content { width: 980px; margin: 0 auto; padding: 20px 0 0 0; border-top: 5px solid #eee; }

#top{ float: right; text-align: right;  }
#top a { color: #808080; margin: 0 0 0 13px; background: #fff url(../images/toparrow.png) no-repeat center left; padding: 0 0 0 12px; }
input.searchfield { width: 170px; padding: 6px; border: 2px solid #ccc; font-size: .9em; }
input.searchbutton { background: #E60000; border: 0; padding: 6px; color: #fff; font-weight: bold; font-size: .9em; }

#logo { float: left; color: #808080; line-height: 25px; }
#menu { height: 35px; padding: 7px 0 0 0; clear: both;  margin: 0 10px 18px; background: #fff url(../images/menubg.gif) repeat-x; }
	#menu li { font-size: 1.1em; display: inline; text-transform: uppercase; }
	#menu li a { margin: 0 25px 0 10px; color: #0000FF;  }
	#menu li a:hover { color: #444; }

#left { background: #eee;  clear: left; float: left; width: 200px; padding: 10px 15px; margin: 0 0 20px; }
	#left a { color: #0000FF; } 
	#left img { margin: 0 0 8px; }
	#left li { list-style: none; }
	#left li a { color: #787A8F; font-weight: bold; background: url(../images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; }
	#left li a:visited { color: #8800FF; background: inherit; text-decoration: none; }



#main { float: left; width: 630px; margin: 0 10px 20px; }
	#main a, #rr a { color: #0000FF; background: inherit; text-decoration: underline; } 
	#main a:hover { color: #AA0001; background: inherit; text-decoration: underline; }
	#main a:visited { color: #8800FF; background: inherit; text-decoration: none; }
	#main li, #rr li { list-style: none; border-bottom: 1px solid #eee; padding: 4px; margin: 0; }
	#main li a, #rr li a { background: #fff no-repeat center left; padding: 0 0 0 0px; color: #0000FF;  }
	#main li a:visited, #rr li a visited { color: #8800FF; background: inherit; text-decoration: none; }
	#main ol li { list-style-type: decimal; border-bottom: none; padding:0; margin:0;}

	#line { clear: both; padding: 3px; margin: 0 0 15px; background: #fff url(../images/smalldot.gif) repeat-x; }
	#ad { float: center; text-align: left; padding: 7px 7px 0; width: 140px; border: 3px solid #eee; color: #ccc; margin: 0 0 15px 15px; }
	  #ad img { border: 0; }
	  #ad p { font-size: .9em; color: #999; }
	  #ad h3 { color: #444; }
	  #ad a { color: #0000FF;  }
	  #ad li { list-style: none; font-size: .9em; }
	  #ad li a { color: #787A8F; font-weight: bold; background: url(../images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; }
	  #ad li a:hover { color: #444; }

	#shortnews { float: right; width: 310px; }
	.news { border-bottom: 1px solid #eee; padding: 0 0 2px; margin: 0 0 10px;}
	
#right { margin: 0 15px 20px 0; padding: 0 0 0 15px; float: right; width: 660px; text-align: justify; }
.border { clear: both; border-left: 4px solid #ccc; padding: 0 0 0 15px; }

#rl { float: left; width: 270px; margin: 0 20px 30px 0; }
#rr { float: right; width: 370px }
	#rl a, #rr a { color: #0000FF; } 
	#rl li, #rr li { list-style: none; border-bottom: 1px solid #eee; padding: 4px; margin: 0; }
	#rl li a, #rr li a { background: #fff url(../images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; color: #808080;  }
	#rl li a:visited, #rr li a visited { color: #8800FF; background: inherit; text-decoration: none; }

#footer { clear: both; padding: 10px; margin: 0 0 15px; font-size: .9em; color: #808080; background: #eee; }
	 #footer a { color: #808080;  }
	.links a { font-weight: bold; color: #787A8F; background: #fff; margin: 0 10px 0 0; background: url(../images/dot.png) no-repeat center left; padding: 0 0 0 10px; }
	.sponsor { color: red; background: #eee; }
	#footer li { list-style: none; }
	#fl { width: 600px; }
	#fr { float: right; }
	
#sns li {
	display:inline;
}
.twitter-share-button { vertical-align:bottom; }


/*---------- blockquote ----------*/
blockquote {
padding: 0px 0px 0 40px;
}