@import url("/style_pc.css") screen and (min-width: 769px);

@import url("/style_tablet.css") screen and (max-width: 768px);

@import url("/style_smart.css") screen and (max-width:420px);





*{

	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;

	margin:0;	padding:0;	word-break: break-all;

	font-size:13px;

}



/*################ base #########################*/

/* HTML Elements */

body {

	background: #cccccc;

	color: #666;

}



p {	margin: 15px 0;}



a:link, a:visited {	color: #0044cc;	text-decoration:none}

a:hover, a:active {	color: #0044cc;	text-decoration:underline;}

a img {	border:0;}

a:hover img {	opacity: 0.5;	filter: alpha(opacity=50);}

button {	padding:0;	margin:0;	border-width:0;}

button:hover {	opacity: 0.5;	filter: alpha(opacity=50);}



/* Text*/

h1, h2, h3, h4 {	color:#ffffff;	clear:both;}

h1 {font-size:18px;}

h2 {font-size:16px;}

h3 {font-size:13px;	margin-bottom:3px;}

h4 {font-size:11px;}





/* HTML Elements */

#main	h1 {

  background-color:#00268A;

  padding:8px 20px 8px 20px;

  font-weight:bold;

}



#main h2 {

  background-color:#F0F4FF;

  margin:5px 0px 5px 0px;

  padding:3px 20px 3px 20px;

  font-weight:bold;

  color:#000000;

	border-top: 1px solid #00268A;

	border-right: 1px solid #00268A;

	border-bottom: 1px solid #00268A;

	border-left: 10px solid #00268A;

}



#main h3 {

		background-color:#f0f0f0;

		margin:5px 0px 5px 0px;

		padding:3px 20px 3px 20px;

		font-weight:bold;

		color:#000000;

		border-top: 1px solid #cccccc;

		border-right: 1px solid #cccccc;

		border-bottom: 1px solid #cccccc;

		border-left: 10px solid #cccccc;

}



#main h4 {

		background-color:#f0f0f0;

		margin:5px 0px 5px 0px;

		padding:3px 20px 3px 20px;

		font-weight:bold;

		color:#000000;

}





#main h1 a, #main h2 a {color:#ffffff;}

#main h3 a, #main h4 a{color:#0044cc;}





/* Form Elements */

#logo {	width:350px;  float:left;}

#banner-region {	float:right;}

#sitename {  float:left;  width:350px;  height:50px;  font-size:4em;  font-size: 17px;  text-indent:-10000px;}

#site-name a {  text-decoration: none;  display:block;}

#tagline {	margin-top:5px;	font-size:1em;	color:#333;  clear:left;}

#top {	padding:0;}



/* Sidebar */

#sidebar {	background-color:#ffffff;width:320px;float:left;margin:0px 0px 0px 0px;}



.clear {both:clear;}

.clearfloat {display: inline-block;}





.fb-activity{

	background-color:#ffffff;

	padding:0;

	margin: 0 0 0 0px;

}

.fb-like-box{

	background-color:#ffffff;

	padding-right:8px;

	margin:10px 0 10px 0;

}