/*
Theme Name: WordPress Default
Theme URI: http://www.sosososo.com/
Description: The  WordPress theme for sosososo.com
Version: 1.0
Author: So Hashizume
Author URI: http://www.sosososo.com/
Tags: 
*/



/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

body {
	line-height: 1.3em;
	margin: 30px;
}

h1 {
	font-weight: normal;		
}

li {
	vertical-align:bottom;
}

ul,li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #222;
}

#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 1.3em;
	color: #222;
}

#footer {
	clear: both;
}

#single {
	position: relative;   left: 50%;   width: 720px;   margin-left: -360px; /*half the width of the div*/
	margin-top: 60px;
	line-height: 1.8em;
}

#single a, #title a{
	text-decoration: underline;
}

#single img{
	margin-bottom: 60px;
}

#menu, #copyright, #title, #address{
	float: left;
	width: 170px;
	height: 120px;
	background: yellow;
	margin: 30px;
	padding: 15px;
}


.post img, .post p {
	margin-bottom: 50px;
}

.img_ro {
	-webkit-transform: rotate(10deg);
}


.box {
	float: left;
	margin: 30px;
	background: #fff;
	width: 200px;
	height: 150px;
}


.toggle_active{
	font-weight: bold;
}

.print {
	background: #fff;
}

.web {
	background: #fff;
}

.identity {
	background: #fff;
}

.project {
	background: #fff;
}

.clr{
	clear: both;
}

#single p {
	margin-bottom: 2em;	
}

.single_title {
	font-size: 14px;
	padding: 15px;
	background: yellow;
	width: 150px;
	height: 150px;
	-webkit-transform: rotate(10deg);
}


.bk {
	text-align: center;
	background: yellow;
	padding: 25px;
	position: relative;   left: 50%;   width: 100px;   margin-left: -50px; /*half the width of the div*/
}

.j{
	line-height: 1.6em;
		margin-bottom: 2em;	

}

.single_angle{
	-webkit-transform: rotate(-10deg);
}